Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
missyou123
Building A Risc-V Soc From  Scratch! Vote_lcapBuilding A Risc-V Soc From  Scratch! Voting_barBuilding A Risc-V Soc From  Scratch! Vote_rcap 
tano1221
Building A Risc-V Soc From  Scratch! Vote_lcapBuilding A Risc-V Soc From  Scratch! Voting_barBuilding A Risc-V Soc From  Scratch! Vote_rcap 
ПΣӨƧӨFƬ
Building A Risc-V Soc From  Scratch! Vote_lcapBuilding A Risc-V Soc From  Scratch! Voting_barBuilding A Risc-V Soc From  Scratch! Vote_rcap 
大†Shinegumi†大
Building A Risc-V Soc From  Scratch! Vote_lcapBuilding A Risc-V Soc From  Scratch! Voting_barBuilding A Risc-V Soc From  Scratch! Vote_rcap 
Engh3
Building A Risc-V Soc From  Scratch! Vote_lcapBuilding A Risc-V Soc From  Scratch! Voting_barBuilding A Risc-V Soc From  Scratch! Vote_rcap 
ℛeℙ@¢ᴋ€r
Building A Risc-V Soc From  Scratch! Vote_lcapBuilding A Risc-V Soc From  Scratch! Voting_barBuilding A Risc-V Soc From  Scratch! Vote_rcap 
ronaldinho424
Building A Risc-V Soc From  Scratch! Vote_lcapBuilding A Risc-V Soc From  Scratch! Voting_barBuilding A Risc-V Soc From  Scratch! Vote_rcap 
smack
Building A Risc-V Soc From  Scratch! Vote_lcapBuilding A Risc-V Soc From  Scratch! Voting_barBuilding A Risc-V Soc From  Scratch! Vote_rcap 
Junio 2024
LunMarMiérJueVieSábDom
     12
3456789
10111213141516
17181920212223
24252627282930
CalendarioCalendario
Últimos temas
» Nemetschek Allplan 2024.1.2 (x64)
Building A Risc-V Soc From  Scratch! EmptyHoy a las 2:29 pm por tano1221

» Nemetschek Allplan + IBD Planungsdaten 2023 Multilenguaje (Español) 64-bit
Building A Risc-V Soc From  Scratch! EmptyHoy a las 2:27 pm por tano1221

» Yamicsoft Windows 11 Manager 2.0.2 (x64)
Building A Risc-V Soc From  Scratch! EmptyHoy a las 2:19 pm por tano1221

» Code VBA 10.0.0.64 | (Add-in) Microsoft Office
Building A Risc-V Soc From  Scratch! EmptyHoy a las 2:13 pm por tano1221

» ImageGlass 9.1.7.667
Building A Risc-V Soc From  Scratch! EmptyAyer a las 1:51 pm por ПΣӨƧӨFƬ

» Voxengo Complete Bundle 2024.6
Building A Risc-V Soc From  Scratch! EmptyAyer a las 1:48 pm por ПΣӨƧӨFƬ

» Wondershare Recoverit 12.6.1.1 (x64) Multilingual
Building A Risc-V Soc From  Scratch! EmptyAyer a las 1:47 pm por ПΣӨƧӨFƬ

» 3DP Chip 24.06 Multilingual
Building A Risc-V Soc From  Scratch! EmptyAyer a las 1:41 pm por tano1221

» Marvelous Designer Personal 2024.1.71.49628 (x64)
Building A Risc-V Soc From  Scratch! EmptyAyer a las 1:34 pm por tano1221

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Building A Risc-V Soc From Scratch!

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 70278
Fecha de inscripción : 20/08/2016

Building A Risc-V Soc From  Scratch! Empty
MensajeTema: Building A Risc-V Soc From Scratch!   Building A Risc-V Soc From  Scratch! EmptyDom Dic 03, 2023 1:59 am


Building A Risc-V Soc From  Scratch! 813c4ce2142d3ad6800917f9f8accc3e
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

Building A Risc-V Soc From  Scratch! 9d60cb5af86275edcbeccd6ffc324c06

Download link

rapidgator.net:
Código:

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:
Código:

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
Volver arriba Ir abajo
 

Building A Risc-V Soc From Scratch!

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Embedded Fun with RISC-V, Part 1: The RISC-V ISA
» Building an Interpreter from scratch
» Building Microservices from Scratch
» Building Performant Progressive Web Apps from Scratch
» NestJS - Building Real Project API From Scratch

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-