cufaqi.fit.eqn

来自「一些很好的FPGA设计实例」· EQN 代码 · 共 33 行

EQN
33
字号
--A1L4Q is q~reg0 at LC_X17_Y30_N2
--operation mode is normal

A1L4Q_sload_eqn = d;
A1L4Q = DFFEA(A1L4Q_sload_eqn, clk, !rst, , , , );


--d is d at PIN_J15
--operation mode is input

d = INPUT();


--clk is clk at PIN_F14
--operation mode is input

clk = INPUT();


--rst is rst at PIN_D14
--operation mode is input

rst = INPUT();


--q is q at PIN_L16
--operation mode is output

q = OUTPUT(A1L4Q);



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?