📄 decl7s.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.
--A1L14 is Mux~28 at LC_X26_Y9_N6
--operation mode is normal
A1L14 = A[2] & !A[1] & (A[0] $ !A[3]) # !A[2] & A[0] & (A[1] $ !A[3]);
--A1L15 is Mux~29 at LC_X26_Y9_N5
--operation mode is normal
A1L15 = A[1] & (A[0] & (A[3]) # !A[0] & A[2]) # !A[1] & A[2] & (A[0] $ A[3]);
--A1L16 is Mux~30 at LC_X26_Y9_N2
--operation mode is normal
A1L16 = A[2] & A[3] & (A[1] # !A[0]) # !A[2] & A[1] & !A[0] & !A[3];
--A1L17 is Mux~31 at LC_X26_Y9_N8
--operation mode is normal
A1L17 = A[1] & (A[2] & A[0] # !A[2] & !A[0] & A[3]) # !A[1] & !A[3] & (A[2] $ A[0]);
--A1L18 is Mux~32 at LC_X26_Y9_N7
--operation mode is normal
A1L18 = A[1] & (A[0] & !A[3]) # !A[1] & (A[2] & (!A[3]) # !A[2] & A[0]);
--A1L19 is Mux~33 at LC_X26_Y9_N9
--operation mode is normal
A1L19 = A[1] & !A[3] & (A[0] # !A[2]) # !A[1] & A[0] & (A[2] $ !A[3]);
--A1L20 is Mux~34 at LC_X26_Y9_N4
--operation mode is normal
A1L20 = A[0] & (A[3] # A[1] $ A[2]) # !A[0] & (A[1] # A[2] $ A[3]);
--A[0] is A[0] at PIN_33
--operation mode is input
A[0] = INPUT();
--A[1] is A[1] at PIN_34
--operation mode is input
A[1] = INPUT();
--A[2] is A[2] at PIN_35
--operation mode is input
A[2] = INPUT();
--A[3] is A[3] at PIN_36
--operation mode is input
A[3] = INPUT();
--LED7S[0] is LED7S[0] at PIN_85
--operation mode is output
LED7S[0] = OUTPUT(!A1L14);
--LED7S[1] is LED7S[1] at PIN_96
--operation mode is output
LED7S[1] = OUTPUT(!A1L15);
--LED7S[2] is LED7S[2] at PIN_97
--operation mode is output
LED7S[2] = OUTPUT(!A1L16);
--LED7S[3] is LED7S[3] at PIN_98
--operation mode is output
LED7S[3] = OUTPUT(!A1L17);
--LED7S[4] is LED7S[4] at PIN_99
--operation mode is output
LED7S[4] = OUTPUT(!A1L18);
--LED7S[5] is LED7S[5] at PIN_103
--operation mode is output
LED7S[5] = OUTPUT(!A1L19);
--LED7S[6] is LED7S[6] at PIN_105
--operation mode is output
LED7S[6] = OUTPUT(A1L20);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -