content
stringlengths
1
1.04M
-- 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...
`protect begin_protected `protect version = 1 `protect encrypt_agent = "XILINX" `protect encrypt_agent_info = "Xilinx Encryption Tool 2014" `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 2014" `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 2014" `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 2014" `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 2014" `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...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 15:42:09 10/21/2015 -- Design Name: -- Module Name: four_bit_full_adder - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -...
entity snum03 is port (ok : out boolean); end snum03; library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; architecture behav of snum03 is -- add uns nat constant a1 : unsigned (7 downto 0) := x"1d"; constant b1 : integer := 3; constant r1 : unsigned (7 downto 0) := a1 + b1; signal er1...
--------------------------------------------------------------------- -- Standard Library bits --------------------------------------------------------------------- library IEEE; use IEEE.STD_LOGIC_1164.ALL; -- For Modelsim --use ieee.fixed_pkg.all; --use ieee.fixed_float_types.ALL; -- For ISE library ieee_propos...
library ieee; use ieee.std_logic_1164.all; use work.aua_types.all; entity if_tb is end if_tb; architecture if_test of if_tb is component ent_if is port ( clk : in std_logic; reset : in std_logic; -- pipeline register outputs opcode : out opcode_t; dest : out reg_t; pc_out : out word_t;...
-- This program 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 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful...
--============================================================================ --! --! \file example_package --! --! \project libhdl --! --! \author Andreas Muller --! --! \date 2015-04-20 --! --! \version 1.0 --! --! \brief Brief package description in one or two sentences. --! --! \details More...
--========================================================================================================================== -- FILE NAME : issue_unit.vhd -- DESCRIPTION : issue unit helps to issue one instruction at a time even when multiple instructions are ready to be issued. -- the priority depends o...
--========================================================================================================================== -- FILE NAME : issue_unit.vhd -- DESCRIPTION : issue unit helps to issue one instruction at a time even when multiple instructions are ready to be issued. -- the priority depends o...
---------------------------------------------------------------- -- Nombre : ROM.vhd -- Descripcion : Memoria de programa del PIC ---------------------------------------------------------------- -- Version : 1.0 ---------------------------------------------------------------- LIBRARY IEEE; USE IEEE.st...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity tb_test is end; architecture arch_tb of tb_test is -- signal reset_s, clk_s : std_logic; signal i_s : integer := -1; -- signal j_s : integer := -2; -- Here, as it should, an error will be raised during compilation -- signal u_s :...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity tb_test is end; architecture arch_tb of tb_test is -- signal reset_s, clk_s : std_logic; signal i_s : integer := -1; -- signal j_s : integer := -2; -- Here, as it should, an error will be raised during compilation -- signal u_s :...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity tb_test is end; architecture arch_tb of tb_test is -- signal reset_s, clk_s : std_logic; signal i_s : integer := -1; -- signal j_s : integer := -2; -- Here, as it should, an error will be raised during compilation -- signal u_s :...
----------------------------------------------------------------------------- -- LEON3 Demonstration design test bench configuration -- Copyright (C) 2009 Aeroflex Gaisler ------------------------------------------------------------------------------ library techmap; use techmap.gencomp.all; package config is --...
---------------------------------------------------------------------------------- -- Company: -- Engineer: StrayWarrior -- -- Create Date: 20:37:26 11/15/2015 -- Design Name: -- Module Name: CPU_TOP - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependenci...
-- NEED RESULT: ENT00024: Associated scalar ports with static subtypes passed ------------------------------------------------------------------------------- -- -- Copyright (c) 1989 by Intermetrics, Inc. -- All rights reserved. -- ------------------------------------------------------------...
------------------------------------------------------------------------------ -- 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 - 2016, Cobham Gaisler -- -- This program is free software; you can ...
--------------------------------------- -- 7/JUL/2015 - Pedro Morales Hernandez -- Modulo del Estimador --------------------------------------- -- Importacion de librerias library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.NUMERIC_STD.ALL; -- Declaracion de la Entidad entity ESTIMADOR is PORT( clk : IN STD_LOGIC;...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 15:08:42 06/05/2016 -- Design Name: -- Module Name: Unidad_de_Control - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Depend...
------------------------------------------------------------------------------- -- xps_timer_0_wrapper.vhd ------------------------------------------------------------------------------- library IEEE; use IEEE.STD_LOGIC_1164.ALL; library UNISIM; use UNISIM.VCOMPONENTS.ALL; library xps_timer_v1_02_a; use xps_timer_v1_...
------------------------------------------------------------------------------ -- 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...
------------------------------------------------------------------------------- -- qspi_core_interface Module - entity/architecture pair ------------------------------------------------------------------------------- -- -- ******************************************************************* -- ** (c) Copyright [2010] -...
------------------------------------------------------------------------------- -- qspi_core_interface Module - entity/architecture pair ------------------------------------------------------------------------------- -- -- ******************************************************************* -- ** (c) Copyright [2010] -...
library IEEE; use IEEE.std_logic_1164.all; entity bcd_2_adder is port ( Carry_in : in std_logic; Carry_out : out std_logic; Adig0: in STD_LOGIC_VECTOR (3 downto 0); Adig1: in STD_LOGIC_VECTOR (3 downto 0); Bdig0: in STD_LOGIC_VECTOR (3 downto 0); Bdig1: in STD_LOGIC_VECTOR (3 downto ...
library IEEE; use IEEE.std_logic_1164.all; entity bcd_2_adder is port ( Carry_in : in std_logic; Carry_out : out std_logic; Adig0: in STD_LOGIC_VECTOR (3 downto 0); Adig1: in STD_LOGIC_VECTOR (3 downto 0); Bdig0: in STD_LOGIC_VECTOR (3 downto 0); Bdig1: in STD_LOGIC_VECTOR (3 downto ...
-- ------------------------------------------------------------- -- -- File Name: hdlsrc/ifft_16_bit/TWDLMULT_SDNF1_3_block.vhd -- Created: 2017-03-28 01:00:37 -- -- Generated by MATLAB 9.1 and HDL Coder 3.9 -- -- ------------------------------------------------------------- -- ------------------------------------...
-------------------------------------------------------------------------- -- SOME VHDL DATA TYPES TO FACILITATE SYNTHESIS -- Developed on Nov 1, 1991 by : -- Indraneel Ghosh, -- CADLAB, -- Univ. of Calif. , Irvine. ------...
-------------------------------------------------------------------------- -- SOME VHDL DATA TYPES TO FACILITATE SYNTHESIS -- Developed on Nov 1, 1991 by : -- Indraneel Ghosh, -- CADLAB, -- Univ. of Calif. , Irvine. ------...
-------------------------------------------------------------------------- -- SOME VHDL DATA TYPES TO FACILITATE SYNTHESIS -- Developed on Nov 1, 1991 by : -- Indraneel Ghosh, -- CADLAB, -- Univ. of Calif. , Irvine. ------...
-------------------------------------------------------------------------- -- SOME VHDL DATA TYPES TO FACILITATE SYNTHESIS -- Developed on Nov 1, 1991 by : -- Indraneel Ghosh, -- CADLAB, -- Univ. of Calif. , Irvine. ------...
-------------------------------------------------------------------------- -- SOME VHDL DATA TYPES TO FACILITATE SYNTHESIS -- Developed on Nov 1, 1991 by : -- Indraneel Ghosh, -- CADLAB, -- Univ. of Calif. , Irvine. ------...
-------------------------------------------------------------------------- -- SOME VHDL DATA TYPES TO FACILITATE SYNTHESIS -- Developed on Nov 1, 1991 by : -- Indraneel Ghosh, -- CADLAB, -- Univ. of Calif. , Irvine. ------...
library accum; use accum.OneHotAccum.all; library ieee; use ieee.STD_LOGIC_UNSIGNED.all; use ieee.std_logic_1164.all; -- Add your library and packages declaration here ... entity mram_tb is end mram_tb; architecture TB_ARCHITECTURE of mram_tb is -- Component declaration of the tested unit component m...
-- Copyright (c) 2013 Antonio de la Piedra -- This program 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 3 of the License, or -- (at your option) any later version. -- This progra...
-- -- Counter testbench -- -- Author(s): -- * Rodrigo A. Melo -- -- Copyright (c) 2017 Authors and INTI -- Distributed under the BSD 3-Clause License -- library IEEE; use IEEE.std_logic_1164.all; library FPGALIB; use FPGALIB.Numeric.all; use FPGALIB.Simul.all; entity Counter_tb is end entity Counter_tb; architecture...
-- 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...
------------------------------------------------------------------------------- -- Title : Testbench for design "ws2812" ------------------------------------------------------------------------------- -- Author : cjt@users.sourceforge.net ------------------------------------------------------------------------...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; entity MAC4 is Port ( A : in STD_LOGIC_VECTOR (3 downto 0); B : in STD_LOGIC_VECTOR (3 downto 0); Z : out STD_LOGIC_VECTOR (7 downto 0)); end MAC4; architecture MAC4_arch of MAC4 is component HA port(A,B: in STD_LOGIC; Sout, Cout:...
-- megafunction wizard: %ALTPLL% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: altpll -- ============================================================ -- File Name: pll8.vhd -- Megafunction Name(s): -- altpll -- -- Simulation Library Files(s): -- altera_mf -- ==============================================...
---------------------------------------------------------------------------------- -- Engineer: Mike Field <hamster@snap.net.nz> -- -- Description: Captures the pixels coming from the OV7670 camera and -- Stores them in block RAM ---------------------------------------------------------------------------...
------------------------------------------------------------------------------- -- TC_TYPES - package ------------------------------------------------------------------------------- -- -- *************************************************************************** -- DISCLAIMER OF LIABILITY -- -- This file contains prop...
------------------------------------------------------------------------------- -- TC_TYPES - package ------------------------------------------------------------------------------- -- -- *************************************************************************** -- DISCLAIMER OF LIABILITY -- -- This file contains prop...
------------------------------------------------------------------------------- -- TC_TYPES - package ------------------------------------------------------------------------------- -- -- *************************************************************************** -- DISCLAIMER OF LIABILITY -- -- This file contains prop...
------------------------------------------------------------------------------- -- TC_TYPES - package ------------------------------------------------------------------------------- -- -- *************************************************************************** -- DISCLAIMER OF LIABILITY -- -- This file contains prop...
------------------------------------------------------------------------------- -- TC_TYPES - package ------------------------------------------------------------------------------- -- -- *************************************************************************** -- DISCLAIMER OF LIABILITY -- -- This file contains prop...
------------------------------------------------------------------------------- -- TC_TYPES - package ------------------------------------------------------------------------------- -- -- *************************************************************************** -- DISCLAIMER OF LIABILITY -- -- This file contains prop...
------------------------------------------------------------------------------- -- TC_TYPES - package ------------------------------------------------------------------------------- -- -- *************************************************************************** -- DISCLAIMER OF LIABILITY -- -- This file contains prop...
------------------------------------------------------------------------------- -- TC_TYPES - package ------------------------------------------------------------------------------- -- -- *************************************************************************** -- DISCLAIMER OF LIABILITY -- -- This file contains prop...
------------------------------------------------------------------------------- -- TC_TYPES - package ------------------------------------------------------------------------------- -- -- *************************************************************************** -- DISCLAIMER OF LIABILITY -- -- This file contains prop...
------------------------------------------------------------------------------- -- TC_TYPES - package ------------------------------------------------------------------------------- -- -- *************************************************************************** -- DISCLAIMER OF LIABILITY -- -- This file contains prop...
--! @file symbolizer_tb.vhd --! @brief Symbolizer block testbench --! @author Scott Teal (Scott@Teals.org) --! @date 2013-11-05 --! @copyright --! Copyright 2013 Richard Scott Teal, Jr. --! --! Licensed under the Apache License, Version 2.0 (the "License"); you may not --! use this file except in compliance with the Li...
-- Copyright 1986-2017 Xilinx, Inc. All Rights Reserved. -- -------------------------------------------------------------------------------- -- Tool Version: Vivado v.2017.2.1 (win64) Build 1957588 Wed Aug 9 16:32:24 MDT 2017 -- Date : Fri Sep 22 17:40:25 2017 -- Host : EffulgentTome running 64-bit m...
-- Copyright (C) 1996 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) 1996 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) 1996 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...
--***************************************************************************** -- (c) Copyright 2009 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....
--***************************************************************************** -- (c) Copyright 2009 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....
entity foo is end; architecture bar of foo is constant A : std.standard.SEVERITY_LEVEL; constant B : SEVERITY_LEVEL := NOTE; constant C : SEVERITY_LEVEL := WARNING; constant D : SEVERITY_LEVEL := ERROR; constant E : SEVERITY_LEVEL := FAILURE; begin end;
-- (c) Copyright 1995-2017 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 ...
---------------------------------------------------------------------------------- -- Company: -- Engineer: Stefan Naco -- -- Create Date: 04:18:26 04/11/2017 -- Design Name: -- Module Name: TOPLEVEL - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Depe...
-- File: serial_rx.vhd -- Generated by MyHDL 0.8 -- Date: Thu Aug 21 10:54:44 2014 library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; use std.textio.all; use work.pck_myhdl_08.all; entity serial_rx is port ( sysclk: in std_logic; reset_n: in std_logic; half_baud_rate_ti...
-------------------------------------------------------------------------------- -- -- BLK MEM GEN v7_3 Core - Top File for the Example Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2006_3010 Xilinx, Inc. All rights reserved. -- -- This file contains c...
-------------------------------------------------------------------------------- -- PROJECT: PIPE MANIA - GAME FOR FPGA -------------------------------------------------------------------------------- -- NAME: BRAM_ROM_CELL -- AUTHORS: Tomáš Bannert <xbanne00@stud.feec.vutbr.cz> -- LICENSE: The MIT License, please r...
------------------------------------------------------------------------------------- -- FILE NAME : data_check.vhd -- AUTHOR : Luis -- COMPANY : -- UNITS : Entity - -- Architecture - Behavioral -- LANGUAGE : VHDL -- DATE : AUG 21, 2014 ------------------------------------------------...
-------------------------------------------------------------------------------- -- Title : Utilities package -- Project : -------------------------------------------------------------------------------- -- File : src_utils_pkg.vhd -- Author : Susanne Reinfelder -- Email : susanne.reinfelde...
library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; entity CU is port ( clk, ExternalReset, carry, zero, sign, parity, borrow, overflow -- status register : in STD_LOGIC; IRout : in STD_LOGIC_VECTOR(15 downto 0); -- IR reg0 : in STD_LOGIC_VECTO...
-- Based on xwb_fabric_source.vhd from Tomasz Wlostowski -- -- Modified by Lucas Russo <lucas.russo@lnls.br> for multiple width support library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; use work.genram_pkg.all; use work.wb_stream_generic_pkg.all; entity wb_stream_source_gen is generic ( --g_wbs_...
-- ---------------------------------------------------------------------- --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...
-- (c) Copyright 1995-2015 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.NUMERIC_STD.ALL; Library UNISIM; use UNISIM.vcomponents.all; entity SimCore is port( rs232rx : in std_logic; rst : in std_logic; clk : in std_logic; rs232tx : out std_logic; led : out std_logic_vector(7 downto 0); CLKMULOUT : out std_logic; CLK2...
LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; ENTITY alu_control IS PORT ( funct : IN STD_LOGIC_VECTOR (5 DOWNTO 0); ALUop : IN STD_LOGIC_VECTOR (1 DOWNTO 0); operation : OUT STD_LOGIC_VECTOR (3 DOWNTO 0) ); END alu_control; ARCHITECTURE Behavioral OF alu_control IS BEGIN -- notes from class operation(3) <...
------------------------------------------------------------------------------ -- user_logic.vhd - entity/architecture pair ------------------------------------------------------------------------------ -- -- *************************************************************************** -- ** Copyright (c) 1995-2012 Xilin...
-- 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...
----------------------------------------------------------------------------- -- LEON3 Demonstration design -- Copyright (C) 2004 Jiri Gaisler, Gaisler Research ------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2003 - ...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.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 Xi...
-- 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...
-------------------------------------------------------------------------------- -- PROJECT: PIPE MANIA - GAME FOR FPGA -------------------------------------------------------------------------------- -- NAME: WTR_CTRL -- AUTHORS: Ondřej Dujíček <xdujic02@stud.feec.vutbr.cz> -- LICENSE: The MIT License, please read...
-- file: i_fetch_test_stream_instr_stream_pkg.vhd (version: i_fetch_test_stream_instr_stream_pkg_non_aligned_branches.vhd) -- Written by Gandhi Puvvada -- date of last rivision: 7/23/2008 -- -- A package file to define the instruction stream to be placed in the instr_cache. -- This package, "instr_stream_pkg", is refe...
-- file: i_fetch_test_stream_instr_stream_pkg.vhd (version: i_fetch_test_stream_instr_stream_pkg_non_aligned_branches.vhd) -- Written by Gandhi Puvvada -- date of last rivision: 7/23/2008 -- -- A package file to define the instruction stream to be placed in the instr_cache. -- This package, "instr_stream_pkg", is refe...
-- file: i_fetch_test_stream_instr_stream_pkg.vhd (version: i_fetch_test_stream_instr_stream_pkg_non_aligned_branches.vhd) -- Written by Gandhi Puvvada -- date of last rivision: 7/23/2008 -- -- A package file to define the instruction stream to be placed in the instr_cache. -- This package, "instr_stream_pkg", is refe...
--------------------------------------------------------------------------- -- Company : Vim Inc -- Author(s) : Fabien Marteau -- -- Creation Date : 23/04/2008 -- File : atmega_pkg.vhd -- -- Abstract : Simulate atmega128 read and write -- -----------------------------------------------------------------...
-- 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 Jun 05 17:25:05 2017 -- Host : GILAMONSTER running 64-bit major rel...
--------------------------------------------------------------------------------------------- -- Author: Martin Kumm -- Contact: kumm@uni-kassel.de -- License: LGPL -- Date: 04.04.2013 -- -- Description: -- Testbench for testing a single ternary adder component ----------------------...
library verilog; use verilog.vl_types.all; entity SSD1306_VHDLImplementation is port( CD : out vl_logic; CLKI : in vl_logic; RSTI : in vl_logic; CLKO : out vl_logic; DO : out vl_logic; CS ...
`protect begin_protected `protect version = 1 `protect encrypt_agent = "XILINX" `protect encrypt_agent_info = "Xilinx Encryption Tool 2014" `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 2014" `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...
-------------------------------------------------------------------------------- -- -- FIFO Generator v8.4 Core - core wrapper -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. -- -- This file contains confident...