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

Renamed c_sdp_ram_st_xsq_addr_w into c_sdp_ram_st_xsq_arr_addr_w.

parent baa3f7e0
No related branches found
No related tags found
1 merge request!175Added t_sdp_sim. Add func_sdp_get_stat_*() functions to determine the header...
......@@ -815,7 +815,7 @@ BEGIN
ram_st_xsq_clk_export => OPEN,
ram_st_xsq_reset_export => OPEN,
ram_st_xsq_address_export => ram_st_xsq_mosi.address(c_sdp_ram_st_xsq_addr_w-1 DOWNTO 0),
ram_st_xsq_address_export => ram_st_xsq_mosi.address(c_sdp_ram_st_xsq_arr_addr_w-1 DOWNTO 0),
ram_st_xsq_write_export => ram_st_xsq_mosi.wr,
ram_st_xsq_writedata_export => ram_st_xsq_mosi.wrdata(c_word_w-1 DOWNTO 0),
ram_st_xsq_read_export => ram_st_xsq_mosi.rd,
......
......@@ -786,7 +786,7 @@ BEGIN
ram_st_xsq_clk_export => OPEN,
ram_st_xsq_reset_export => OPEN,
ram_st_xsq_address_export => ram_st_xsq_mosi.address(c_sdp_ram_st_xsq_addr_w-1 DOWNTO 0),
ram_st_xsq_address_export => ram_st_xsq_mosi.address(c_sdp_ram_st_xsq_arr_addr_w-1 DOWNTO 0),
ram_st_xsq_write_export => ram_st_xsq_mosi.wr,
ram_st_xsq_writedata_export => ram_st_xsq_mosi.wrdata(c_word_w-1 DOWNTO 0),
ram_st_xsq_read_export => ram_st_xsq_mosi.rd,
......
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