Verilog HDLBits issue 13: 3.2 3 Shift Registers
catalogue
Foreword
3.2.3.1 4-bit Shift Register(shift4)
Solution:
3.2.3.2 Left/right rotator(rotate100)
Solution:
3.2.3.3 Left/right arithmetic shift by 1 or 8(shift18)
Solution:
3.2.3.4 5-bit LFSR(Lfsr5)
Solution:
3.2.3.5 3-bit LFSR(Mt2015 lfsr)
Solution:
3.2.3.6 32-bit LFSR(Lfsr32)
Solution:
3.2.3.7 shift register(Exams/m ...
Posted by asuamol on Tue, 28 Dec 2021 10:21:11 +0100
After brushing this set of questions, I found that Verilog was so simple - HDLBits answer series
Write in front
Write a new pit: recommend a very good website for practicing Verilog. There are one or two hundred questions, which basically covers all aspects of Verilog grammar. It is a very good introductory learning website. Website connection: HDLBits
The questions are all done by ourselves. They are the correct answers that have been v ...
Posted by CG-Sodar on Wed, 15 Dec 2021 01:45:32 +0100