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

RTSD-82: add indent fix from vsg

parent 4a55fb28
No related branches found
No related tags found
1 merge request!340RTSD-82: add indent fix from vsg
Pipeline #55840 passed
Showing
with 680 additions and 676 deletions
...@@ -6,11 +6,13 @@ use common_lib.common_mem_pkg.all; ...@@ -6,11 +6,13 @@ use common_lib.common_mem_pkg.all;
architecture str of pfs_coefsbuf is architecture str of pfs_coefsbuf is
constant c_coefs_rom : t_c_mem := (latency => 2, constant c_coefs_rom : t_c_mem := (
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,11 +48,13 @@ end pfs_coefsbuf; ...@@ -48,11 +48,13 @@ end pfs_coefsbuf;
architecture str of pfs_coefsbuf is architecture str of pfs_coefsbuf is
constant c_coefs_rom : t_c_mem := (latency => 2, constant c_coefs_rom : t_c_mem := (
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