From fb3087b2e056ca255c836db45f4d5594abd82d4c Mon Sep 17 00:00:00 2001
From: donker <donker@astron.nl>
Date: Wed, 3 Apr 2024 12:00:59 +0200
Subject: [PATCH] L2SDP-1031, 2e run

---
 libraries/dsp/fft/tb/vhdl/tb_fft_reorder_sepa_pipe.vhd           | 1 -
 libraries/dsp/fft/tb/vhdl/tb_fft_sepa.vhd                        | 1 -
 .../ram/ip_agi027_1e1v_simple_dual_port_ram_single_clock.vhd     | 1 -
 .../ram/ip_agi027_1e1v_true_dual_port_ram_single_clock.vhd       | 1 -
 .../ram/ip_arria10_simple_dual_port_ram_single_clock.vhd         | 1 -
 .../ram/ip_arria10_e1sg_simple_dual_port_ram_single_clock.vhd    | 1 -
 .../ram/ip_arria10_e2sg_simple_dual_port_ram_single_clock.vhd    | 1 -
 .../ram/ip_arria10_e3sge3_simple_dual_port_ram_single_clock.vhd  | 1 -
 8 files changed, 8 deletions(-)

diff --git a/libraries/dsp/fft/tb/vhdl/tb_fft_reorder_sepa_pipe.vhd b/libraries/dsp/fft/tb/vhdl/tb_fft_reorder_sepa_pipe.vhd
index cca6da7cdb..7720437603 100644
--- a/libraries/dsp/fft/tb/vhdl/tb_fft_reorder_sepa_pipe.vhd
+++ b/libraries/dsp/fft/tb/vhdl/tb_fft_reorder_sepa_pipe.vhd
@@ -251,5 +251,4 @@ begin
       I := 0;
     end if;
   end process p_tester;
-
 end tb;
diff --git a/libraries/dsp/fft/tb/vhdl/tb_fft_sepa.vhd b/libraries/dsp/fft/tb/vhdl/tb_fft_sepa.vhd
index 1be6cbca3a..a38cdfba65 100644
--- a/libraries/dsp/fft/tb/vhdl/tb_fft_sepa.vhd
+++ b/libraries/dsp/fft/tb/vhdl/tb_fft_sepa.vhd
@@ -207,5 +207,4 @@ begin
       I := 0;
     end if;
   end process p_tester;
-
 end tb;
diff --git a/libraries/technology/ip_agi027_1e1v/ram/ip_agi027_1e1v_simple_dual_port_ram_single_clock.vhd b/libraries/technology/ip_agi027_1e1v/ram/ip_agi027_1e1v_simple_dual_port_ram_single_clock.vhd
index 568dfc1930..b39f324843 100644
--- a/libraries/technology/ip_agi027_1e1v/ram/ip_agi027_1e1v_simple_dual_port_ram_single_clock.vhd
+++ b/libraries/technology/ip_agi027_1e1v/ram/ip_agi027_1e1v_simple_dual_port_ram_single_clock.vhd
@@ -71,5 +71,4 @@ begin
     q <= ram(raddr);
   end if;
   end process;
-
 end rtl;
diff --git a/libraries/technology/ip_agi027_1e1v/ram/ip_agi027_1e1v_true_dual_port_ram_single_clock.vhd b/libraries/technology/ip_agi027_1e1v/ram/ip_agi027_1e1v_true_dual_port_ram_single_clock.vhd
index 3c19ef88b7..495fb1624c 100644
--- a/libraries/technology/ip_agi027_1e1v/ram/ip_agi027_1e1v_true_dual_port_ram_single_clock.vhd
+++ b/libraries/technology/ip_agi027_1e1v/ram/ip_agi027_1e1v_true_dual_port_ram_single_clock.vhd
@@ -81,5 +81,4 @@ begin
     q_b <= ram(addr_b);
   end if;
   end process;
-
 end rtl;
diff --git a/libraries/technology/ip_arria10/ram/ip_arria10_simple_dual_port_ram_single_clock.vhd b/libraries/technology/ip_arria10/ram/ip_arria10_simple_dual_port_ram_single_clock.vhd
index 54c278c219..206e76f7b0 100644
--- a/libraries/technology/ip_arria10/ram/ip_arria10_simple_dual_port_ram_single_clock.vhd
+++ b/libraries/technology/ip_arria10/ram/ip_arria10_simple_dual_port_ram_single_clock.vhd
@@ -65,5 +65,4 @@ begin
     q <= ram(raddr);
   end if;
   end process;
-
 end rtl;
diff --git a/libraries/technology/ip_arria10_e1sg/ram/ip_arria10_e1sg_simple_dual_port_ram_single_clock.vhd b/libraries/technology/ip_arria10_e1sg/ram/ip_arria10_e1sg_simple_dual_port_ram_single_clock.vhd
index cd90cf167e..dba8bb6afd 100644
--- a/libraries/technology/ip_arria10_e1sg/ram/ip_arria10_e1sg_simple_dual_port_ram_single_clock.vhd
+++ b/libraries/technology/ip_arria10_e1sg/ram/ip_arria10_e1sg_simple_dual_port_ram_single_clock.vhd
@@ -65,5 +65,4 @@ begin
     q <= ram(raddr);
   end if;
   end process;
-
 end rtl;
diff --git a/libraries/technology/ip_arria10_e2sg/ram/ip_arria10_e2sg_simple_dual_port_ram_single_clock.vhd b/libraries/technology/ip_arria10_e2sg/ram/ip_arria10_e2sg_simple_dual_port_ram_single_clock.vhd
index 558506ca8d..6e789dafdc 100644
--- a/libraries/technology/ip_arria10_e2sg/ram/ip_arria10_e2sg_simple_dual_port_ram_single_clock.vhd
+++ b/libraries/technology/ip_arria10_e2sg/ram/ip_arria10_e2sg_simple_dual_port_ram_single_clock.vhd
@@ -65,5 +65,4 @@ begin
     q <= ram(raddr);
   end if;
   end process;
-
 end rtl;
diff --git a/libraries/technology/ip_arria10_e3sge3/ram/ip_arria10_e3sge3_simple_dual_port_ram_single_clock.vhd b/libraries/technology/ip_arria10_e3sge3/ram/ip_arria10_e3sge3_simple_dual_port_ram_single_clock.vhd
index d21f7ee0a7..237904b7e1 100644
--- a/libraries/technology/ip_arria10_e3sge3/ram/ip_arria10_e3sge3_simple_dual_port_ram_single_clock.vhd
+++ b/libraries/technology/ip_arria10_e3sge3/ram/ip_arria10_e3sge3_simple_dual_port_ram_single_clock.vhd
@@ -65,5 +65,4 @@ begin
     q <= ram(raddr);
   end if;
   end process;
-
 end rtl;
-- 
GitLab