Skip to content
Snippets Groups Projects
Commit caef69e8 authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

g_sim clean

parent 1de186dd
No related branches found
No related tags found
No related merge requests found
......@@ -491,7 +491,6 @@ BEGIN
-- Every design instantiates an mms_remu instance + MM status & control ports.
-- So there is full control over the memory mapped registers to set start address of the flash
-- and reconfigure from that address.
--gen_mms_remu: IF g_sim = FALSE GENERATE
u_mms_remu: ENTITY remu_lib.mms_remu
GENERIC MAP (
g_technology => g_technology
......@@ -505,12 +504,10 @@ BEGIN
remu_mosi => reg_remu_mosi,
remu_miso => reg_remu_miso
);
--END GENERATE;
-----------------------------------------------------------------------------
-- EPCS
-----------------------------------------------------------------------------
--gen_mms_epcs: IF g_sim = FALSE GENERATE
u_mms_epcs: ENTITY epcs_lib.mms_epcs
GENERIC MAP (
g_technology => g_technology
......@@ -536,7 +533,6 @@ BEGIN
mmdp_data_mosi => reg_mmdp_data_mosi,
mmdp_data_miso => reg_mmdp_data_miso
);
--END GENERATE;
------------------------------------------------------------------------------
-- PPS input
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment