content
stringlengths
1
1.04M
library verilog; use verilog.vl_types.all; entity Transmit is port( Transmit_CLK : in vl_logic; Line_Num : in vl_logic_vector(7 downto 0); Focus_Num : in vl_logic_vector(1 downto 0); Pr_Gate : in vl_logic; RX_Gate : in vl_lo...
-- megafunction wizard: %LPM_COUNTER% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: lpm_counter -- ============================================================ -- File Name: lpm_counter0.vhd -- Megafunction Name(s): -- lpm_counter -- -- Simulation Library Files(s): -- lpm -- =============================...
-- megafunction wizard: %LPM_COUNTER% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: lpm_counter -- ============================================================ -- File Name: lpm_counter0.vhd -- Megafunction Name(s): -- lpm_counter -- -- Simulation Library Files(s): -- lpm -- =============================...
------------------------------------------------------------------------------- -- -- Copyright (c) 1989 by Intermetrics, Inc. -- All rights reserved. -- ------------------------------------------------------------------------------- -- -- TEST NAME: -- -- CT00434 -- -- AUTHOR: -- -- A. Wilm...
-- ********************************************************** -- Corso di Reti Logiche - Progetto Registratore Portatile -- Andrea Carrer - 729101 -- Modulo Audio_Bit_Counter.vhd -- Versione 1.01 - 14.03.2013 -- ********************************************************** -- ******************************...
library ieee; use ieee.std_logic_1164.all; entity testcase is port( data_in : in std_ulogic; data_out : out std_ulogic ); end entity testcase; architecture behaviour of testcase is begin comb : process(all) begin data_out <= '1' when dat...
architecture RTL of FIFO is begin process begin FOR_LABEL : for index in 4 to 23 loop end loop; for index in 4 to 23 loop end loop; for index in 4 to 23 loop for j in 0 to 127 loop end loop; end loop; -- Violations below FOR_LABEL : for index in 4 to 23 loop ...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 02:04:07 12/09/2018 -- Design Name: -- Module Name: top - structural -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- ...
-- $Id: nexys3lib.vhd 1181 2019-07-08 17:00:50Z mueller $ -- SPDX-License-Identifier: GPL-3.0-or-later -- Copyright 2011-2013 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de> -- ------------------------------------------------------------------------------ -- Package Name: nexys3lib -- Description: Nexys 3 components...
--------------------------------------------------------------------------- -- (c) 2013 mark watson -- I am happy for anyone to use this for non-commercial use. -- If my vhdl files are used commercially or otherwise sold, -- please contact me for explicit permission at scrameta (gmail). -- This applies for source and b...
entity reg4 is port ( d0, d1, d2, d3, enable, clock : in bit; q0, q1, q2, q3 : out bit ); end entity reg4;
------------------------------------------------------------------------------ -- 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...
------------------------------------------------------------------------------ -- 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...
--------------------------------------------------------------------------------------------------- -- divider_f2m.vhd --- ---------------------------------------------------------------------------------------------------- -- Author : Miguel Morales-Sandoval --- -- Project : "Ha...
-- 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...
architecture RTL of FIFO is begin BLOCK_LABEL : block is begin end block; a <= b; BLOCK_LABEL : block is begin end block; a <= b; end architecture RTL;
------------------------------------------------------------------------------- -- Filename: ac97_if_pkg.vhd -- -- Description: -- -- VHDL-Standard: VHDL'93 ------------------------------------------------------------------------------- -- Structure: -- ---------------------------------------...
------------------------------------------------------------------------------- -- Filename: ac97_if_pkg.vhd -- -- Description: -- -- VHDL-Standard: VHDL'93 ------------------------------------------------------------------------------- -- Structure: -- ---------------------------------------...
------------------------------------------------------------------------------- -- Filename: ac97_if_pkg.vhd -- -- Description: -- -- VHDL-Standard: VHDL'93 ------------------------------------------------------------------------------- -- Structure: -- ---------------------------------------...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity ForLoop is generic(n : natural := 2); port(A : in std_logic_vector(n - 1 downto 0); B : in std_logic_vector(n - 1 downto 0); carry : out std_logic; sum : out std_lo...
-------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 14:21:49 06/12/2010 -- Design Name: -- Module Name: C:/Users/georgecuris/Desktop/Folders/FPGA/Projects/Current Projects/Systems/OZ-3_System/Output_Extender_TB.vhd -- Project Name: ...
-------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 14:21:49 06/12/2010 -- Design Name: -- Module Name: C:/Users/georgecuris/Desktop/Folders/FPGA/Projects/Current Projects/Systems/OZ-3_System/Output_Extender_TB.vhd -- Project Name: ...
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_decoder_GNQPHUITBS is generic ( decode : string := "001"; pipeline : natural := 1; ...
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_decoder_GNQPHUITBS is generic ( decode : string := "001"; pipeline : natural := 1; ...
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_decoder_GNQPHUITBS is generic ( decode : string := "001"; pipeline : natural := 1; ...
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_decoder_GNQPHUITBS is generic ( decode : string := "001"; pipeline : natural := 1; ...
-- -- GPIOs on Zybo (only PL) -- -- 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; entity Top is port ( pbs_i : in std_logic_vector(3 downto 0); dips_i : in std_logic_vector(3 downt...
-------------------------------------------------------------------------------- -- -- BLK MEM GEN v7.1 Core - Top-level wrapper -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2006-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confide...
------------------------------------------------------------------------------ -- 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...