只需一步,快速开始
需要三步,才能开始
只需两步,慢速开始
component dff2 is port( a,b:in std_logic; c:out std_logic); end component dff2;
Error: Port "a" does not exist in macrofunction "g2"
ENTITY dff2 IS PORT ( clock : IN STD_LOGIC ; data : IN STD_LOGIC ; q : OUT STD_LOGIC ); END dff2;
component dff2 is port( data,clock:in std_logic; q:out std_logic); end component dff2;
使用道具 举报
联系我们|手机版|欧卡2中国 ( 湘ICP备11020288号-1 ) 复制应用客服QQ号,请添加QQ好友后沟通 936487697
GMT+8, 2024-11-25 16:00 , Processed in 0.032497 second(s), 8 queries , Redis On.
Powered by Discuz! X3.4
Copyright © 2001-2023, Tencent Cloud.