mux21a.map.eqn

来自「基于fpga和sopc的用VHDL语言编写的EDA组合电路的设计」· EQN 代码 · 共 31 行

EQN
31
字号
--A1L5 is y~8
--operation mode is normal

A1L5 = b & (a # s) # !b & a & !s;


--b is b
--operation mode is input

b = INPUT();


--a is a
--operation mode is input

a = INPUT();


--s is s
--operation mode is input

s = INPUT();


--y is y
--operation mode is output

y = OUTPUT(A1L5);


⌨️ 快捷键说明

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