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

RTSD-155: vhdl_style2_0, fixed empty line and indent

parent 16d4a0d4
No related branches found
No related tags found
1 merge request!369RTSD-155: vhdl_style2_0, fixed empty line and indent
Pipeline #67098 passed
Showing
with 612 additions and 609 deletions
architecture empty of pfs is architecture empty of pfs is
begin begin
end empty; end empty;
...@@ -4,7 +4,8 @@ use IEEE.numeric_std.all; ...@@ -4,7 +4,8 @@ use IEEE.numeric_std.all;
use common_lib.common_mem_pkg.all; 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
......
...@@ -45,7 +45,8 @@ entity pfs_coefsbuf is ...@@ -45,7 +45,8 @@ entity pfs_coefsbuf is
end pfs_coefsbuf; 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment