content
stringlengths
1
1.04M
LIBRARY ieee; USE ieee.std_logic_1164.all; USE ieee.std_logic_unsigned.all; USE ieee.std_logic_arith.all; --*************************************************** --*** *** --*** FLOATING POINT CORE LIBRARY *** --*** *...
LIBRARY ieee; USE ieee.std_logic_1164.all; USE ieee.std_logic_unsigned.all; USE ieee.std_logic_arith.all; --*************************************************** --*** *** --*** FLOATING POINT CORE LIBRARY *** --*** *...
LIBRARY ieee; USE ieee.std_logic_1164.all; USE ieee.std_logic_unsigned.all; USE ieee.std_logic_arith.all; --*************************************************** --*** *** --*** FLOATING POINT CORE LIBRARY *** --*** *...
LIBRARY ieee; USE ieee.std_logic_1164.all; USE ieee.std_logic_unsigned.all; USE ieee.std_logic_arith.all; --*************************************************** --*** *** --*** FLOATING POINT CORE LIBRARY *** --*** *...
LIBRARY ieee; USE ieee.std_logic_1164.all; USE ieee.std_logic_unsigned.all; USE ieee.std_logic_arith.all; --*************************************************** --*** *** --*** FLOATING POINT CORE LIBRARY *** --*** *...
LIBRARY ieee; USE ieee.std_logic_1164.all; USE ieee.std_logic_unsigned.all; USE ieee.std_logic_arith.all; --*************************************************** --*** *** --*** FLOATING POINT CORE LIBRARY *** --*** *...
-------------------------------------------------------------------------------------------------------- -- UT4 ROM image as listed in BMP802 "Design Ideas Book for the CDP1802 COSMAC Microprocessor" -- Author: Tom Pittman -- Copyright: unkown -- http://www.retrotechnology.com/memship/UT4_rom.html --------------------...
--============================================================================= -- This file is part of FPGA_NEURAL-Network. -- -- FPGA_NEURAL-Network is free software: you can redistribute it and/or -- modify it under the terms of the GNU General Public License as published -- by the Free Software Founda...
entity tb_repro1 is end tb_repro1; library ieee; use ieee.std_logic_1164.all; architecture behav of tb_repro1 is signal clk : std_logic; signal rst : std_logic; signal din : std_logic; signal dout : std_logic; begin dut: entity work.repro1 port map ( sig_out => dout, sig_in => din, clo...
`protect begin_protected `protect version = 1 `protect encrypt_agent = "XILINX" `protect encrypt_agent_info = "Xilinx Encryption Tool 2013" `protect key_keyowner = "Cadence Design Systems.", key_keyname= "cds_rsa_key", key_method = "rsa" `protect encoding = (enctype = "BASE64", line_length = 76, bytes = 64) `protect ke...
`protect begin_protected `protect version = 1 `protect encrypt_agent = "XILINX" `protect encrypt_agent_info = "Xilinx Encryption Tool 2013" `protect key_keyowner = "Cadence Design Systems.", key_keyname= "cds_rsa_key", key_method = "rsa" `protect encoding = (enctype = "BASE64", line_length = 76, bytes = 64) `protect ke...
`protect begin_protected `protect version = 1 `protect encrypt_agent = "XILINX" `protect encrypt_agent_info = "Xilinx Encryption Tool 2013" `protect key_keyowner = "Cadence Design Systems.", key_keyname= "cds_rsa_key", key_method = "rsa" `protect encoding = (enctype = "BASE64", line_length = 76, bytes = 64) `protect ke...
`protect begin_protected `protect version = 1 `protect encrypt_agent = "XILINX" `protect encrypt_agent_info = "Xilinx Encryption Tool 2013" `protect key_keyowner = "Cadence Design Systems.", key_keyname= "cds_rsa_key", key_method = "rsa" `protect encoding = (enctype = "BASE64", line_length = 76, bytes = 64) `protect ke...
`protect begin_protected `protect version = 1 `protect encrypt_agent = "XILINX" `protect encrypt_agent_info = "Xilinx Encryption Tool 2013" `protect key_keyowner = "Cadence Design Systems.", key_keyname= "cds_rsa_key", key_method = "rsa" `protect encoding = (enctype = "BASE64", line_length = 76, bytes = 64) `protect ke...
`protect begin_protected `protect version = 1 `protect encrypt_agent = "XILINX" `protect encrypt_agent_info = "Xilinx Encryption Tool 2013" `protect key_keyowner = "Cadence Design Systems.", key_keyname= "cds_rsa_key", key_method = "rsa" `protect encoding = (enctype = "BASE64", line_length = 76, bytes = 64) `protect ke...
`protect begin_protected `protect version = 1 `protect encrypt_agent = "XILINX" `protect encrypt_agent_info = "Xilinx Encryption Tool 2013" `protect key_keyowner = "Cadence Design Systems.", key_keyname= "cds_rsa_key", key_method = "rsa" `protect encoding = (enctype = "BASE64", line_length = 76, bytes = 64) `protect ke...
`protect begin_protected `protect version = 1 `protect encrypt_agent = "XILINX" `protect encrypt_agent_info = "Xilinx Encryption Tool 2013" `protect key_keyowner = "Cadence Design Systems.", key_keyname= "cds_rsa_key", key_method = "rsa" `protect encoding = (enctype = "BASE64", line_length = 76, bytes = 64) `protect ke...
`protect begin_protected `protect version = 1 `protect encrypt_agent = "XILINX" `protect encrypt_agent_info = "Xilinx Encryption Tool 2013" `protect key_keyowner = "Cadence Design Systems.", key_keyname= "cds_rsa_key", key_method = "rsa" `protect encoding = (enctype = "BASE64", line_length = 76, bytes = 64) `protect ke...
-- Copyright 1986-2018 Xilinx, Inc. All Rights Reserved. -- -------------------------------------------------------------------------------- -- Tool Version: Vivado v.2018.2 (win64) Build 2258646 Thu Jun 14 20:03:12 MDT 2018 -- Date : Tue Sep 17 15:50:55 2019 -- Host : varun-laptop running 64-bit Service ...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.NUMERIC_STD.ALL; entity video is port ( CLK : in std_logic; VGA_CLK : in std_logic; RESET : in std_logic; VA : in std_logic_vector(11 downto 0); VDI : in std_logic_vector(7 downto 0); VDO : out std_l...
architecture RTL of FIFO is begin process begin end process; process (a, b) begin end process; process (a, b) is begin end process; -- Violations below process begin end process; process (a, b) begin end process; process (a, b) is begin end process; end architecture RTL;
-------------------------------------------------------------------------------- -- -- Title : rtl_game_int.vhd -- Design : Example -- Author : Kapitanov -- Company : InSys -- -- Version : 1.0 -------------------------------------------------------------------------------- -- -- Description : D...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use IEEE.STD_LOGIC_ARITH.ALL; -- 1 bit adder entity add_1_bit is port ( x: in std_logic; y: in std_logic; cin: in std_logic; sum: out std_logic; cout: out std_logic ); end add_1_bit; architecture main of add_1_bit is begi...
library ieee; use ieee.numeric_std.all; use ieee.std_logic_1164.all; entity bbtas_rnd is port( clock: in std_logic; input: in std_logic_vector(1 downto 0); output: out std_logic_vector(1 downto 0) ); end bbtas_rnd; architecture behaviour of bbtas_rnd is constant st0: std_logic_vector(2 downto 0) :...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; use std.textio.all; entity file_RAM is generic ( filename: string ); port ( clock : in std_logic; write_enable : in std_logic; address : in std_logic_vector; data_in : in std_logic_vector; data_out : out std_logic_vect...
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2003 - 2008, Gaisler Research -- Copyright (C) 2008 - 2014, Aeroflex Gaisler -- -- This program is free software; you can redistribute it and/or modify -- it under the...
-------------------------------------------------------------------------------- -- Entity: acia6551 -- Date:2018-11-24 -- Author: gideon -- -- Description: This is the testbench for the 6551. -------------------------------------------------------------------------------- library ieee; use ieee.std_logic_1164.a...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; --STEP 3 --This component shifts the number so that exponents match and completes the new bits with 1's or 0's according to signs entity number_shifter is generic( BITS : natural := 32; EXP_BITS : natural := 6 ); port( sign_1_in : in std_...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; library ims; use ims.coprocessor.all; ENTITY INTERFACE_COMB_2 IS PORT ( inp : IN custom32_in_type; outp : OUT custom32_out_type ); END; ARCHITECTURE RTL OF INTERFACE_COMB_2 IS -----------------------------------------------...
library ieee; use ieee.std_logic_1164.all; library alib; entity tb3 is end; architecture arch of tb3 is signal a, b : std_logic := '0'; begin ainst: alib.apkg.acomp port map (a, b); process is begin a <= '0'; wait for 1 ns; assert b = '0' report "component is missi...
library ieee; use ieee.std_logic_1164.all; library alib; entity tb3 is end; architecture arch of tb3 is signal a, b : std_logic := '0'; begin ainst: alib.apkg.acomp port map (a, b); process is begin a <= '0'; wait for 1 ns; assert b = '0' report "component is missi...
-------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 14:08:44 03/06/2013 -- Design Name: -- Module Name: /home/frank/Dropbox/Workspaces/Workspace_xilinx/reg_file/data_memory_tb.vhd -- Project Name: reg_file -- Target Device: -- Tool vers...
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
-- EMACS settings: -*- tab-width: 2; indent-tabs-mode: t -*- -- vim: tabstop=2:shiftwidth=2:noexpandtab -- kate: tab-width 2; replace-tabs off; indent-width 2; -- -- ============================================================================= -- Authors: Thomas B. Preusser -- Martin Zabel -- ...
-- EMACS settings: -*- tab-width: 2; indent-tabs-mode: t -*- -- vim: tabstop=2:shiftwidth=2:noexpandtab -- kate: tab-width 2; replace-tabs off; indent-width 2; -- -- ============================================================================= -- Authors: Thomas B. Preusser -- Martin Zabel -- ...
----------------------------------------------------------------------------- -- Filename: gh_Pulse_Generator.vhd -- -- Description: -- A Pulse Generator -- -- Copyright (c) 2005, 2006 by George Huber -- an OpenCores.org Project -- free to use, but see documentation for conditions -- -- Revision History: -- Revis...
library verilog; use verilog.vl_types.all; entity select3_8 is port( in1 : in vl_logic_vector(7 downto 0); in2 : in vl_logic_vector(7 downto 0); in3 : in vl_logic_vector(7 downto 0); choose : in vl_logic_vector(1 downto 0);...
---------------------------------------------------------------------------------- -- Company: CPE233 -- Engineer: Justin Nguyen, Quinn Mikelson -- -- Create Date: 20:59:29 02/04/2013 -- Design Name: -- Module Name: RAT_CPU - Behavioral -- Project Name: RAT MCU -- Target Devices: -- Tool versions:...
package STRSYN is attribute SigDir : string; attribute SigType : string; attribute SigBias : string; end STRSYN; entity op is port ( terminal in1: electrical; terminal in2: electrical; terminal out1: electrical; terminal vbias1: electrical; terminal vdd: electrical; termina...
--============================================================================-- -- Design unit : AMBA (Package declaration) -- -- File name : amba.vhd -- -- Purpose : This package declares types to be used with the -- Advanced Microcontroller Bus Architecture (AMBA). -- -- Reference : AMBA(T...
library ieee; use ieee.std_logic_1164.all; entity dff09 is port (q : out std_logic_vector(3 downto 0); d : std_logic_vector(3 downto 0); clk : std_logic; rst : std_logic); end dff09; architecture behav of dff09 is begin process (clk, rst) is begin if rst = '1' then for i in q'r...
-------------------------------------------------------------------------------- -- Create Date: 13:28:56 05/02/2017 -- Module Name: C:/Users/vinic/Documents/GitHub/SD/BANCADA_TesteBench.vhd -------------------------------------------------------------------------------- LIBRARY ieee; USE ieee.std_logic_1164.ALL; ...
------------------------------------------------------------------------------- -- -- SD/MMC Bootloader -- -- $Id: tb_elem-sd-c.vhd,v 1.1 2005/02/08 21:09:20 arniml Exp $ -- ------------------------------------------------------------------------------- configuration tb_elem_behav_sd of tb_elem is for behav fo...
library ieee; use ieee.std_logic_1164.all; library ieee; use ieee.numeric_std.all; entity add_175 is port ( result : out std_logic_vector(26 downto 0); in_a : in std_logic_vector(26 downto 0); in_b : in std_logic_vector(26 downto 0) ); end add_175; architecture augh of add_175 is signal carry_inA : std_l...
library ieee; use ieee.std_logic_1164.all; library ieee; use ieee.numeric_std.all; entity add_175 is port ( result : out std_logic_vector(26 downto 0); in_a : in std_logic_vector(26 downto 0); in_b : in std_logic_vector(26 downto 0) ); end add_175; architecture augh of add_175 is signal carry_inA : std_l...
-- $Id: ibdr_lp11_buf.vhd 1181 2019-07-08 17:00:50Z mueller $ -- SPDX-License-Identifier: GPL-3.0-or-later -- Copyright 2019- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de> -- ------------------------------------------------------------------------------ -- Module Name: ibdr_lp11_buf - syn -- Description: ibus dev...
-- file: dcm_6_tb.vhd -- -- (c) Copyright 2008 - 2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected under U.S. and -- international copyright and other intellectual property -- laws. -- -- DISCLAIMER -- This disclaimer is not a...
entity tb_dpram3 is end tb_dpram3; library ieee; use ieee.std_logic_1164.all; architecture behav of tb_dpram3 is signal raddr : std_logic_vector(3 downto 0); signal rdat : std_logic_vector(7 downto 0); signal waddr : std_logic_vector(3 downto 0); signal wdat : std_logic_vector(7 downto 0); signal clk : std_...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity mem16k is generic ( simulation : boolean := false ); port ( clock : in std_logic; reset : in std_logic; address : in std_logic_vector(26 downto 0); request : in std_logic; mwri...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity mem16k is generic ( simulation : boolean := false ); port ( clock : in std_logic; reset : in std_logic; address : in std_logic_vector(26 downto 0); request : in std_logic; mwri...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity mem16k is generic ( simulation : boolean := false ); port ( clock : in std_logic; reset : in std_logic; address : in std_logic_vector(26 downto 0); request : in std_logic; mwri...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity mem16k is generic ( simulation : boolean := false ); port ( clock : in std_logic; reset : in std_logic; address : in std_logic_vector(26 downto 0); request : in std_logic; mwri...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity mem16k is generic ( simulation : boolean := false ); port ( clock : in std_logic; reset : in std_logic; address : in std_logic_vector(26 downto 0); request : in std_logic; mwri...
------------------------------------------------------------------------------- -- Entity: ram -- Author: Waj -- Date : 11-May-13 ------------------------------------------------------------------------------- -- Description: (ECS Uebung 9) -- GPIO block for simple von-Neumann MCU. ------------------------------------...
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
------------------------------------------------------------------------------- -- -- (c) B&R, 2011 -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are met: -- -- 1. Redistributions of source code must retai...
------------------------------------------------------------------------------- -- -- (c) B&R, 2011 -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are met: -- -- 1. Redistributions of source code must retai...
-- NEED RESULT: ARCH00670: Variable default initial values - dynamic subtypes passed ------------------------------------------------------------------------------- -- -- Copyright (c) 1989 by Intermetrics, Inc. -- All rights reserved. -- -----------------------------------------------------...
------------------------------------------------------------------------------- -- axi_datamover.vhd ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ...
-- alu_ctrl.vhd library ieee; use ieee.std_logic_1164.all; use work.myTypes.all; entity alu_ctrl is port ( OP : in AluOp; ALU_WORD : out std_logic_vector(12 downto 0) ); end alu_ctrl; architecture bhe of alu_ctrl is signal out_mux_sel : std_logic_vector(2 downto 0); signal left_right : std...
-- ------------------------------------------------------------- -- -- Entity Declaration for inst_a_e -- -- Generated -- by: wig -- on: Sat Mar 3 11:02:57 2007 -- cmd: /cygdrive/c/Documents and Settings/wig/My Documents/work/MIX/mix_0.pl -nodelta ../../udc.xls -- -- !!! Do not edit this file! Autogenerated by M...
-- ============================================================== -- RTL generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC -- Version: 2017.2 -- Copyright (C) 1986-2017 Xilinx, Inc. All Rights Reserved. -- -- =========================================================== library IEEE; use IEEE.s...
LIBRARY ieee; USE ieee.std_logic_1164.ALL; ENTITY bin2bcd9_tb IS END bin2bcd9_tb; ARCHITECTURE behavior OF bin2bcd9_tb IS -- Declaración del componente de la unidad bajo prueba. COMPONENT bin2bcd9 PORT( num_bin : IN std_logic_vector(8 downto 0); num_bcd : OUT std_logic_vector(10 downto 0) ); END COMP...
LIBRARY ieee; USE ieee.std_logic_1164.ALL; ENTITY bin2bcd9_tb IS END bin2bcd9_tb; ARCHITECTURE behavior OF bin2bcd9_tb IS -- Declaración del componente de la unidad bajo prueba. COMPONENT bin2bcd9 PORT( num_bin : IN std_logic_vector(8 downto 0); num_bcd : OUT std_logic_vector(10 downto 0) ); END COMP...
---------------------------------------------------------------------------------- -- Company: -- Engineer: Nick LaRosa -- -- Create Date: 17:25:37 12/31/2013 -- Design Name: -- Module Name: CPU - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- ...
architecture rtl of fifo is begin process begin var1 := '0' WHEN rd_en = '1' else '1'; var2 := '0' WHEN rd_en = '1' else '1'; wr_en_a <= force '0' WHEN rd_en = '1' else '1'; wr_en_b <= force '0' WHEN rd_en = '1' else '1'; end process; concurrent_wr_en_a <= '0' WHEN rd_en = '1' else '1';...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
-- IPIF Common Library Package ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ** ** -- ** DISCLAIMER OF LIABILITY ...
------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2003 - 2008, Gaisler Research -- Copyright (C) 2008 - 2014, Aeroflex Gaisler -- Copyright (C) 2015, Cobham Gaisler -- -- This program is free software; you can redistr...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 10:58:50 10/27/2009 -- Design Name: -- Module Name: GenReg - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 10:58:50 10/27/2009 -- Design Name: -- Module Name: GenReg - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -...