📄 adc_1.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.
--A1L4Q is add[0]~reg0
--operation mode is normal
A1L4Q_lut_out = A1L11 & (A1L4Q $ flag $ f_r);
A1L4Q = DFFEA(A1L4Q_lut_out, clk, , , , , );
--A1L3Q is add[0]~336
--operation mode is normal
A1L3Q = A1L4Q;
--A1L7Q is add[1]~reg0
--operation mode is normal
A1L7Q_lut_out = beg & reset & (A1L7Q $ A1L21);
A1L7Q = DFFEA(A1L7Q_lut_out, clk, , , , , );
--A1L6Q is add[1]~337
--operation mode is normal
A1L6Q = A1L7Q;
--A1L01Q is add[2]~reg0
--operation mode is normal
A1L01Q_lut_out = A1L11 & (A1L01Q $ (A1L7Q & A1L21));
A1L01Q = DFFEA(A1L01Q_lut_out, clk, , , , , );
--A1L9Q is add[2]~338
--operation mode is normal
A1L9Q = A1L01Q;
--A1L42Q is control~reg0
--operation mode is normal
A1L42Q_lut_out = beg & (A1L12 # !A1L51);
A1L42Q = DFFEA(A1L42Q_lut_out, clk, , , reset, , );
--A1L22Q is control~66
--operation mode is normal
A1L22Q = A1L42Q;
--beg is beg
--operation mode is normal
beg_lut_out = reset;
beg = DFFEA(beg_lut_out, clk, , , , , );
--A1L81Q is beg~7
--operation mode is normal
A1L81Q = beg;
--A1L11 is add~331
--operation mode is normal
A1L11 = beg & reset;
--A1L31 is add~339
--operation mode is normal
A1L31 = beg & reset;
--flag is flag
--operation mode is normal
flag_lut_out = reset & (A1L72 & f_r # !A1L72 & (flag));
flag = DFFEA(flag_lut_out, clk, , , , , );
--A1L82Q is flag~227
--operation mode is normal
A1L82Q = flag;
--A1L21 is add~333
--operation mode is normal
A1L21 = A1L4Q & (flag $ f_r);
--A1L41 is add~340
--operation mode is normal
A1L41 = A1L4Q & (flag $ f_r);
--A1L72 is flag~225
--operation mode is normal
A1L72 = beg & (!A1L01Q # !A1L7Q # !A1L4Q);
--A1L92 is flag~228
--operation mode is normal
A1L92 = beg & (!A1L01Q # !A1L7Q # !A1L4Q);
--A1L12 is control~65
--operation mode is normal
A1L12 = A1L42Q & A1L4Q & A1L7Q & A1L01Q;
--A1L32 is control~67
--operation mode is normal
A1L32 = A1L42Q & A1L4Q & A1L7Q & A1L01Q;
--A1L51 is always0~0
--operation mode is normal
A1L51 = flag $ f_r;
--A1L61 is always0~6
--operation mode is normal
A1L61 = flag $ f_r;
--f_r is f_r
--operation mode is input
f_r = INPUT();
--clk is clk
--operation mode is input
clk = INPUT();
--reset is reset
--operation mode is input
reset = INPUT();
--add[0] is add[0]
--operation mode is output
add[0] = OUTPUT(A1L4Q);
--add[1] is add[1]
--operation mode is output
add[1] = OUTPUT(A1L7Q);
--add[2] is add[2]
--operation mode is output
add[2] = OUTPUT(A1L01Q);
--control is control
--operation mode is output
control = OUTPUT(A1L42Q);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -