From e55fd465a150a799dea8693e3965022b940f0060 Mon Sep 17 00:00:00 2001 From: Daniel van der Schuur <schuur@astron.nl> Date: Fri, 4 Sep 2015 13:05:15 +0000 Subject: [PATCH] -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. --- .../uniboard1/libraries/unb1_board/src/vhdl/ctrl_unb1_board.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/uniboard1/libraries/unb1_board/src/vhdl/ctrl_unb1_board.vhd b/boards/uniboard1/libraries/unb1_board/src/vhdl/ctrl_unb1_board.vhd index 0eb18ab2b4..29fcfbf08d 100644 --- a/boards/uniboard1/libraries/unb1_board/src/vhdl/ctrl_unb1_board.vhd +++ b/boards/uniboard1/libraries/unb1_board/src/vhdl/ctrl_unb1_board.vhd @@ -44,7 +44,7 @@ ENTITY ctrl_unb1_board IS ---------------------------------------------------------------------------- g_technology : NATURAL := c_tech_stratixiv; 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_design_name : STRING := "UNUSED"; g_fw_version : t_unb1_board_fw_version := (0, 0); -- firmware version x.y -- GitLab