Skip to content
Snippets Groups Projects
Commit 80a453ea authored by Dumez's avatar Dumez
Browse files

Force eth1g_ram_mosi bus to reset state in order to remove annoying warning...

Force eth1g_ram_mosi bus to reset state in order to remove annoying warning messages during simulation
parent 4c36cafe
No related branches found
No related tags found
No related merge requests found
...@@ -215,6 +215,8 @@ BEGIN ...@@ -215,6 +215,8 @@ BEGIN
mm_locked <= '0', '1' AFTER c_mm_clk_period*5; mm_locked <= '0', '1' AFTER c_mm_clk_period*5;
eth1g_mm_rst <= '1', '0' AFTER c_tech_tse_clk_period*5; eth1g_mm_rst <= '1', '0' AFTER c_tech_tse_clk_period*5;
eth1g_ram_mosi <= c_mem_mosi_rst;
u_mm_file_reg_unb_system_info : mm_file GENERIC MAP(mmf_unb_file_prefix(g_sim_unb_nr, c_sim_node_nr, c_sim_node_type) & "PIO_SYSTEM_INFO") u_mm_file_reg_unb_system_info : mm_file GENERIC MAP(mmf_unb_file_prefix(g_sim_unb_nr, c_sim_node_nr, c_sim_node_type) & "PIO_SYSTEM_INFO")
PORT MAP(mm_rst, i_mm_clk, reg_unb_system_info_mosi, reg_unb_system_info_miso ); PORT MAP(mm_rst, i_mm_clk, reg_unb_system_info_mosi, reg_unb_system_info_miso );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment