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

📄 ls.fit.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.
--A1L5 is Mux~102 at LC_X1_Y3_N8
--operation mode is normal

A1L5 = !M[0] & !M[2] & !M[1];


--A1L6 is Mux~103 at LC_X1_Y3_N9
--operation mode is normal

A1L6 = M[0] & !M[2] & !M[1];


--A1L7 is Mux~104 at LC_X1_Y3_N2
--operation mode is normal

A1L7 = !M[0] & !M[2] & M[1];


--A1L8 is Mux~105 at LC_X1_Y3_N5
--operation mode is normal

A1L8 = M[0] & !M[2] & M[1];


--A1L9 is Mux~106 at LC_X1_Y3_N3
--operation mode is normal

A1L9 = !M[0] & M[2] & !M[1];


--A1L10 is Mux~107 at LC_X1_Y3_N7
--operation mode is normal

A1L10 = M[0] & M[2] & !M[1];


--A1L11 is Mux~108 at LC_X1_Y3_N6
--operation mode is normal

A1L11 = !M[0] & M[2] & M[1];


--A1L12 is Mux~109 at LC_X1_Y3_N4
--operation mode is normal

A1L12 = M[0] & M[2] & M[1];


--M[0] is M[0] at PIN_26
--operation mode is input

M[0] = INPUT();


--M[2] is M[2] at PIN_11
--operation mode is input

M[2] = INPUT();


--M[1] is M[1] at PIN_27
--operation mode is input

M[1] = INPUT();


--Y[0] is Y[0] at PIN_40
--operation mode is output

Y[0] = OUTPUT(A1L5);


--Y[1] is Y[1] at PIN_28
--operation mode is output

Y[1] = OUTPUT(A1L6);


--Y[2] is Y[2] at PIN_37
--operation mode is output

Y[2] = OUTPUT(A1L7);


--Y[3] is Y[3] at PIN_32
--operation mode is output

Y[3] = OUTPUT(A1L8);


--Y[4] is Y[4] at PIN_39
--operation mode is output

Y[4] = OUTPUT(A1L9);


--Y[5] is Y[5] at PIN_38
--operation mode is output

Y[5] = OUTPUT(A1L10);


--Y[6] is Y[6] at PIN_31
--operation mode is output

Y[6] = OUTPUT(A1L11);


--Y[7] is Y[7] at PIN_33
--operation mode is output

Y[7] = OUTPUT(A1L12);




⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -