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

📄 test1.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.
--a[0] is a[0] at PIN_G20
--operation mode is input

a[0] = INPUT();


--a[1] is a[1] at PIN_H22
--operation mode is input

a[1] = INPUT();


--a[2] is a[2] at PIN_R1
--operation mode is input

a[2] = INPUT();


--a[3] is a[3] at PIN_B7
--operation mode is input

a[3] = INPUT();


--a[4] is a[4] at PIN_B14
--operation mode is input

a[4] = INPUT();


--a[5] is a[5] at PIN_C12
--operation mode is input

a[5] = INPUT();


--a[6] is a[6] at PIN_T3
--operation mode is input

a[6] = INPUT();


--a[7] is a[7] at PIN_J9
--operation mode is input

a[7] = INPUT();


--d[0] is d[0] at PIN_R22
--operation mode is output

d[0] = OUTPUT(!A1L02);


--d[1] is d[1] at PIN_N20
--operation mode is output

d[1] = OUTPUT(!A1L02);


--d[2] is d[2] at PIN_R21
--operation mode is output

d[2] = OUTPUT(A1L02);


--d[3] is d[3] at PIN_T22
--operation mode is output

d[3] = OUTPUT(A1L02);


--d[4] is d[4] at PIN_P21
--operation mode is output

d[4] = OUTPUT(!A1L02);


--d[5] is d[5] at PIN_P20
--operation mode is output

d[5] = OUTPUT(A1L02);


--d[6] is d[6] at PIN_N21
--operation mode is output

d[6] = OUTPUT(!A1L02);


--d[7] is d[7] at PIN_T21
--operation mode is output

d[7] = OUTPUT(A1L02);


--A1L02 is ~STRATIX_FITTER_CREATED_GND~I at LC_X1_Y11_N2
--operation mode is normal

A1L02 = GND;



⌨️ 快捷键说明

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