Skip to content
Snippets Groups Projects
Commit fa1f8dfb authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Corrected ;

parent eca45cef
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ BEGIN
gen_stratixiv : IF g_technology=c_tech_stratixiv GENERATE
u0 : ip_stratixiv_asmi_parallel
PORT MAP (addr, clkin, datain, rden, read, sector_erase, shift_bytes, wren, write, busy, data_valid, dataout, illegal_erase, illegal_write)
PORT MAP (addr, clkin, datain, rden, read, sector_erase, shift_bytes, wren, write, busy, data_valid, dataout, illegal_erase, illegal_write);
END GENERATE;
END ARCHITECTURE;
\ No newline at end of file
END ARCHITECTURE;
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