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

Rename REG_STROBE_TOTAL_COUNT_TBUF.

parent e36a9380
No related branches found
No related tags found
1 merge request!425Resolve L2SDP-1063
......@@ -454,8 +454,9 @@ begin
generic map(mmf_unb_file_prefix(g_sim_unb_nr, c_sim_node_nr, c_sim_node_type) & "REG_BSN_MONITOR_V2_TBUF")
port map(mm_rst, mm_clk, reg_bsn_monitor_v2_tbuf_copi, reg_bsn_monitor_v2_tbuf_cipo);
-- Use same REG_STROBE_TOTAL_COUNT_* name as in mmm_unb2c_test.vhd
u_mm_file_reg_dp_strobe_total_count_tbuf : mm_file
generic map(mmf_unb_file_prefix(g_sim_unb_nr, c_sim_node_nr, c_sim_node_type) & "REG_DP_STROBE_TOTAL_COUNT_TBUF")
generic map(mmf_unb_file_prefix(g_sim_unb_nr, c_sim_node_nr, c_sim_node_type) & "REG_STROBE_TOTAL_COUNT_TBUF")
port map(mm_rst, mm_clk, reg_dp_strobe_total_count_tbuf_copi, reg_dp_strobe_total_count_tbuf_cipo);
u_mm_file_reg_hdr_dat_tbuf : mm_file
......
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