Line 1... |
Line 1... |
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
--
|
--
|
-- Copyright (C) 2011
|
-- Copyright (C) 2019
|
-- ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
|
-- ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
|
-- JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>
|
-- JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>
|
-- P.O.Box 2, 7990 AA Dwingeloo, The Netherlands
|
-- P.O.Box 2, 7990 AA Dwingeloo, The Netherlands
|
--
|
--
|
-- This program is free software: you can redistribute it and/or modify
|
-- This program is free software: you can redistribute it and/or modify
|
Line 18... |
Line 18... |
-- You should have received a copy of the GNU General Public License
|
-- You should have received a copy of the GNU General Public License
|
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
|
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
|
--
|
--
|
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
|
|
|
-- Author:
|
|
-- . Eric Kooistra
|
|
-- Purpose:
|
|
-- . Collection of commonly used base funtions for simulations
|
|
-- Interface:
|
|
-- . [n/a]
|
|
-- Description:
|
|
-- . More information can be found in the comments near the code.
|
|
|
LIBRARY IEEE;
|
LIBRARY IEEE;
|
USE IEEE.std_logic_1164.ALL;
|
USE IEEE.std_logic_1164.ALL;
|
USE IEEE.NUMERIC_STD.ALL;
|
USE IEEE.NUMERIC_STD.ALL;
|
USE std.textio.ALL; -- for boolean, integer file IO
|
USE std.textio.ALL; -- for boolean, integer file IO
|
USE IEEE.std_logic_textio.ALL; -- for std_logic, std_logic_vector file IO
|
USE IEEE.std_logic_textio.ALL; -- for std_logic, std_logic_vector file IO
|