lichcct 发表于 2009-11-27 18:22:51

这段代码通不过?奇怪。。。。

这段代码通不过?奇怪。。。。
哪里的问题?

entity traffic_TOP is
port(RE:in std_logic;
               CLK:in std_logic;
               K1:in std_logic;
               K2:in std_logic;
               recount:out std_logic;
               NEXT_S:out std_logic;
               R:out std_logic_vector(1 downto 0);
               G:out std_logic_vector(1 downto 0);
               Y:out std_logic_vector(1 downto 0);
               S:out std_logic_vector(15 downto 0);

End traffic_TOP;

ERROR:HDLParsers:164 - "C:/Documents and Settings/Administrator/test/GG/Counter4_LED/traffic_led/traffic_TOP.vhd" Line 42. parse error, unexpected END, expecting IDENTIFIER

Process "Check Syntax" failed

helloshi 发表于 2009-11-27 19:11:06

port(配对的“)”呢?
页: [1]
查看完整版本: 这段代码通不过?奇怪。。。。