习题册上的习题8-2:6,7。
习题册上的习题8-2:6,7。
参考答案和解析
library ieee;use ieee.std_logic_1164.all;entity tristate is port(en,din:in std_logic; dout:out std_logic);end tristate;architecture art of tristate is begin process(en,din) beginif en='1' then dout else dout'Z';end if;end process;end art;library ieee;use ieee.std_logic_1164.all;entity tr1_buf8 is port(din:in std_logic_vector(7 downto 0); en:in std_logic; dout:out std_logic_vector(7 downto 0));end tr1_buf8;architecture art of tr1_buf8 is begin process(en,din) begin if(en='1') then dout else dout end if; end process; end art;library ieee;use ieee.std_logic_1164.all;entity bidir is port(a,b:inout std_logic_vector(7 downto 0); en,dir:in std_logic);end bidir;architecture art of bidir is signal aout,bout:std_logic_vector(7 downto 0); beginprocess(a,en,dir) begin if((en='0') and (dir='1')) then bout else bout end if; b end process; process(b,en,dir) begin if((en='0') and (dir='0')) then aout else aout end if; a end process; end art;
相关考题:
司法考试 习题 白皮书、律政百题精炼(内部资料)、万国考试单元强化自测、这3个练习题哪一个比较好?为什么?有没有其他更好的练习题?是什么?现在看完真题,想做习题,又不知道哪一个好。劳驾各位师哥、师姐、同窗推荐。
根据你对教学评价的理解,关于本课教学评价以下提法不正确的是( )。A.通过课后习题进行评价是一种绝对评价B.教师对学生完成习题情况进行打分是定量评价C.老师设计习题对学生进行评价,这体现了评价主体的多元性D.教师通过习题进行的评价属于形成性评价
单选题在网上运用搜素引擎查找关于能量守恒定律的练习题,最合适的关键字是()。A物理习题B能量守恒定律C习题D能量守恒定律习题