📄 test.map.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
--operation mode is input
clk = INPUT();
--data[0] is data[0]
--operation mode is output
data[0] = OUTPUT(VCC);
--data[1] is data[1]
--operation mode is output
data[1] = OUTPUT(GND);
--data[2] is data[2]
--operation mode is output
data[2] = OUTPUT(VCC);
--data[3] is data[3]
--operation mode is output
data[3] = OUTPUT(GND);
--data[4] is data[4]
--operation mode is output
data[4] = OUTPUT(VCC);
--data[5] is data[5]
--operation mode is output
data[5] = OUTPUT(GND);
--data[6] is data[6]
--operation mode is output
data[6] = OUTPUT(VCC);
--data[7] is data[7]
--operation mode is output
data[7] = OUTPUT(GND);
--data[8] is data[8]
--operation mode is output
data[8] = OUTPUT(VCC);
--data[9] is data[9]
--operation mode is output
data[9] = OUTPUT(GND);
--data[10] is data[10]
--operation mode is output
data[10] = OUTPUT(VCC);
--data[11] is data[11]
--operation mode is output
data[11] = OUTPUT(GND);
--data[12] is data[12]
--operation mode is output
data[12] = OUTPUT(VCC);
--data[13] is data[13]
--operation mode is output
data[13] = OUTPUT(GND);
--data[14] is data[14]
--operation mode is output
data[14] = OUTPUT(VCC);
--data[15] is data[15]
--operation mode is output
data[15] = OUTPUT(GND);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -