What is Reddit's opinion of

"Computer Arithmetic and Verilog HDL Fundamentals"

Computer Arithmetic and Verilog HDL Fundamentals
Computer Arithmetic and Verilog HDL Fundamentals


Categories:
Kindle Store
Kindle eBooks
Engineering & Transportation

Check price

1 comment of this product found across Reddit:
tsk1979 /r/Verilog
1 point
1970-01-18 00:01:13.78 +0000 UTC

This one is quite good if you are getting started https://www.amazon.com/Digital-Design-Verilog-HDL-Fundamentals-ebook/dp/B008CGQIEQ/#nav-subnav

Another one by same author https://www.amazon.com/Computer-Arithmetic-Verilog-HDL-Fundamentals-ebook/dp/B005H7L0XW/#nav-subnav

That said, you can search online for tutorials, and start practicing. If you are a software guy, you first need to unlearn the "procedural" code flow. Verilog is like circuit instantiation. It does not matter what is instantiated first(or put in a circuit board first), its the control flow which matters.