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

📄 test.fit.eqn

📁 很多仪器都输出同步时钟
💻 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.
--clk is clk at PIN_W15
--operation mode is input

clk = INPUT();


--data[0] is data[0] at PIN_R3
--operation mode is output

data[0] = OUTPUT(!A1L02);


--data[1] is data[1] at PIN_U2
--operation mode is output

data[1] = OUTPUT(A1L02);


--data[2] is data[2] at PIN_T4
--operation mode is output

data[2] = OUTPUT(!A1L02);


--data[3] is data[3] at PIN_T3
--operation mode is output

data[3] = OUTPUT(A1L02);


--data[4] is data[4] at PIN_V2
--operation mode is output

data[4] = OUTPUT(!A1L02);


--data[5] is data[5] at PIN_M6
--operation mode is output

data[5] = OUTPUT(A1L02);


--data[6] is data[6] at PIN_R4
--operation mode is output

data[6] = OUTPUT(!A1L02);


--data[7] is data[7] at PIN_R2
--operation mode is output

data[7] = OUTPUT(A1L02);


--data[8] is data[8] at PIN_V1
--operation mode is output

data[8] = OUTPUT(!A1L02);


--data[9] is data[9] at PIN_T2
--operation mode is output

data[9] = OUTPUT(A1L02);


--data[10] is data[10] at PIN_N6
--operation mode is output

data[10] = OUTPUT(!A1L02);


--data[11] is data[11] at PIN_U1
--operation mode is output

data[11] = OUTPUT(A1L02);


--data[12] is data[12] at PIN_P3
--operation mode is output

data[12] = OUTPUT(!A1L02);


--data[13] is data[13] at PIN_P2
--operation mode is output

data[13] = OUTPUT(A1L02);


--data[14] is data[14] at PIN_R1
--operation mode is output

data[14] = OUTPUT(!A1L02);


--data[15] is data[15] at PIN_T1
--operation mode is output

data[15] = OUTPUT(A1L02);


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

A1L02 = GND;



⌨️ 快捷键说明

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