Skip to content

Commit

Permalink
code header clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jul 24, 2024
1 parent abfae44 commit 1d7ea48
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion protocol/gpuAsync/rtl/AxiPcieGpuAsyncCore.vhd
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-------------------------------------------------------------------------------
-- File : AxiPcieGpuAsyncCore.vhd
-- Company : SLAC National Accelerator Laboratory
-------------------------------------------------------------------------------
-- Description: Support for GpuDirectAsync like data transport to/from a GPU
Expand Down
2 changes: 0 additions & 2 deletions protocol/pip/rtl/AxiPciePipCore.vhd
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-------------------------------------------------------------------------------
-- File : AxiPciePipCore.vhd
-- Company : SLAC National Accelerator Laboratory
-------------------------------------------------------------------------------
-- Description: PCIe Intercommunication Protocol (PIP) Core
Expand All @@ -19,7 +18,6 @@ use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;


library surf;
use surf.StdRtlPkg.all;
use surf.AxiLitePkg.all;
Expand Down
2 changes: 0 additions & 2 deletions protocol/pip/rtl/AxiPciePipReg.vhd
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-------------------------------------------------------------------------------
-- File : AxiPciePipReg.vhd
-- Company : SLAC National Accelerator Laboratory
-------------------------------------------------------------------------------
-- Description: PCIe Intercommunication Protocol (PIP) Core
Expand All @@ -19,7 +18,6 @@ use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;


library surf;
use surf.StdRtlPkg.all;
use surf.AxiLitePkg.all;
Expand Down
2 changes: 0 additions & 2 deletions protocol/pip/rtl/AxiPciePipRx.vhd
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-------------------------------------------------------------------------------
-- File : AxiPciePipRx.vhd
-- Company : SLAC National Accelerator Laboratory
-------------------------------------------------------------------------------
-- Description: PCIe Intercommunication Protocol (PIP) Receiver Module
Expand All @@ -19,7 +18,6 @@ use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;


library surf;
use surf.StdRtlPkg.all;
use surf.AxiPkg.all;
Expand Down
2 changes: 0 additions & 2 deletions protocol/pip/rtl/AxiPciePipTx.vhd
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-------------------------------------------------------------------------------
-- File : AxiPciePipTx.vhd
-- Company : SLAC National Accelerator Laboratory
-------------------------------------------------------------------------------
-- Description: PCIe Intercommunication Protocol (PIP) Receiver Module
Expand All @@ -19,7 +18,6 @@ use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;


library surf;
use surf.StdRtlPkg.all;
use surf.AxiPkg.all;
Expand Down
2 changes: 0 additions & 2 deletions protocol/pip/tb/AxiPciePipCoreTb.vhd
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-------------------------------------------------------------------------------
-- File : AxiPciePipCoreTb.vhd
-- Company : SLAC National Accelerator Laboratory
-------------------------------------------------------------------------------
-- Description: Simulation Testbed for testing the FPGA module
Expand All @@ -18,7 +17,6 @@ use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;


library surf;
use surf.StdRtlPkg.all;
use surf.AxiLitePkg.all;
Expand Down

0 comments on commit 1d7ea48

Please sign in to comment.