Single bit signal asynchronous clock synchronization routine

Asynchronous signal synchronization is a unique feature in the use of FPGA, and it is also a place that should be paid special attention to when coding in logic engineering. This paper only introduces the cross clock domain conversion of single bit slowly varying signal. preface The so-called slowly varying signal refers to the signal that sa ...

Posted by oni-kun on Fri, 28 Jan 2022 01:13:58 +0100

[no good time later] Experiment 3 PC and semiconductor storage realized by CPU component

1, Experimental purpose Understand and master the working principle of program counter PC and semiconductor memory RAM in CPU, and use Verilog and ModelSim for design and simulation. 2, Experimental content Complete the design of program counter PC with Verilog. Requirements:  PC is an 8-bit counter Use Verilog to complete the design of dat ...

Posted by SirChick on Sun, 02 Jan 2022 19:50:28 +0100