Error (10500): VHDL syntax error at TIME.vhd(3) near text "USE"; expecting "(", or "'", or "."
第二行,第三行代码行末少个分号 ;
少了分号了,给你看下我的代码吧:library IEEE;use IEEE.std_logic_1164.all;use IEEE.numeric_std.all;
library work;use work.vid_edid_common_pkg.all;