Skip to content
Snippets Groups Projects
Commit 7034dbd8 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Updated author and date.

parent 467612c5
No related branches found
No related tags found
1 merge request!391Resolve L2SDP-1019
Pipeline #75706 passed
-------------------------------------------------------------------------------
--
-- Copyright (C) 2015
-- Copyright (C) 2024
-- ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-- JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>
-- P.O.Box 2, 7990 AA Dwingeloo, The Netherlands
......@@ -19,12 +19,7 @@
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
--
-------------------------------------------------------------------------------
library IEEE, common_lib, dp_lib;
use IEEE.std_logic_1164.all;
use common_lib.common_pkg.all;
use dp_lib.dp_stream_pkg.all;
-- Author: E. Kooistra
-- Purpose: Provide visual activity information via the UniBoard2 front panel QSFP LEDs.
-- Description:
-- The testio LED on UniBoard2 is not visible via the front panel. The
......@@ -81,6 +76,10 @@ use dp_lib.dp_stream_pkg.all;
-- Choose using 'or-status', because then the LED can give lane status
-- information when less than all 4 lane are connected.
--
library IEEE, common_lib, dp_lib;
use IEEE.std_logic_1164.all;
use common_lib.common_pkg.all;
use dp_lib.dp_stream_pkg.all;
entity unb2c_board_qsfp_leds_v2 is
generic (
......
......@@ -19,7 +19,6 @@
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
--
-------------------------------------------------------------------------------
-- Author: E. Kooistra
-- Purpose: Test bench for unb2c_board_qsfp_leds
-- Description:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment