古斑竹! 请看这个!
port(
in1,enable: in std_logic;
out: inout std_logic_vector(7 downto 0)
);
.
.
.
out(0 to 7)<="ZZZZZZZZ";
编译错误:
high-impedance[z] value(s) of constant "zzzzzzzz" can't be processed as
tri-state buffer(s)
是不是用的MAX-PLUSE 9。6版 不支持这种 高祖 写法?望赐教。
发表时间:2002年11月23日21:56:00