Skip to content
Snippets Groups Projects
Commit e55fd465 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Set g_sim_flash_model to FALSE by default as it causes sim issues in multi

 node sims and is not required in single node sims either.
parent d4d9bcda
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ ENTITY ctrl_unb1_board IS ...@@ -44,7 +44,7 @@ ENTITY ctrl_unb1_board IS
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
g_technology : NATURAL := c_tech_stratixiv; g_technology : NATURAL := c_tech_stratixiv;
g_sim : BOOLEAN := FALSE; g_sim : BOOLEAN := FALSE;
g_sim_flash_model : BOOLEAN := TRUE; -- only maximum one instance should have the flash model (see mms_epcs.vhd description) g_sim_flash_model : BOOLEAN := FALSE; -- only maximum one instance should have the flash model (see mms_epcs.vhd description)
g_base_ip : STD_LOGIC_VECTOR(16-1 DOWNTO 0) := X"0A63"; -- Base IP address used by unb_osy: 10.99.xx.yy g_base_ip : STD_LOGIC_VECTOR(16-1 DOWNTO 0) := X"0A63"; -- Base IP address used by unb_osy: 10.99.xx.yy
g_design_name : STRING := "UNUSED"; g_design_name : STRING := "UNUSED";
g_fw_version : t_unb1_board_fw_version := (0, 0); -- firmware version x.y g_fw_version : t_unb1_board_fw_version := (0, 0); -- firmware version x.y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment