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

📄 sm.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.
--A1L6 is Mux~51
--operation mode is normal

A1L6 = I[1] & !I[3] & (!I[2] # !I[0]) # !I[1] & (I[2] $ I[3]);


--A1L7 is Mux~52
--operation mode is normal

A1L7 = !I[3] & (I[0] & (I[1] # !I[2]) # !I[0] & I[1] & !I[2]);


--A1L8 is Mux~53
--operation mode is normal

A1L8 = I[1] & I[0] & (!I[3]) # !I[1] & (I[2] & (!I[3]) # !I[2] & I[0]);


--A1L9 is Mux~54
--operation mode is normal

A1L9 = !I[3] & (I[0] & (I[1] $ !I[2]) # !I[0] & !I[1] & I[2]);


--A1L10 is Mux~55
--operation mode is normal

A1L10 = I[1] & !I[0] & !I[2] & !I[3];


--A1L11 is Mux~56
--operation mode is normal

A1L11 = I[2] & !I[3] & (I[0] $ I[1]);


--A1L12 is Mux~57
--operation mode is normal

A1L12 = !I[1] & !I[3] & (I[0] $ I[2]);


--I[0] is I[0]
--operation mode is input

I[0] = INPUT();


--I[1] is I[1]
--operation mode is input

I[1] = INPUT();


--I[2] is I[2]
--operation mode is input

I[2] = INPUT();


--I[3] is I[3]
--operation mode is input

I[3] = INPUT();


--O[0] is O[0]
--operation mode is output

O[0] = OUTPUT(GND);


--O[1] is O[1]
--operation mode is output

O[1] = OUTPUT(A1L6);


--O[2] is O[2]
--operation mode is output

O[2] = OUTPUT(!A1L7);


--O[3] is O[3]
--operation mode is output

O[3] = OUTPUT(!A1L8);


--O[4] is O[4]
--operation mode is output

O[4] = OUTPUT(!A1L9);


--O[5] is O[5]
--operation mode is output

O[5] = OUTPUT(!A1L10);


--O[6] is O[6]
--operation mode is output

O[6] = OUTPUT(!A1L11);


--O[7] is O[7]
--operation mode is output

O[7] = OUTPUT(!A1L12);


⌨️ 快捷键说明

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