My current interests are FPGAs & Microcontrollers.
Website: https://micomigs.github.io/
Github: https://github.com/MicoMigs
- students guide to waves
- electromagnetic waves
- applied electromagnetics
- electromagnetic universe
- Faraday, Maxwell, and the electromagnetic field
(is this possible??)
Thank you, Ali, for the book recommendations
- students guide to waves
- electromagnetic waves
- applied electromagnetics
- electromagnetic universe
- Faraday, Maxwell, and the electromagnetic field
(is this possible??)
Thank you, Ali, for the book recommendations
Next project: Checking out ChipVault IDE and revisiting FSMs
Next project: Checking out ChipVault IDE and revisiting FSMs
Back at Oregon State, being lab TA for digital logic made me expect hours of setup pain. Instead, using Mastering FPGA Chip Design, I had my Nexys A7 up and running in under 15 minutes.
Totally worth it (not sponsored).
Back at Oregon State, being lab TA for digital logic made me expect hours of setup pain. Instead, using Mastering FPGA Chip Design, I had my Nexys A7 up and running in under 15 minutes.
Totally worth it (not sponsored).
Goal: implement UDP directly on FPGA — starting from MAC, ARP, IP, then UDP.
Applying the same low-level discipline, but now at the packet/frame level.
Goal: implement UDP directly on FPGA — starting from MAC, ARP, IP, then UDP.
Applying the same low-level discipline, but now at the packet/frame level.
Done:
✅Receive Data
Next: Interrupts, IRQ handling
Done:
✅Receive Data
Next: Interrupts, IRQ handling
Done:
✅ Clock Control
✅ Init
✅Send Data
Next: Receive Data, Interrupts, IRQ handling
Done:
✅ Clock Control
✅ Init
✅Send Data
Next: Receive Data, Interrupts, IRQ handling
Defined config & handle structs to keep the peripheral layer clean and portable:
Defined config & handle structs to keep the peripheral layer clean and portable:
Defined config & handle structs to keep the peripheral layer clean and portable:
Defined config & handle structs to keep the peripheral layer clean and portable:
✅Clock ctrl
✅ Reg init
✅ Reset macros
TODO: FD, HD, Simplex RX, Simplex TX, CPOL/CPHA combos, 8/16-bit frames, SSM/SSI, SSOE
✅Clock ctrl
✅ Reg init
✅ Reset macros
TODO: FD, HD, Simplex RX, Simplex TX, CPOL/CPHA combos, 8/16-bit frames, SSM/SSI, SSOE