cufaqi.fit.eqn

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

EQN
32
字号
--A1L4Q is q~reg0 at LC2_A17
--operation mode is normal

A1L4Q_lut_out = d & !rst;
A1L4Q = DFFEA(A1L4Q_lut_out, GLOBAL(clk), , , , , );


--d is d at PIN_91
--operation mode is input

d = INPUT();


--rst is rst at PIN_89
--operation mode is input

rst = INPUT();


--clk is clk at PIN_39
--operation mode is input

clk = INPUT();


--q is q at PIN_6
--operation mode is output

q = OUTPUT(A1L4Q);


⌨️ 快捷键说明

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