content
stringlengths
1
1.04M
------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2003, Gaisler Research -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published b...
------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2003, Gaisler Research -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published b...
---------------------------------------------------------------------------- --! @file --! @copyright Copyright 2015 GNSS Sensor Ltd. All right reserved. --! @author Sergey Khabarov --! @brief Virtual simple output buffer. ---------------------------------------------------------------------------- library i...
---------------------------------------------------------------------------- --! @file --! @copyright Copyright 2015 GNSS Sensor Ltd. All right reserved. --! @author Sergey Khabarov --! @brief Virtual simple output buffer. ---------------------------------------------------------------------------- library i...
---------------------------------------------------------------------------------- -- Module Name: vga1440x900 - Behavioral -- Version: 1.0 -- Author: Mike Field (hamster@snap.net.nz) -- -- Generate 1440 x 900 x 256 colour VGA signals. -- -- Horizontal timing (frame) -- Scanline part Pixels T...
library ieee; use ieee.std_logic_1164.all; entity sequencer is generic ( seq : string ); port ( clk : in std_logic; data : out std_logic ); end entity sequencer; architecture rtl of sequencer is signal index : natural := seq'low; function to_bit (a : in character) return std_logic is ...
LIBRARY ieee ; USE ieee.std_logic_1164.all ; USE work.components.all ; USE ieee.std_logic_arith; ENTITY uc IS PORT ( Data : IN STD_LOGIC_VECTOR(24 DOWNTO 0) ; Clock: IN STD_LOGIC ; Imedout : OUT STD_LOGIC ; Rin : OUT STD_LOGIC_VECTOR(0 TO 3) ; Rout : OUT STD_LOGIC_VECTOR(0 TO 3) ; Rtempin : OUT STD...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; package nano_cpu_pkg is -- Instruction bit 14..12: alu operation -- Instruction bit 11: when 1, accu is updated -- Instruction bit 15: when 0, flags are updated -- Instruction Set (bit 10...0) are address when needed -- ...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; package nano_cpu_pkg is -- Instruction bit 14..12: alu operation -- Instruction bit 11: when 1, accu is updated -- Instruction bit 15: when 0, flags are updated -- Instruction Set (bit 10...0) are address when needed -- ...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; package nano_cpu_pkg is -- Instruction bit 14..12: alu operation -- Instruction bit 11: when 1, accu is updated -- Instruction bit 15: when 0, flags are updated -- Instruction Set (bit 10...0) are address when needed -- ...
-- CHECKED AND MODIFIED BY PRASANJEET ------------------------------------------- --UPDATED ON: 7/9/09, 7/13/10 -- TASK : Complete the four TODO sections ------------------------------------------- ------------------------------------------------------------------------------- -- -- Design : Load/Store Issue C...
-- 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...
-- NEED RESULT: ARCH00261_1: Component declaration and configuration spec allowed in architecture statement part passed -- NEED RESULT: ARCH00261: Subprogram decl and subprogram body and type, subtype constant, signal, initialization spec, alias decl ,attribute decl and attribute spec in architecture statement part pa...
-------------------------------------------------------------------------------- -- -- FIFO Generator Core Demo Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and prop...
---------------------------------------------------------------------------------- -- Company: -- Engineer: Gabbe -- -- Create Date: 09:40:15 09/17/2014 -- Design Name: -- Module Name: comp - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Revis...
---------------------------------------------------------------------------------- -- Company: -- Engineer: Gabbe -- -- Create Date: 09:40:15 09/17/2014 -- Design Name: -- Module Name: comp - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Revis...
------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2003 - 2008, Gaisler Research -- Copyright (C) 2008, 2009, Aeroflex Gaisler -- -- This program is free software; you can redistribute it and/or modify -- it under the ...
-- Copyright (C) 2002 Morgan Kaufmann Publishers, Inc -- This file is part of VESTs (Vhdl tESTs). -- VESTs 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 Foundation; either version 2 of the License, or (at -- your o...
-- Copyright (C) 2002 Morgan Kaufmann Publishers, Inc -- This file is part of VESTs (Vhdl tESTs). -- VESTs 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 Foundation; either version 2 of the License, or (at -- your o...
-- Copyright (C) 2002 Morgan Kaufmann Publishers, Inc -- This file is part of VESTs (Vhdl tESTs). -- VESTs 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 Foundation; either version 2 of the License, or (at -- your o...
---------------------------------------------------------------------------------------------------------- library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; package package1 is -- ********************* -- here's the 4-bit register -- ********************* co...
---------------------------------------------------------------------------------- -- Communication with FT245 for USB to 8-bit parrallel interface -- Handles communication with computer and sends data to rest of system ---------------------------------------------------------------------------------- library IEEE; use...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; -- Uncomment the following library declaration if using -- arithmetic functions with Signed or Unsigned values --use IEEE.NUMERIC_STD.ALL; -- Uncomment the following library declaration if instantiating -- any Xilinx primitives in this code. --library UNISIM; --use UNISIM.VC...
------------------------------------------------------------------------------- -- microblaze_0_wrapper.vhd ------------------------------------------------------------------------------- library IEEE; use IEEE.STD_LOGIC_1164.ALL; library UNISIM; use UNISIM.VCOMPONENTS.ALL; library microblaze_v8_20_a; use microblaze_...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity CONGRATS is port (CLK : in std_logic; -- EN : in std_logic; ADDR : in std_logic_vector(13 downto 0); DATA : out std_logic); end CONGRATS; architecture syn of CONGRATS is type rom_type is array (0 to 9599) of std_lo...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity CONGRATS is port (CLK : in std_logic; -- EN : in std_logic; ADDR : in std_logic_vector(13 downto 0); DATA : out std_logic); end CONGRATS; architecture syn of CONGRATS is type rom_type is array (0 to 9599) of std_lo...
-------------------------------------------------------------------------------- -- -- FIFO Generator Core Demo Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and prop...
`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 (C) 2002 Morgan Kaufmann Publishers, Inc -- This file is part of VESTs (Vhdl tESTs). -- VESTs 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 Foundation; either version 2 of the License, or (at -- your o...
-- Copyright (C) 2002 Morgan Kaufmann Publishers, Inc -- This file is part of VESTs (Vhdl tESTs). -- VESTs 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 Foundation; either version 2 of the License, or (at -- your o...
-- Copyright (C) 2002 Morgan Kaufmann Publishers, Inc -- This file is part of VESTs (Vhdl tESTs). -- VESTs 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 Foundation; either version 2 of the License, or (at -- your o...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; entity Four_MUX is Port ( D0 : in STD_LOGIC_VECTOR (3 downto 0); S0 : in STD_LOGIC_VECTOR (1 downto 0); D1 : in STD_LOGIC_VECTOR (3 downto 0); S1 : in STD_LOGIC_VECTOR (1 downto 0); D2 : in STD_LOGIC_VECTOR (3 downto 0); S2 : ...
-- Inter-Prediction Interpolator Filter -- see ITU Std. 8.4.2.2.1 and 8.4.2.2.2 library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; use ieee.std_logic_misc.all; use ieee.math_real.all; entity half_pixel_interpolator_fir is port( x0 : in std_logic_vector(7 downto 0); x1 : in std_logic_v...
-------------------------------------------------------------------------------- -- Decode Unit -- This unit implements the decode unit. Sub-units which are contained are: -- - Hazard Detection Unit -- - Register File -- - Sign-Extension -- - Extender -- - Mux Stall ---------------------------------------...
-- ------------------------------------------------------------- -- -- Generated Architecture Declaration for rtl of ent_bb -- -- Generated -- by: wig -- on: Mon Apr 10 13:27:22 2006 -- cmd: /cygdrive/h/work/eclipse/MIX/mix_0.pl -nodelta ../../bitsplice.xls -- -- !!! Do not edit this file! Autogenerated by MIX !!!...
-------------------------------------------------------------------------------- -- -- RAM based synchronous FIFO -- -- Signals: -- clk : clock -- rst : synchronous reset (active high) -- din : data input -- wr_en : write enable -- full : FIFO full flag -- dout : data output -- rd_en : re...
--********************************************************************************************** -- Resynchronizer(16 bit,TCK clock) for JTAG OCD and "Flash" controller -- Version 0.1 -- Modified 27.05.2004 -- Designed by Ruslan Lepetenok --*************************************************************************...
--********************************************************************************************** -- Resynchronizer(16 bit,TCK clock) for JTAG OCD and "Flash" controller -- Version 0.1 -- Modified 27.05.2004 -- Designed by Ruslan Lepetenok --*************************************************************************...
--********************************************************************************************** -- Resynchronizer(16 bit,TCK clock) for JTAG OCD and "Flash" controller -- Version 0.1 -- Modified 27.05.2004 -- Designed by Ruslan Lepetenok --*************************************************************************...
--********************************************************************************************** -- Resynchronizer(16 bit,TCK clock) for JTAG OCD and "Flash" controller -- Version 0.1 -- Modified 27.05.2004 -- Designed by Ruslan Lepetenok --*************************************************************************...
------------------------------------------------------------------------------- -- -- (C) COPYRIGHT 2010, Gideon's Logic Architectures -- ------------------------------------------------------------------------------- -- Title : Character Generator ------------------------------------------------------------...
------------------------------------------------------------------------------- -- -- (C) COPYRIGHT 2010, Gideon's Logic Architectures -- ------------------------------------------------------------------------------- -- Title : Character Generator ------------------------------------------------------------...
------------------------------------------------------------------------------- -- -- (C) COPYRIGHT 2010, Gideon's Logic Architectures -- ------------------------------------------------------------------------------- -- Title : Character Generator ------------------------------------------------------------...
------------------------------------------------------------------------------- -- -- (C) COPYRIGHT 2010, Gideon's Logic Architectures -- ------------------------------------------------------------------------------- -- Title : Character Generator ------------------------------------------------------------...
------------------------------------------------------------------------------- -- -- (C) COPYRIGHT 2010, Gideon's Logic Architectures -- ------------------------------------------------------------------------------- -- Title : Character Generator ------------------------------------------------------------...
-------------------------------------------------------------------------------- -- -- FIFO Generator Core Demo Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and prop...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; USE IEEE.NUMERIC_STD.ALL; entity MultBcd_1xNDig is Port ( A : in unsigned (3 downto 0); B : in unsigned (19 downto 0); Z : out unsigned (23 downto 0)); end MultBcd_1xNDig; architecture Behavioral of MultBcd_1xNDig is component MultBcd_1Dig is ...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; USE IEEE.NUMERIC_STD.ALL; entity MultBcd_1xNDig is Port ( A : in unsigned (3 downto 0); B : in unsigned (19 downto 0); Z : out unsigned (23 downto 0)); end MultBcd_1xNDig; architecture Behavioral of MultBcd_1xNDig is component MultBcd_1Dig is ...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 15:38:36 10/21/2015 -- Design Name: -- Module Name: one_bit_full_adder - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: --...
library verilog; use verilog.vl_types.all; entity Toplevel is port( ready : out vl_logic; start : in vl_logic; clk : in vl_logic; reset : in vl_logic; outBus : out vl_logic_vector(7 downto 0); xBus ...
-- $Id: ib_intmap24.vhd 1181 2019-07-08 17:00:50Z mueller $ -- SPDX-License-Identifier: GPL-3.0-or-later -- Copyright 2017-2019 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de> -- ------------------------------------------------------------------------------ -- Module Name: ib_intmap24 - syn -- Description: pdp11: e...
-- $Id: iob_reg_o.vhd 314 2010-07-09 17:38:41Z mueller $ -- -- Copyright 2007- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de> -- -- This program is free software; you may redistribute and/or modify it under -- the terms of the GNU General Public License as published by the Free -- Software Foundation, either version 2, ...
-- $Id: iob_reg_o.vhd 314 2010-07-09 17:38:41Z mueller $ -- -- Copyright 2007- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de> -- -- This program is free software; you may redistribute and/or modify it under -- the terms of the GNU General Public License as published by the Free -- Software Foundation, either version 2, ...
------------------------------------------------------------------------------ -- 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...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; --! General purpose definitions and functions for RTL code. package rtl_pack is function to_bit(value : boolean) return bit; function to_stdulogic(value : boolean) return std_ulogic; subtype base_t is natural range 2 to natural'high; --! Calcu...
-- ---------------------------------------------------------------------- --LOGI-hard --Copyright (c) 2013, Jonathan Piat, Michael Jones, All rights reserved. -- --This library is free software; you can redistribute it and/or --modify it under the terms of the GNU Lesser General Public --License as published by the F...
-- ---------------------------------------------------------------------- --LOGI-hard --Copyright (c) 2013, Jonathan Piat, Michael Jones, All rights reserved. -- --This library is free software; you can redistribute it and/or --modify it under the terms of the GNU Lesser General Public --License as published by the F...
library verilog; use verilog.vl_types.all; entity tb_radar_top is end tb_radar_top;
------------------------------------------------------------------------------- -- CPU86 - VHDL CPU8088 IP core -- -- Copyright (C) 2002-2008 HT-LAB -- -- ...
------------------------------------------------------------------------------- -- CPU86 - VHDL CPU8088 IP core -- -- Copyright (C) 2002-2008 HT-LAB -- -- ...
------------------------------------------------------------------------------- -- CPU86 - VHDL CPU8088 IP core -- -- Copyright (C) 2002-2008 HT-LAB -- -- ...
--async_com_control.vdh --by Jie Zhang, MWL, MIT. --this module controls the async communication interface. It sends COBS encoded streams to the 8-bit width communication channel --it detects a magic word from the headstage, which symbolizes the transmission of configuration details of the headstage. --This module th...
----------------------------------------------------------------------------- -- LEON3 Demonstration design test bench configuration -- Copyright (C) 2009 Aeroflex Gaisler ------------------------------------------------------------------------------ library techmap; use techmap.gencomp.all; package config is -- T...
-- Copyright (C) 2002 Morgan Kaufmann Publishers, Inc -- This file is part of VESTs (Vhdl tESTs). -- VESTs 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 Foundation; either version 2 of the License, or (at -- your o...
-- Copyright (C) 2002 Morgan Kaufmann Publishers, Inc -- This file is part of VESTs (Vhdl tESTs). -- VESTs 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 Foundation; either version 2 of the License, or (at -- your o...
-- Copyright (C) 2002 Morgan Kaufmann Publishers, Inc -- This file is part of VESTs (Vhdl tESTs). -- VESTs 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 Foundation; either version 2 of the License, or (at -- your o...
LIBRARY ieee; USE ieee.std_logic_1164.ALL; ENTITY FFDCLR_TB IS END FFDCLR_TB; ARCHITECTURE behavior OF FFDCLR_TB IS -- Component Declaration for the Unit Under Test (UUT) COMPONENT FFDCLR PORT( CLK : IN std_logic; CLR : IN std_logic; D : IN std_logic; Q : OUT ...
LIBRARY ieee; USE ieee.std_logic_1164.all; LIBRARY altera_mf; USE altera_mf.all; use work.Constants.all; use work.DefTypes.all; --ENTITY MemoTableTLRUCounter IS ENTITY TraceMemory IS PORT ( Clock : IN STD_LOGIC := '1'; WAddress : IN STD_LOGIC_VECTOR (MemoTableTWayAddressLenght-1 DOWNTO 0); --WData : I...
---------------------------------------------------------------------------------- -- Felix Winterstein, Imperial College London -- -- Module Name: lloyds_algorithm_core - Behavioral -- -- Revision 1.01 -- Additional Comments: distributed under a BSD license, see LICENSE.txt -- --------------------------------------...
---------------------------------------------------------------------------------- -- Invaders -- Sergio Vilches -- David Estévez Fernández ---------------------------------------------------------------------------------- library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity bullet is port (c...
------------------------------------------------------------------------------- -- -- Title : sixteenbit_module -- Design : ALU -- Author : riczhang -- Company : Stony Brook University -- ------------------------------------------------------------------------------- -- -- File : c:\...
-- 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:49:39 2019 -- Host : varun-laptop running 64-bit Service ...
-- Copyright 1986-2016 Xilinx, Inc. All Rights Reserved. -- -------------------------------------------------------------------------------- -- Tool Version: Vivado v.2016.4 (win64) Build 1733598 Wed Dec 14 22:35:39 MST 2016 -- Date : Mon Feb 20 13:53:58 2017 -- Host : GILAMONSTER running 64-bit major rel...
------------------------------------------------------------------------------- -- $Id: addsub.vhd,v 1.1.4.1 2010/09/14 22:35:46 dougt Exp $ ------------------------------------------------------------------------------- -- Either add an ArgA or subtract an ArgS from an ArgD. -------------------------------------------...
-- Copyright 1986-2016 Xilinx, Inc. All Rights Reserved. -- -------------------------------------------------------------------------------- -- Tool Version: Vivado v.2016.4 (win64) Build 1733598 Wed Dec 14 22:35:39 MST 2016 -- Date : Sun Apr 09 07:02:41 2017 -- Host : GILAMONSTER running 64-bit major rel...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 17:47:11 05/18/2016 -- Design Name: -- Module Name: mux2to1 - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Revisio...
-- (c) Copyright 1995-2016 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 license and does not grant ...
Library IEEE; Use ieee.std_logic_1164.all; Use ieee.std_logic_unsigned.all; Use ieee.std_logic_arith.all; Use work.array32.all; Entity regBank is port ( A1, A2, A3: in std_logic_vector(4 downto 0); clk, rst, we3: in std_logic; wd3: in std_logic_vector(31 downto 0); out1, out2 : out std_logic_vector(31 ...
------------------------------------------------------------------------------ -- LEON3 Demonstration design -- Copyright (C) 2006 Jiri Gaisler, Gaisler Research ------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2003 -...
-------------------------------------------------------------------------------- -- -- FIFO Generator Core Demo Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. -- -- This file contains confidentia...
----------------------------------------------------------------------------- --! @file --! @copyright Copyright 2015 GNSS Sensor Ltd. All right reserved. --! @author Sergey Khabarov - sergeykhbr@gmail.com --! @brief Synchronous 2-port ram, common clock --------------------------------------------------------...
----------------------------------------------------------------------------- --! @file --! @copyright Copyright 2015 GNSS Sensor Ltd. All right reserved. --! @author Sergey Khabarov - sergeykhbr@gmail.com --! @brief Synchronous 2-port ram, common clock --------------------------------------------------------...
-- Copyright 1986-2016 Xilinx, Inc. All Rights Reserved. -- -------------------------------------------------------------------------------- -- Tool Version: Vivado v.2016.4 (win64) Build 1733598 Wed Dec 14 22:35:39 MST 2016 -- Date : Tue May 30 22:39:44 2017 -- Host : GILAMONSTER running 64-bit major rel...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 07/15/2015 09:30:43 PM -- Design Name: -- Module Name: Neg8Bit - Behavioral -- Project Name: -- Target Devices: -- Tool Versions: -- Description: -- -- Dependencies: -- -- Revision: ...
-- This file is not intended for synthesis, is is present so that simulators -- see a complete view of the system. -- You may use the entity declaration from this file as the basis for a -- component declaration in a VHDL file instantiating this entity. library IEEE; use IEEE.std_logic_1164.all; use IEEE.NUMERIC_STD....
-- ------------------------------------------------------------- -- -- Entity Declaration for inst_ea_e -- -- Generated -- by: wig -- on: Mon Apr 10 13:27:22 2006 -- cmd: /cygdrive/h/work/eclipse/MIX/mix_0.pl -nodelta ../../bitsplice.xls -- -- !!! Do not edit this file! Autogenerated by MIX !!! -- $Author: wig $ ...
--------------------------------------------------------------------- -- LXP32 verification environment (self-checking testbench) -- -- Part of the LXP32 testbench -- -- Copyright (c) 2016 by Alex I. Kuznetsov -- -- Simulates LXP32 test platform, verifies results. -- -- Parameters: -- CPU_DBUS_RMW: DBUS_RMW CPU ...
-- 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...
------------------------------------------------------------------------------ -- Copyright (c) 2018 by Paul Scherrer Institute, Switzerland -- All rights reserved. -- Authors: Oliver Bruendler, Benoit Stef ------------------------------------------------------------------------------ ------------------------------...
------------------------------------------------------------------------------ -- IRAM_block -- This unit is the top-level entity which contains: -- - MMU_in_IRAM -- - MMU_out_IRAM -- It is in charge for data exchange with the IRAM ------------------------------------------------------------------------------ ...
-------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 13:08:57 05/17/2017 -- Design Name: -- Module Name: C:/Users/lab/Desktop/burniak_cyran/pro5/test_vga.vhd -- Project Name: pro -- Target Device: -- Tool versions: -- Description: -...
-------------------------------------------------------------------------------- -- Copyright (c) 1995-2011 Xilinx, Inc. All rights reserved. -------------------------------------------------------------------------------- -- ____ ____ -- / /\/ / -- /___/ \ / Vendor: Xilinx -- \ \ \/ Version: O.87...
-- niosii_system_width_adapter_001.vhd -- Generated using ACDS version 13.0sp1 232 at 2016.04.06.21:13:30 library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; entity niosii_system_width_adapter_001 is generic ( IN_PKT_ADDR_H : integer := 42; IN_PKT_ADDR_L : intege...
--------------------------------------------------------------------- -- Instruction cache -- -- Part of the LXP32 CPU -- -- Copyright (c) 2016 by Alex I. Kuznetsov -- -- A simple single-page buffer providing both caching and -- prefetching capabilities. Useful for high-latency memory, -- such as external SDRAM. ------...
library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.NUMERIC_STD.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; --------------------------------------------------------------------------------- -- -- U S E R F U N C T I O N : R E S A M P L I N G -- -- In many cases, this function does not have to be changed. -- ...