📄 multiplex.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[1] is count[1] at LC_X52_Y1_N7
--operation mode is normal
count[1]_lut_out = count[1] $ (count[0] & (!count[2] # !count[3]));
count[1] = DFFEAS(count[1]_lut_out, !GLOBAL(clk), !GLOBAL(rst), , , , , , );
--count[2] is count[2] at LC_X52_Y1_N9
--operation mode is normal
count[2]_lut_out = count[0] & (count[1] & (count[3] # !count[2]) # !count[1] & (count[2])) # !count[0] & (count[2]);
count[2] = DFFEAS(count[2]_lut_out, !GLOBAL(clk), !GLOBAL(rst), , , , , , );
--A1L5 is X~315 at LC_X52_Y1_N2
--operation mode is normal
A1L5 = count[2] & (count[1] & (X1p) # !count[1] & Xs) # !count[2] & Xs;
--count[0] is count[0] at LC_X52_Y1_N6
--operation mode is normal
count[0]_lut_out = count[0] $ (!count[2] # !count[3]);
count[0] = DFFEAS(count[0]_lut_out, !GLOBAL(clk), !GLOBAL(rst), , , , , , );
--A1L6 is X~316 at LC_X52_Y1_N5
--operation mode is normal
A1L6 = count[0] & X2p # !count[0] & (count[1] & X2p # !count[1] & (X1p));
--count[3] is count[3] at LC_X52_Y1_N8
--operation mode is normal
count[3]_lut_out = count[3] # count[0] & count[1] & count[2];
count[3] = DFFEAS(count[3]_lut_out, !GLOBAL(clk), !GLOBAL(rst), , , , , , );
--A1L7 is X~317 at LC_X52_Y1_N4
--operation mode is normal
A1L7 = count[3] & (!count[2] & A1L6) # !count[3] & A1L5;
--X1p is X1p at PIN_W4
--operation mode is input
X1p = INPUT();
--Xs is Xs at PIN_W3
--operation mode is input
Xs = INPUT();
--X2p is X2p at PIN_V3
--operation mode is input
X2p = INPUT();
--clk is clk at PIN_L2
--operation mode is input
clk = INPUT();
--rst is rst at PIN_L3
--operation mode is input
rst = INPUT();
--X is X at PIN_V4
--operation mode is output
X = OUTPUT(A1L7);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -