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

Corrected ;

parent 1c21b86f
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
-- as they were as simulating one page write and read is sufficient.
LIBRARY IEEE, common_lib, dp_lib, technology_lib, tech_flash_lib;;
LIBRARY IEEE, common_lib, dp_lib, technology_lib, tech_flash_lib;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.NUMERIC_STD.ALL;
USE common_lib.common_pkg.ALL;
......@@ -38,7 +38,7 @@ USE technology_lib.technology_select_pkg.ALL;
ENTITY mms_epcs IS
GENERIC (
g_technology : NATURAL := c_tech_select_default
g_technology : NATURAL := c_tech_select_default;
g_sim : BOOLEAN := FALSE
);
PORT (
......
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