diff --git a/TopLevel.vhd b/TopLevel.vhd index 181ed15918981b9057069fcaf1557666c42093fb..bc9b74b154afbc99ce61668e5a8285766c2040b6 100644 --- a/TopLevel.vhd +++ b/TopLevel.vhd @@ -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