⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 decl7s.map.eqn

📁 八段数码管的显示的小程序,环境是VHDL
💻 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[2] & (a[0] & (a[1] $ !a[3]) # !a[0] & (a[1] # 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 + -