Commit 74a1618c authored by Lucas Russo's avatar Lucas Russo

modules/*/wb_trigger_iface/*: fix module name typo

parent c66f23dc
......@@ -61,10 +61,10 @@ begin
g_trig_num => g_trig_num
)
port map (
clk_i => clk_i,
rst_n_i => rst_n_i,
fs_clk_i => fs_clk_i,
fs_rst_n_i => fs_rst_n_i,
clk_i => clk_i,
rst_n_i => rst_n_i,
ref_clk_i => ref_clk_i,
ref_rst_n_i => ref_rst_n_i,
wb_adr_i => wb_slv_i.adr,
wb_dat_i => wb_slv_i.dat,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment