Skip to content
Snippets Groups Projects
Commit ba00d1ed authored by Bourgoin Thomas's avatar Bourgoin Thomas
Browse files

correct top level entity

parent 71b27124
Branches Quentin
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ ARCHITECTURE Arch_TopLevel OF TopLevel IS
D_OUT : OUT std_logic_vector(7 DOWNTO 0);
d_buf_out: OUT std_logic_vector(15 DOWNTO 0)
);
END Timer8254 ;
END COMPONENT Timer8254 ;
BEGIN
......@@ -56,4 +56,4 @@ BEGIN
LED(9) <= MAX10_CLK1_50;
END Arhc_TopLevel;
\ No newline at end of file
END ARCHITECTURE;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment