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

📄 reg4.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.
--A1L8Q is DOUT[0]~reg0
--operation mode is normal

A1L8Q_lut_out = DIN[0];
A1L8Q = DFFEAS(A1L8Q_lut_out, LOAD, VCC, , , , , , );


--A1L10Q is DOUT[1]~reg0
--operation mode is normal

A1L10Q_lut_out = DIN[1];
A1L10Q = DFFEAS(A1L10Q_lut_out, LOAD, VCC, , , , , , );


--A1L12Q is DOUT[2]~reg0
--operation mode is normal

A1L12Q_lut_out = DIN[2];
A1L12Q = DFFEAS(A1L12Q_lut_out, LOAD, VCC, , , , , , );


--A1L14Q is DOUT[3]~reg0
--operation mode is normal

A1L14Q_lut_out = DIN[3];
A1L14Q = DFFEAS(A1L14Q_lut_out, LOAD, VCC, , , , , , );


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

DIN[0] = INPUT();


--LOAD is LOAD
--operation mode is input

LOAD = INPUT();


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

DIN[1] = INPUT();


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

DIN[2] = INPUT();


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

DIN[3] = INPUT();


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

DOUT[0] = OUTPUT(A1L8Q);


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

DOUT[1] = OUTPUT(A1L10Q);


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

DOUT[2] = OUTPUT(A1L12Q);


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

DOUT[3] = OUTPUT(A1L14Q);


⌨️ 快捷键说明

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