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

Corrected ;

parent eca45cef
Branches
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ BEGIN ...@@ -59,7 +59,7 @@ BEGIN
gen_stratixiv : IF g_technology=c_tech_stratixiv GENERATE gen_stratixiv : IF g_technology=c_tech_stratixiv GENERATE
u0 : ip_stratixiv_asmi_parallel 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 GENERATE;
END ARCHITECTURE; END ARCHITECTURE;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment