content
stringlengths
1
1.04M
------------------------------------------------------------------------------- -- CPU86 - VHDL CPU8088 IP core -- -- Copyright (C) 2002-2008 HT-LAB -- -- ...
--library declaration for the module. library IEEE; use IEEE.STD_LOGIC_1164.ALL; use ieee.numeric_std.all; entity X_Axis_Subsystem is port( clk_50 : in std_logic; -- 50MHZ_clock reset : in std_logic; motor_ctrl_signal : out std_logic; -- feedback_clk : in std_logic -...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity cont_bcd is port ( clk: in std_logic; rst: in std_logic; ena: in std_logic; s: out std_logic_vector(3 downto 0); co: out std_logic ); end; architecture cont_bcd_arq of cont_bcd is begin --El comportamiento se puede ...
------------------------------------------------------------------------------- -- -- Title : sixtyfourbit_module -- Design : ALU -- Author : riczhang -- Company : Stony Brook University -- ------------------------------------------------------------------------------- -- -- File : c...
------------------------------------------------------------------------------ -- 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...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; use std.env.all; entity tbAdder is end entity tbAdder; architecture Bhv of tbAdder is constant cWidth : natural := 8; signal iA, iB : std_ulogic_vector(cWidth-1 downto 0) := (others => '0'); signal oRes : std_ulogic_vector(cWidth-1 downto 0); s...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected unde...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected unde...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected unde...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected unde...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected unde...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected unde...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected unde...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected unde...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected unde...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected unde...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected unde...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected unde...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected unde...
library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; use IEEE.std_logic_unsigned.all; library altera; use altera.alt_dspbuilder_package.all; library lpm; use lpm.lpm_components.all; entity alt_dspbuilder_delay_GNXULFMRSU is generic ( ClockPhase : string := "1"; delay : positive := 1; us...
-------------------------------------------------------------------------------- -- Entity: mem_io_synth -- Date:2016-07-17 -- Author: Gideon -- -- Description: Testbench for altera io for ddr -------------------------------------------------------------------------------- library ieee; use ieee.std_logi...
-- 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 - 2013, Aeroflex Gaisler -- -- This program is free software; you can redistribute it and/or modify -- it under the...
-------------------------------------------------------------------------------- --Copyright (c) 2014, Benjamin Bässler <ccl@xunit.de> --All rights reserved. -- --Redistribution and use in source and binary forms, with or without --modification, are permitted provided that the following conditions are met: -- --* Redis...
---------------------------------------------------------------------------------- --! Company: EDAQ WIS. --! Engineer: juna --! --! Create Date: 04/13/2015 --! Module Name: EPROC_IN2_direct --! Project Name: FELIX ---------------------------------------------------------------------------------- -...
---------------------------------------------------------------------------------- --! Company: EDAQ WIS. --! Engineer: juna --! --! Create Date: 04/13/2015 --! Module Name: EPROC_IN2_direct --! Project Name: FELIX ---------------------------------------------------------------------------------- -...
---------------------------------------------------------------------------------- --! Company: EDAQ WIS. --! Engineer: juna --! --! Create Date: 04/13/2015 --! Module Name: EPROC_IN2_direct --! Project Name: FELIX ---------------------------------------------------------------------------------- -...
architecture RTL of FIFO is begin -- These are passing a <= b or d; a <= '0' when c = '0' else '1' when d = '1' else 'Z'; -- Failing variations a <= b or d; a <= '0' when c = '0' else '1' when d = '1' else 'Z'; -- Arrays should be ignored a <= ( ...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use ieee.numeric_std.all; library work; use work.Display_Management_pkg.all; entity VGA_controller is --=========================================================================== generic( enable_debug : boolean := true; resolution : string := "1920x1080@60Hz" ...
------------------------------------------------------- --! @author Andrew Powell --! @date March 14, 2017 --! @brief Contains the entity and architecture of the --! Plasma-SoC's GPIO Core. ------------------------------------------------------- library ieee; use ieee.std_logic_1164.all; use ieee.numeric_st...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity FIFO is generic ( addr_bits: natural ); port ( clock : in std_logic; push : in std_logic; -- Enable data write pop : in std_logic; -- Enable data read if possible (push takes priority) input : in std_l...
------------------------------------------------------------------------------- -- axi_vdma_reset ------------------------------------------------------------------------------- -- -- ************************************************************************* -- -- (c) Copyright 2010-2011, 2013 Xilinx, Inc. All rights r...
------------------------------------------------------------------------------- -- axi_vdma_reset ------------------------------------------------------------------------------- -- -- ************************************************************************* -- -- (c) Copyright 2010-2011, 2013 Xilinx, Inc. All rights r...
------------------------------------------------------------------------------- -- axi_vdma_reset ------------------------------------------------------------------------------- -- -- ************************************************************************* -- -- (c) Copyright 2010-2011, 2013 Xilinx, Inc. All rights r...
------------------------------------------------------------------------------- -- axi_vdma_reset ------------------------------------------------------------------------------- -- -- ************************************************************************* -- -- (c) Copyright 2010-2011, 2013 Xilinx, Inc. All rights r...
-------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 17:27:44 09/28/2017 -- Design Name: -- Module Name: C:/Users/utp/Procesador/Modulo5Seu/Mod5Seu_tb.vhd -- Project Name: Modulo5Seu -- Target Device: -- Tool versions: -- Description: ...
-------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 17:27:44 09/28/2017 -- Design Name: -- Module Name: C:/Users/utp/Procesador/Modulo5Seu/Mod5Seu_tb.vhd -- Project Name: Modulo5Seu -- Target Device: -- Tool versions: -- Description: ...
-------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 17:27:44 09/28/2017 -- Design Name: -- Module Name: C:/Users/utp/Procesador/Modulo5Seu/Mod5Seu_tb.vhd -- Project Name: Modulo5Seu -- Target Device: -- Tool versions: -- Description: ...
------------------------------------------------------------------------------- -- jtag_control.vhd - Entity and architecture ------------------------------------------------------------------------------- -- -- (c) Copyright 2003,2012,2014 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and pro...
------------------------------------------------------------------------------- -- jtag_control.vhd - Entity and architecture ------------------------------------------------------------------------------- -- -- (c) Copyright 2003,2012,2014 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and pro...
------------------------------------------------------------------------------- -- jtag_control.vhd - Entity and architecture ------------------------------------------------------------------------------- -- -- (c) Copyright 2003,2012,2014 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and pro...
------------------------------------------------------------------------------- -- jtag_control.vhd - Entity and architecture ------------------------------------------------------------------------------- -- -- (c) Copyright 2003,2012,2014 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and pro...
------------------------------------------------------------------------------ -- 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...
---------------------------------------------------------------------------------- -- Creation Date: 13:07:48 27/03/2011 -- Module Name: RS232/UART Interface - Testbench -- Used TAB of 4 Spaces ---------------------------------------------------------------------------------- library IEEE; use IEEE.STD_LOGIC_1164.ALL;...
-- niosii.vhd -- Generated using ACDS version 15.1 185 library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; entity niosii is port ( clk_clk : in std_logic := '0'; -- clk.clk pio_0_external_connection_export : out std_logic_vector...
------------------------------------------------------------------------------- -- Title : Arithmetic and Logic Unit -- Project : ------------------------------------------------------------------------------- -- File : ALU.vhd.vhd -- Author : Robert Jarzmik (Intel) <robert.jarzmik@free.fr> -- Compa...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; library work; use work.xtcpkg.all; use work.xtccomppkg.all; use work.wishbonepkg.all; entity tb is end entity tb; architecture sim of tb is constant period: time := 10 ns;--9.615 ns; signal w_clk: std_logic := '0'; signal w_clk_2x: std_logic...
------------------------------------------------------------------------------- -- -- (c) Copyright 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected under U.S. and -- international...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; entity topModule is Port ( CLK : in STD_LOGIC; AUDIO1_RIGHT : out STD_LOGIC; AUDIO1_LEFT : out STD_LOGIC); end topModule; architecture Behavioral of topModule is signal count : STD_LOGIC_VECTOR(27 downto 0); signal audio_data : STD_LOGIC_VECTOR(8 downto 0); signa...
-- -- Author: Pawel Szostek (pawel.szostek@cern.ch) -- Date: 28.07.2011 library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity dummy is port (clk : in std_logic; input : in std_logic_vector(3 downto 0); output : out std_logic_vector(15 downto 0) ); end; architecture ...
-- -- Author: Pawel Szostek (pawel.szostek@cern.ch) -- Date: 28.07.2011 library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity dummy is port (clk : in std_logic; input : in std_logic_vector(3 downto 0); output : out std_logic_vector(15 downto 0) ); end; architecture ...
library verilog; use verilog.vl_types.all; entity dft_top is port( clk : in vl_logic; reset : in vl_logic; \next\ : in vl_logic; next_out : out vl_logic; X0 : in vl_logic_vector(11 downto 0); Y0 ...
library verilog; use verilog.vl_types.all; entity dft_top is port( clk : in vl_logic; reset : in vl_logic; \next\ : in vl_logic; next_out : out vl_logic; X0 : in vl_logic_vector(11 downto 0); Y0 ...
--------------------------------------------------------------------------- -- Copyright 2010 Lawrence Wilkinson lawrence@ljw.me.uk -- -- This file is part of LJW2030, a VHDL implementation of the IBM -- System/360 Model 30. -- -- LJW2030 is free software: you can redistribute it and/or modify -- ...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; use std.textio.all; package asip_config is -- INSTRUCTION TYPE (000000) constant ENABLE_SLL : integer := 1 ; -- "000000"; constant ENABLE_SRL : integer := 1 ; -- "000010"; constant ENABLE_SRA : integer := 1 ; -- "00001...
architecture rtl of fifo is begin process is begin exit; exit; exit_label : exit; exit_label : exit; end process; end architecture rtl;
-- 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...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity xorshift16 is port( clk : in std_logic; rst_n : in std_logic; kick_n : in std_logic; d_en_n : out std_logic; data : out std_logic_vector(3 downto 0) ); end xorshift16; architecture RTL of...
-- 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) SOLECTRIX GmbH, Germany, 2017 All rights reserved -- -- The copyright to the document(s) herein is the property of SOLECTRIX GmbH -- The document(s) may be used AND/OR copied only with the written permission -- f...
------------------------------------------------------------------------------- -- COPYRIGHT (c) SOLECTRIX GmbH, Germany, 2017 All rights reserved -- -- The copyright to the document(s) herein is the property of SOLECTRIX GmbH -- The document(s) may be used AND/OR copied only with the written permission -- f...
--------------------------------------------------- -- School: University of Massachusetts Dartmouth -- Department: Computer and Electrical Engineering -- Engineer: Daniel Noyes -- -- Create Date: SPRING 2015 -- Module Name: Keycode to Ascii -- Project Name: Keyboard Controller -- Target Devices: Spartan-3E --...
library verilog; use verilog.vl_types.all; entity drive_analog_io_39bit is port( parallel_in : in vl_logic_vector(38 downto 0); serial_out : out vl_logic ); end drive_analog_io_39bit;
library verilog; use verilog.vl_types.all; entity drive_analog_io_39bit is port( parallel_in : in vl_logic_vector(38 downto 0); serial_out : out vl_logic ); end drive_analog_io_39bit;
library verilog; use verilog.vl_types.all; entity drive_analog_io_39bit is port( parallel_in : in vl_logic_vector(38 downto 0); serial_out : out vl_logic ); end drive_analog_io_39bit;
-- Altera Microperipheral Reference Design Version 0802 -------------------------------------------------------- -- -- FILE NAME : a8255top.vhd -- PROJECT : Altera A8255 UART -- PURPOSE : This file contains the entity and architecture -- for the A8255 top level model containing the...
-- 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...
library verilog; use verilog.vl_types.all; entity execute_port0 is port( iCLOCK : in vl_logic; inRESET : in vl_logic; iFREE_RESTART : in vl_logic; iPREVIOUS_EX_BRANCH_VALID: in vl_logic; iPREVIOUS_EX_BRANCH_COMMIT_TAG: in vl_logic_vector...
-- megafunction wizard: %LPM_COUNTER% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: lpm_counter -- ============================================================ -- File Name: divisor100.vhd -- Megafunction Name(s): -- lpm_counter -- -- Simulation Library Files(s): -- lpm -- ===============================...
--------------------------------------------------------------------------- -- -- Title: Hardware Thread User Logic Exit Thread -- To be used as a place holder, and size estimate for HWTI -- --------------------------------------------------------------------------- library IEEE; use IEEE.std_logic_1164.all; use IEE...
------------------------------------------------------------------------------ -- 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...
-- megafunction wizard: %ALTPLL% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: altpll -- ============================================================ -- File Name: PLL1.vhd -- Megafunction Name(s): -- altpll -- -- Simulation Library Files(s): -- altera_mf -- ==============================================...
-- 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 Unrolled (3) hardware implementation of Asconv1286 --! @author Michael Fivez --! @license This project is released under the GNU Public License. --! The license and distribution terms for this file may...
-- *************************************************************************** -- *************************************************************************** -- *************************************************************************** -- *************************************************************************** lib...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; library ocpi; use ocpi.all; use ocpi.types.all; package body wci is -- convert byte enables to byte offsets function decode_access(input : in_t) return access_t is begin case input.MCmd is when ocp.MCmd_WRITE => if input.MAddrSpace(0) ...
--------------------------------------------------------------------------------------------- -- Author: Jens Willkomm, Martin Kumm -- Contact: jens.willkomm@student.uni-kassel.de, kumm@uni-kassel.de -- License: LGPL -- Date: 15.03.2013 -- Compatibility: Xilinx FPGAs of Virtex 5-7,...
-- ------------------------------------------------------------------------------------------- -- Copyright © 2010-2013, Xilinx, Inc. -- This file contains confidential and proprietary information of Xilinx, Inc. and is -- protected under U.S. and international copyright and other intellectual property laws. ----------...
-- ------------------------------------------------------------------------------------------- -- Copyright © 2010-2013, Xilinx, Inc. -- This file contains confidential and proprietary information of Xilinx, Inc. and is -- protected under U.S. and international copyright and other intellectual property laws. ----------...
library ieee; use ieee.std_logic_1164.all; use packageoscint.all; entity toposc is port( indiv0: in std_logic_vector(3 downto 0); habilitar: in std_logic; resetear: in std_logic; outdiv0: inout std_logic); attribute loc: string; attribute loc of indiv0: signal is "p125, p124, p123, p122"; attribute loc of ...
--------------------------------------------------------------------------- -- -- Title: Hardware Thread User Logic Exit Thread -- To be used as a place holder, and size estimate for HWTI -- --------------------------------------------------------------------------- library IEEE; use IEEE.std_logic_1164.all; use IEE...
-- 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...
---------------------------------------------------------------------------------- -- Company: * -- Engineer: Andres Gamboa -- -- Create Date: 09:50:50 10/11/2013 -- Design Name: -- Module Name: sevseg - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: ...
------------------------------------------------------------------------------- -- $Id: xbic_addr_cntr.vhd,v 1.2.2.1 2008/12/16 22:23:17 dougt Exp $ ------------------------------------------------------------------------------- -- xbic_addr_cntr.vhd ---------------------------------------------------------------------...
library ieee; use ieee.numeric_std.all; use ieee.std_logic_1164.all; package df_pkg is type t_df_init_behavior is (NONE, RESET, PRESET, SET, CLEAR); component df is generic ( INIT_CTL_POLARITY : std_logic := '1'; INIT_BEHAVIOR : t_df_init_behavior := NONE; ...
------------------------------------------------------------------------------ -- 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...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 21:48:40 01/16/2015 -- Design Name: -- Module Name: ConwayFinal - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Rev...