一直报错Error (10500): VHDL syntax error at TIME.vhd(3) near text "USE"; expecting "(", or "'", or "."

Error (10500): VHDL syntax error at TIME.vhd(3) near text "USE"; expecting "(", or "'", or "."

img

第二行,第三行代码行末少个分号 ;

img

少了分号了,给你看下我的代码吧:
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;

library work;
use work.vid_edid_common_pkg.all;