Commit b8b569bc authored by Cesar Prados's avatar Cesar Prados

sdb_record:fix bug, VME bus was getting the constant sdb_record and not the

generic. Now the the sdb is autogenerated.
parent 5b43d3e7
......@@ -276,7 +276,7 @@ begin
g_wb_data_width => g_wb_data_width,
g_wb_addr_width => g_wb_addr_width,
g_cram_size => g_cram_size,
g_sdb_addr => c_sdb_address
g_sdb_addr => g_sdb_addr
)
port map(
clk_i => clk_i,
......
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