Minis
Minis, is a collection of short byte sized articles that take you 2 minutes to read and are filled with great tips, tricks and code that help you improve your digital design practices super quick!
-
HOW TO WRITE A PARAMETERIZED UNIVERSAL SHIFT REGISTER IN VERILOG
- This article talks about how to code a variable shift register in verilog that you can extend for any purpose in your project, this is the only shift register you'll ever need to write.
-
HOW TO RESET YOUR FPGA DESING WITHOUT NEEDING AND EXTERNAL RESET PIN
- Beginners are often use up precious GPIOs for purposes like reset initialization, this article shows how that is often unnecessary and can be done instead by the clever use of a particular macro.