📄 counter24.fit.eqn
字号:
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any output files any of the foregoing
-- (including device programming or simulation files), and any
-- associated documentation or information are expressly subject
-- to the terms and conditions of the Altera Program License
-- Subscription Agreement, Altera MegaCore Function License
-- Agreement, or other applicable license agreement, including,
-- without limitation, that your use is for the sole purpose of
-- programming logic devices manufactured by Altera and sold by
-- Altera or its authorized distributors. Please refer to the
-- applicable agreement for further details.
--count[0] is count[0] at LC_X16_Y1_N3
--operation mode is normal
count[0]_lut_out = !count[0];
count[0] = DFFEAS(count[0]_lut_out, GLOBAL(clk), VCC, , , din[0], !GLOBAL(reset), , );
--count[1] is count[1] at LC_X16_Y1_N2
--operation mode is normal
count[1]_lut_out = !A1L5 & (count[1] $ (count[0]));
count[1] = DFFEAS(count[1]_lut_out, GLOBAL(clk), VCC, , , din[1], !GLOBAL(reset), , );
--count[4] is count[4] at LC_X16_Y1_N5
--operation mode is normal
count[4]_lut_out = count[4] $ (A1L29);
count[4] = DFFEAS(count[4]_lut_out, GLOBAL(clk), VCC, , , din[4], !GLOBAL(reset), , );
--A1L29 is rtl~51 at LC_X16_Y1_N1
--operation mode is normal
A1L29 = !count[1] & count[3] & !count[2] & count[0];
--A1L30 is rtl~52 at LC_X16_Y1_N8
--operation mode is normal
A1L30 = count[1] & !count[3] & !count[2] & count[0];
--A1L5 is count[0]~215 at LC_X16_Y1_N0
--operation mode is normal
A1L5 = A1L29 $ (count[5] & !count[4] & A1L30);
--A1L1 is add~142 at LC_X16_Y1_N6
--operation mode is normal
A1L1 = count[1] & count[0];
--count[3] is count[3] at LC_X16_Y1_N4
--operation mode is normal
count[3]_qfbk = count[3];
count[3]_lut_out = !A1L5 & (count[3]_qfbk $ (count[2] & A1L1));
count[3] = DFFEAS(count[3]_lut_out, GLOBAL(clk), VCC, , , din[3], !GLOBAL(reset), , );
--count[5] is count[5] at LC_X16_Y1_N9
--operation mode is normal
count[5]_qfbk = count[5];
count[5]_lut_out = count[4] & (A1L29 $ count[5]_qfbk) # !count[4] & (count[5]_qfbk & !A1L30);
count[5] = DFFEAS(count[5]_lut_out, GLOBAL(clk), VCC, , , din[5], !GLOBAL(reset), , );
--count[2] is count[2] at LC_X16_Y1_N7
--operation mode is normal
count[2]_qfbk = count[2];
count[2]_lut_out = !A1L5 & (count[2]_qfbk $ (count[1] & count[0]));
count[2] = DFFEAS(count[2]_lut_out, GLOBAL(clk), VCC, , , din[2], !GLOBAL(reset), , );
--clk is clk at PIN_17
--operation mode is input
clk = INPUT();
--din[0] is din[0] at PIN_55
--operation mode is input
din[0] = INPUT();
--reset is reset at PIN_16
--operation mode is input
reset = INPUT();
--din[1] is din[1] at PIN_125
--operation mode is input
din[1] = INPUT();
--din[2] is din[2] at PIN_52
--operation mode is input
din[2] = INPUT();
--din[3] is din[3] at PIN_57
--operation mode is input
din[3] = INPUT();
--din[4] is din[4] at PIN_74
--operation mode is input
din[4] = INPUT();
--din[5] is din[5] at PIN_53
--operation mode is input
din[5] = INPUT();
--dout[0] is dout[0] at PIN_60
--operation mode is output
dout[0] = OUTPUT(count[0]);
--dout[1] is dout[1] at PIN_35
--operation mode is output
dout[1] = OUTPUT(count[1]);
--dout[2] is dout[2] at PIN_59
--operation mode is output
dout[2] = OUTPUT(count[2]);
--dout[3] is dout[3] at PIN_56
--operation mode is output
dout[3] = OUTPUT(count[3]);
--dout[4] is dout[4] at PIN_73
--operation mode is output
dout[4] = OUTPUT(count[4]);
--dout[5] is dout[5] at PIN_58
--operation mode is output
dout[5] = OUTPUT(count[5]);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -