From Jeri – Here are a few books that would be a starting point for someone interested in FPGA / CPLD / ASIC design… post your faves in the comments!
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!
Join us every Wednesday night at 8pm ET for Ask an Engineer!
Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord
CircuitPython – The easiest way to program microcontrollers – CircuitPython.org
New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)
Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi
EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey
Adafruit IoT Monthly — The 2024 Recap Issue!
Maker Business – Adafruit Daily — Apple to build another chip at TSMC Arizona
Electronics – Adafruit Daily — SMT Tip – Stop moving around!
8 Comments
Sorry, the comment form is closed at this time.
Where are the book titles?
“Digital Design and Computer Architecture” (http://www.amazon.com/Digital-Design-Computer-Architecture-Harris/dp/0123704979 ) has been helpful to me. It starts at the very basics, and uses Verilog and VHDL side by side. It’s also a computer architecture book, so you have to be into that.
@john – watch the video, she says them 🙂
Can we add these to a thread in the forums?
@mark – please do.
Just get the digilent board for 50$ and start coding.
I’ve been working through “FPGA Prototyping By Verilog Examples”, because I’ve been wanting to learn Verilog, but wanted more of a practical book than one focused on just the language. The book bases its instruction around the digilent demo boards. There is an equivalent book with VHDL, rather than Verilog if that’s what you’re looking for (FPGA Prototyping By VHDL Examples).
I’ve been enjoying the fact that the author has done a good job of explaining things, and that the Digilent boards can be had for ~$100. The book starts at the very basics of what an FPGA is and how it works, discuses how to interface various peripherals (UART, PS2 Keyboard, PS2 Mouse, SRAM, VGA, etc), and goes through the process of developing an FPGA-based microcontroller core. Overall, I’m having a lot of fun with this book. I already had one of the Xilinx Spartan-3 boards, and recently got a Spartan-3E board really cheap on ebay.
oh, I see. I had flash disabled (it tends to suck cpu for no apparent reason on my system) and there was no indication that anything was missing. Thanks.