example.fit.eqn

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

EQN
33
字号
--A1L5Q is q~reg0 at LC_X33_Y1_N2
--operation mode is normal

A1L5Q_lut_out = !a # !b;
A1L5Q = DFFEA(A1L5Q_lut_out, clk, VCC, , , , );


--a is a at PIN_M8
--operation mode is input

a = INPUT();


--b is b at PIN_T9
--operation mode is input

b = INPUT();


--clk is clk at PIN_N8
--operation mode is input

clk = INPUT();


--q is q at PIN_P9
--operation mode is output

q = OUTPUT(A1L5Q);



⌨️ 快捷键说明

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