📄 decl7s.map.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
--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
--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
--operation mode is normal
A1L16 = A[2] & A[3] & (A[1] # !A[0]) # !A[2] & !A[0] & A[1] & !A[3];
--A1L17 is Mux~31
--operation mode is normal
A1L17 = A[1] & (A[0] & A[2] # !A[0] & !A[2] & A[3]) # !A[1] & !A[3] & (A[0] $ A[2]);
--A1L18 is Mux~32
--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
--operation mode is normal
A1L19 = A[0] & (A[3] $ (A[1] # !A[2])) # !A[0] & A[1] & !A[2] & !A[3];
--A1L20 is Mux~34
--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]
--operation mode is input
A[0] = INPUT();
--A[1] is A[1]
--operation mode is input
A[1] = INPUT();
--A[2] is A[2]
--operation mode is input
A[2] = INPUT();
--A[3] is A[3]
--operation mode is input
A[3] = INPUT();
--LED7S[0] is LED7S[0]
--operation mode is output
LED7S[0] = OUTPUT(!A1L14);
--LED7S[1] is LED7S[1]
--operation mode is output
LED7S[1] = OUTPUT(!A1L15);
--LED7S[2] is LED7S[2]
--operation mode is output
LED7S[2] = OUTPUT(!A1L16);
--LED7S[3] is LED7S[3]
--operation mode is output
LED7S[3] = OUTPUT(!A1L17);
--LED7S[4] is LED7S[4]
--operation mode is output
LED7S[4] = OUTPUT(!A1L18);
--LED7S[5] is LED7S[5]
--operation mode is output
LED7S[5] = OUTPUT(!A1L19);
--LED7S[6] is LED7S[6]
--operation mode is output
LED7S[6] = OUTPUT(A1L20);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -