* Cantinho Satkeys

Refresh History
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45
  • FELISCUNHA: j.s. enviei PM  101041
    26 de Junho de 2025, 21:33
  • FELISCUNHA: try65hytr  pessoal   htg6454y
    26 de Junho de 2025, 21:33
  • JPratas: try65hytr Pessoal  4tj97u<z
    26 de Junho de 2025, 02:28
  • cereal killa: Boa Tarde Pessoal E com enorme tristeza que depois de 15 anos que idealizei e abri este fórum vejo que esta na iminência de fechar portas porque ninguém tenta ajudar o pagamento do servidor, mas cada ano e sempre difícil arranjar almas caridosas que nos bom ajudando mas este ano esta complicado, mas infelizmente e como diz o j.s dia 5/07 se não houver algumas ajudas esta vez vai mesmo fechar…..e pena e triste mas tudo na vida tem fim. obrigada cereal killa
    25 de Junho de 2025, 19:40

Autor Tópico: Building A Risc-V Soc From Scratch!  (Lida 82 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Building A Risc-V Soc From Scratch!
« em: 03 de Dezembro de 2023, 06:58 »

Building A Risc-V Soc From Scratch!
Published 12/2023
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 3.13 GB | Duration: 6h 16m

System-on-chips, SoC, integration, RTL, FPGA, RISC-V.

What you'll learn
Learn the first principle of how complex computer chips work
Learn how processors execute code from a very low level
Learn the basics of FPGA design
Learn RISC-V ISA
Learn how to work with compilers using the command line
Learn how use linker scripts and its basic syntax
Hands on experience on designing your own custom RISC-V SoC, writing the software for it, simulating it and emulating it on FPGA
Requirements
basics of c programming
basics of computer architecture
basics of digital logic design
basics of hardware description languages
Description
Are you eager to explore electronics or bridge a knowledge gap in System-on-Chip design? Maybe you're a hobbyist eager to build SoCs for your projects. If this sounds like you, welcome!In this course, we'll dive into creating System-on-Chips. From learning assembly and C code to simulating RTL and seeing the magic of an FPGA.AGENDAThe agenda for this course is a breakdown of everything you need to know to build the final project.The final project is a working System-on-chip with some peripherals: mainly a GPIO module and a UART transmitter.• Section 1: Introduction• Section 2: Processors• Section 3: Software, Compiler and Linker• Section 4: Building simple SoC• Section 5: Adding a peripheral to the SoC• Section 6: Accelerated Advanced IP Design for the SoC• Section 7: UART IP Core• Section 8: FPGA Emulation• +10 LabsYou will .• Learn the first principles of how complex computer chips work.• Learn how processors execute machine code.• Learn RISC-V ISA.• Learn how to work with make files, compilers, and linker scripts.• Learn how to add external peripherals and use register maps.• Learn the basics of the FPGA flow.• Have hands-on experience with designing the RISC-V SoC, Writing and debugging software for it, and implementing it on an FPGA board.Join a community of enthusiasts and learners. This isn't just theory; you'll gain hands-on knowledge and bring your SoC designs to life!
Overview
Section 1: Introduction
Lecture 1 Introduction
Lecture 2 SoCs: a gentle introduction
Lecture 3 More about SoCs
Section 2: Processors
Lecture 4 What a processor is? and what it does?
Lecture 5 Processor ISA
Lecture 6 Lab: Writing assembly
Section 3: Software, compiler and linker
Lecture 7 RISC-V compiler, linker and linker script
Lecture 8 Lab: online assembler with linker script
Lecture 9 Walkthrough: Installing the required software
Section 4: Building simple SoC
Lecture 10 Lab: Hands on experience with our first simple picoRV32 based SoC
Lecture 11 Lab: Simulating the SoC with Icarus Verilog
Lecture 12 Lab: Programming the SoC in C
Section 5: Adding a peripheral to the SoC
Lecture 13 Adding a GPIO peripheral
Section 6: Accelerated Advanced IP Design For The SoC
Lecture 14 Advanced GPIO peripheral
Lecture 15 Lab: Corsair Register Map Generator
Lecture 16 Lab: Integrating The GPIO To The SoC, Writing The Software And Doing Simulating
Section 7: UART IP Core
Lecture 17 An Overview
Lecture 18 Lab: UART Transmitter
Lecture 19 Lab: Generating UART Register Map and Integrating With UART TX
Lecture 20 Lab: Integrating The UART To The SoC, Writing The Software And Doing Simulating
Section 8: FPGA Emulation
Lecture 21 FPGA Design Flow
Lecture 22 Programming The FPGA And Observing The Output
Students: If you're considering a career in engineering, computer science, or technology, this course provides a fantastic introduction to an essential aspect of modern electronics.,Hobbyists and Tinkerers: If you enjoy working with gadgets and have a knack for understanding how things work, this course will empower you to explore and experiment with your own SoC designs.,Tech-Curious Individuals: If you're fascinated by the devices you use every day and want to uncover the mysteries behind them, this course will demystify the technology that powers them.,Professionals in Other Fields: If you work in a field indirectly related to technology and want to bridge the knowledge gap, this course will provide you with a solid foundation in SoC design.

Screenshots


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/6e9d8e229a818c1f88c26f7a3ef09fe4/xlyhj.Building.A.RiscV.Soc.From.Scratch.part1.rar.html
https://rapidgator.net/file/2f0ada89b47b0ea1ae93ae66935ec16f/xlyhj.Building.A.RiscV.Soc.From.Scratch.part2.rar.html
https://rapidgator.net/file/90c87be3f77d07f9dfab39caf30fa0a1/xlyhj.Building.A.RiscV.Soc.From.Scratch.part3.rar.html
https://rapidgator.net/file/92171887f86e771adbbc1ccf6661bb23/xlyhj.Building.A.RiscV.Soc.From.Scratch.part4.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/dc0cF6feBd45DAf6/xlyhj.Building.A.RiscV.Soc.From.Scratch.part1.rar
https://uploadgig.com/file/download/1f155a8698Dac6bc/xlyhj.Building.A.RiscV.Soc.From.Scratch.part2.rar
https://uploadgig.com/file/download/53aDd7299480e025/xlyhj.Building.A.RiscV.Soc.From.Scratch.part3.rar
https://uploadgig.com/file/download/55ced702a4946080/xlyhj.Building.A.RiscV.Soc.From.Scratch.part4.rar