Skip to content
Snippets Groups Projects
Commit 1dc76b73 authored by Pieter Donker's avatar Pieter Donker
Browse files

Revert "Merge branch 'RTSD-82' into 'master'"

This reverts commit ef19a04f, reversing
changes made to 4a55fb28.
parent ef19a04f
No related branches found
No related tags found
No related merge requests found
Pipeline #55850 passed
Showing
with 676 additions and 680 deletions
...@@ -6,13 +6,11 @@ library IEEE, common_lib; ...@@ -6,13 +6,11 @@ library IEEE, common_lib;
architecture str of pfs_coefsbuf is architecture str of pfs_coefsbuf is
constant c_coefs_rom : t_c_mem := ( constant c_coefs_rom : t_c_mem := (latency => 2,
latency => 2,
adr_w => g_addr_w, adr_w => g_addr_w,
dat_w => g_data_w, dat_w => g_data_w,
nof_dat => g_nof_coefs, -- <= 2**g_addr_w nof_dat => g_nof_coefs, -- <= 2**g_addr_w
init_sl => '0' init_sl => '0');
);
begin begin
......
...@@ -48,13 +48,11 @@ end pfs_coefsbuf; ...@@ -48,13 +48,11 @@ end pfs_coefsbuf;
architecture str of pfs_coefsbuf is architecture str of pfs_coefsbuf is
constant c_coefs_rom : t_c_mem := ( constant c_coefs_rom : t_c_mem := (latency => 2,
latency => 2,
adr_w => g_addr_w, adr_w => g_addr_w,
dat_w => g_data_w, dat_w => g_data_w,
nof_dat => g_nof_coefs, -- <= 2**g_addr_w nof_dat => g_nof_coefs, -- <= 2**g_addr_w
init_sl => '0' init_sl => '0');
);
begin begin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment