content
stringlengths
1
1.04M
`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...
-- -------------------------------------------------------------------- -- "fixed_pkg_c.vhdl" package contains functions for fixed point math. -- Please see the documentation for the fixed point package. -- This package should be compiled into "ieee_proposed" and used as follows: -- use ieee.std_logic_1164.all; -- use ...
----------------------------------------------------------------------------- -- LEON3 Demonstration design -- Copyright (C) 2004 Jiri Gaisler, Gaisler Research ------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2003 - ...
architecture RTL of FIFO is function func1 return integer is begin return 99; end func1; -- Violations follow function func1 return integer is begin return 99; end func1; function func1 return integer is begin return 99; end func1; begin end architecture RTL;
-- blk_mem_gen_wrapper.vhd - entity/architecture pair ------------------------------------------------------------------------------- -- -- **************************************************************************** -- ** DISCLAIMER OF LIABILITY ** -- ** ...
-- blk_mem_gen_wrapper.vhd - entity/architecture pair ------------------------------------------------------------------------------- -- -- **************************************************************************** -- ** DISCLAIMER OF LIABILITY ** -- ** ...
-- blk_mem_gen_wrapper.vhd - entity/architecture pair ------------------------------------------------------------------------------- -- -- **************************************************************************** -- ** DISCLAIMER OF LIABILITY ** -- ** ...
-- blk_mem_gen_wrapper.vhd - entity/architecture pair ------------------------------------------------------------------------------- -- -- **************************************************************************** -- ** DISCLAIMER OF LIABILITY ** -- ** ...
library verilog; use verilog.vl_types.all; entity ama_systolic_adder_function is generic( width_data_in : integer := 1; width_chainin : integer := 1; width_data_out : integer := 1; number_of_adder_input: integer := 1; systolic_delay1 : string := "UNREGISTERED"; ...
library verilog; use verilog.vl_types.all; entity ama_systolic_adder_function is generic( width_data_in : integer := 1; width_chainin : integer := 1; width_data_out : integer := 1; number_of_adder_input: integer := 1; systolic_delay1 : string := "UNREGISTERED"; ...
library verilog; use verilog.vl_types.all; entity ama_systolic_adder_function is generic( width_data_in : integer := 1; width_chainin : integer := 1; width_data_out : integer := 1; number_of_adder_input: integer := 1; systolic_delay1 : string := "UNREGISTERED"; ...
library verilog; use verilog.vl_types.all; entity ama_systolic_adder_function is generic( width_data_in : integer := 1; width_chainin : integer := 1; width_data_out : integer := 1; number_of_adder_input: integer := 1; systolic_delay1 : string := "UNREGISTERED"; ...
library verilog; use verilog.vl_types.all; entity ama_systolic_adder_function is generic( width_data_in : integer := 1; width_chainin : integer := 1; width_data_out : integer := 1; number_of_adder_input: integer := 1; systolic_delay1 : string := "UNREGISTERED"; ...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; use ieee.VITAL_Primitives.all; use work.DE2_CONSTANTS.all; entity DE2Component is port ( KEY : in std_logic_vector (3 downto 0); --Buttons SW : in std_logic_vector (7 downto 0); -- Switches CLOCK_50 : in std_logic; -- 50 MHz Cl...
-- Copyright (c) 2015 by David Goncalves <davegoncalves@gmail.com> -- See LICENCE.txt for details library IEEE; use IEEE.STD_LOGIC_1164.all; entity fir_filter_wrapper is port ( din : in STD_LOGIC_VECTOR(23 downto 0); dout : out STD_LOGIC_VECTOR(9 downto 0); reset : in STD_LOGIC; clk : in STD_LOGIC ); end fi...
-- 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 May 28 20:04:14 2017 -- Host : GILAMONSTER running 64-bit major rel...
-- 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 May 28 20:04:14 2017 -- Host : GILAMONSTER running 64-bit major rel...
--***************************************************************************** -- (c) Copyright 2009 - 2010 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 -...
entity test_block is end entity test_block; architecture rtl of test_block is begin Formal : block is begin end block Formal; end architecture rtl;
-- (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 ...
--Copyright (C) 2016 Siavoosh Payandeh Azad ------------------------------------------------------------ -- This file is automatically generated! -- Here are the parameters: -- network size x: 2 -- network size y: 2 -- Data width: 32 -- Parity: False ------------------------------------------------------------ ...
--Copyright (C) 2016 Siavoosh Payandeh Azad ------------------------------------------------------------ -- This file is automatically generated! -- Here are the parameters: -- network size x: 2 -- network size y: 2 -- Data width: 32 -- Parity: False ------------------------------------------------------------ ...
--Copyright (C) 2016 Siavoosh Payandeh Azad ------------------------------------------------------------ -- This file is automatically generated! -- Here are the parameters: -- network size x: 2 -- network size y: 2 -- Data width: 32 -- Parity: False ------------------------------------------------------------ ...
-- 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...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 05.07.2017 16:57:25 -- Design Name: -- Module Name: tb_wrapper_compute_max - Behavioral -- Project Name: -- Target Devices: -- Tool Versions: -- Description: -- -- Dependencies: -- -- Revision:...
entity test is end entity test; entity internal is end entity internal; architecture arch of internal is begin end architecture arch; architecture first of test is begin test_instantiation : entity work.internal; end architecture first; architecture second of test is begin end architecture second;
entity test is end entity test; entity internal is end entity internal; architecture arch of internal is begin end architecture arch; architecture first of test is begin test_instantiation : entity work.internal; end architecture first; architecture second of test is begin end architecture second;
-- ------------------------------------------------------------------------------------------- -- Copyright © 2011-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. ----------...
-- file: patternClk_tb.vhd -- -- (c) Copyright 2008 - 2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected under U.S. and -- international copyright and other intellectual property -- laws. -- -- DISCLAIMER -- This disclaimer is ...
-- file: patternClk_tb.vhd -- -- (c) Copyright 2008 - 2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected under U.S. and -- international copyright and other intellectual property -- laws. -- -- DISCLAIMER -- This disclaimer is ...
-- file: patternClk_tb.vhd -- -- (c) Copyright 2008 - 2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected under U.S. and -- international copyright and other intellectual property -- laws. -- -- DISCLAIMER -- This disclaimer is ...
--------------------------------------------------------------------------- -- -- 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...
`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...
`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...
`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...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity I2CFSM is port ( Reset_n_i : in std_logic; Clk_i : in std_logic; In0_i : in std_logic; In1_i : in std_logic; In2_i : in std_logic; In3_i : in std_logic; In4_i : in std_logic; In5_i : in std_logic; In6_i : ...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity I2CFSM is port ( Reset_n_i : in std_logic; Clk_i : in std_logic; In0_i : in std_logic; In1_i : in std_logic; In2_i : in std_logic; In3_i : in std_logic; In4_i : in std_logic; In5_i : in std_logic; In6_i : ...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity I2CFSM is port ( Reset_n_i : in std_logic; Clk_i : in std_logic; In0_i : in std_logic; In1_i : in std_logic; In2_i : in std_logic; In3_i : in std_logic; In4_i : in std_logic; In5_i : in std_logic; In6_i : ...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity I2CFSM is port ( Reset_n_i : in std_logic; Clk_i : in std_logic; In0_i : in std_logic; In1_i : in std_logic; In2_i : in std_logic; In3_i : in std_logic; In4_i : in std_logic; In5_i : in std_logic; In6_i : ...
-------------------------------------------------------------------------------- -- This file is owned and controlled by Xilinx and must be used solely -- -- for design, simulation, implementation and creation of design files -- -- limited to Xilinx devices or technologies. Use with non-Xilinx ...
-- megafunction wizard: %ALTPLL% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: altpll -- ============================================================ -- File Name: ClkPll.vhd -- Megafunction Name(s): -- altpll -- -- Simulation Library Files(s): -- altera_mf -- ============================================...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 09:38:49 06/13/2011 -- Design Name: -- Module Name: UDP_ICMP_Complete_nomac - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependenci...
-- module GCD where -- -- -- $wmygcd::*Int# -> *Int# -> *Int# -- $wmygcd ww ww1 = -- let wild::GHC.Types.Bool = (GHC.Prim.==# ww ww1) in -- case wild of :: *Int# -- GHC.Types.False -> -- let wild1::GHC.Types.Bool = (GHC.Prim.<# ww ww1) in -- case wild1 of :: *Int# -- GHC.Types.False -> ($w...
-- module GCD where -- -- -- $wmygcd::*Int# -> *Int# -> *Int# -- $wmygcd ww ww1 = -- let wild::GHC.Types.Bool = (GHC.Prim.==# ww ww1) in -- case wild of :: *Int# -- GHC.Types.False -> -- let wild1::GHC.Types.Bool = (GHC.Prim.<# ww ww1) in -- case wild1 of :: *Int# -- GHC.Types.False -> ($w...
-- module GCD where -- -- -- $wmygcd::*Int# -> *Int# -> *Int# -- $wmygcd ww ww1 = -- let wild::GHC.Types.Bool = (GHC.Prim.==# ww ww1) in -- case wild of :: *Int# -- GHC.Types.False -> -- let wild1::GHC.Types.Bool = (GHC.Prim.<# ww ww1) in -- case wild1 of :: *Int# -- GHC.Types.False -> ($w...
library verilog; use verilog.vl_types.all; entity core is generic( CORE_ID : integer := 0 ); port( iCLOCK : in vl_logic; inRESET : in vl_logic; oFREE_TLB_FLUSH : out vl_logic; oIO_IRQ_CONFIG_TABLE_REQ: out vl_logic; oIO_I...
-------------------------------------------------------------------------------- -- This file is owned and controlled by Xilinx and must be used -- -- solely for design, simulation, implementation and creation of -- -- design files limited to Xilinx devices or technologies. Use ...
architecture rtl of fifo is constant c_zeros : std_logic_vector(7 downto 0) := (others => '0'); constant c_one : std_logic_vector(7 downto 0) := (0 => '1', (others => '0')); constant c_two : std_logic_vector(7 downto 0) := (1 => '1', (others => '0')); constant c_stimulus : t_stimulus_array := ((name => "...
-- $Id: ibdr_pc11_buf.vhd 1181 2019-07-08 17:00:50Z mueller $ -- SPDX-License-Identifier: GPL-3.0-or-later -- Copyright 2019- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de> -- ------------------------------------------------------------------------------ -- Module Name: ibdr_pc11_buf - syn -- Description: ibus dev...
-- 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 arm_top is port( clk : in vl_logic; reg_mem_clk : in vl_logic; rst_b : in vl_logic; inst : in vl_logic_vector(31 downto 0); mem_data_out : in vl_logic_vector(31 downt...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 19:20:02 03/28/2016 -- Design Name: -- Module Name: arith_unit - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Revi...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 19:20:02 03/28/2016 -- Design Name: -- Module Name: arith_unit - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Revi...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 19:20:02 03/28/2016 -- Design Name: -- Module Name: arith_unit - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Revi...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 19:20:02 03/28/2016 -- Design Name: -- Module Name: arith_unit - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Revi...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 19:20:02 03/28/2016 -- Design Name: -- Module Name: arith_unit - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Revi...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 19:20:02 03/28/2016 -- Design Name: -- Module Name: arith_unit - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Revi...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 19:20:02 03/28/2016 -- Design Name: -- Module Name: arith_unit - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Revi...
-- 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...
-- ------------------------------------------------------------- -- -- File Name: hdlsrc\hdlcodercpu_eml\Arithmetic_Logical_Unit_8_bit.vhd -- Created: 2014-08-26 11:41:14 -- -- Generated by MATLAB 8.3 and HDL Coder 3.4 -- -- ------------------------------------------------------------- -- -------------------------...
-- Btrace 448 -- Square Root Unit Test Bench -- -- Bradley Boccuzzi -- 2016 library ieee; library ieee_proposed; use ieee_proposed.fixed_pkg.all; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity squareroot_TB is end entity; architecture arch of squareroot_TB is constant clkPd: time := 20 ns; s...
-- 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.std_logic_unsigned.all; use ieee.std_logic_arith.all; entity ram2 is generic ( WIDTH : integer := 32; SIZE : integer := 64; ADDRWIDTH : integer := 6 ); port ( clkA : in std_logic; clkB : in std_logic; enA : in s...
-- 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) 2017 by Bitvis AS. All rights reserved. -- You should have received a copy of the license file containing the MIT License (see LICENSE.TXT), if not, -- contact Bitvis AS <support@...
library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_unsigned.all; use IEEE.STD_LOGIC_arith.all; ---------------------------------------------------------------------------------------------------- entity celda_B is generic( NUM_BITS : positive := 163 ); port( U : in STD_LOGIC_...
----------------------------------------------------------------------------- -- LEON3 Demonstration design test bench -- Copyright (C) 2004 Jiri Gaisler, Gaisler Research ------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright ...
-- 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...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 10:32:01 10/12/2015 -- Design Name: -- Module Name: pixel_receiver - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependenc...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity parity_gen is port( vec_in : in std_logic_vector (7 downto 0); parity_bit : out std_logic); end parity_gen; architecture main of parity_gen is signal parity : std_logic; begin process(vec_in) begin parity...
-- $Id: tb_serport_uart_rx.vhd 1181 2019-07-08 17:00:50Z mueller $ -- SPDX-License-Identifier: GPL-3.0-or-later -- Copyright 2007-2011 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de> -- ------------------------------------------------------------------------------ -- Module Name: tb_serport_uart_rx - sim -- Descriptio...
--********************************************************************************************** -- Timers/Counters Block Peripheral for the AVR Core -- Version 1.37? (Special version for the JTAG OCD) -- Modified 11.06.2004 -- Synchronizer for EXT1/EXT2 inputs was added -- Designed by Ruslan Lepetenok -- Note : ...
--********************************************************************************************** -- Timers/Counters Block Peripheral for the AVR Core -- Version 1.37? (Special version for the JTAG OCD) -- Modified 11.06.2004 -- Synchronizer for EXT1/EXT2 inputs was added -- Designed by Ruslan Lepetenok -- Note : ...
--********************************************************************************************** -- Timers/Counters Block Peripheral for the AVR Core -- Version 1.37? (Special version for the JTAG OCD) -- Modified 11.06.2004 -- Synchronizer for EXT1/EXT2 inputs was added -- Designed by Ruslan Lepetenok -- Note : ...
--********************************************************************************************** -- Timers/Counters Block Peripheral for the AVR Core -- Version 1.37? (Special version for the JTAG OCD) -- Modified 11.06.2004 -- Synchronizer for EXT1/EXT2 inputs was added -- Designed by Ruslan Lepetenok -- Note : ...
-- Copyright 1986-2017 Xilinx, Inc. All Rights Reserved. -- -------------------------------------------------------------------------------- -- Tool Version: Vivado v.2017.2 (win64) Build 1909853 Thu Jun 15 18:39:09 MDT 2017 -- Date : Fri Sep 22 22:04:40 2017 -- Host : DarkCube running 64-bit major re...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; entity Transmission_8bits is Port ( Divisor_Frecuencia : in STD_LOGIC; Entrada : in STD_LOGIC_VECTOR (7 downto 0); Activo : in STD_LOGIC; Salida : out STD_LOGIC := '1'); end Transmission_8bits; architecture arq_Transmission_...
package STRSYN is attribute SigDir : string; attribute SigType : string; attribute SigBias : string; end STRSYN; entity sklp is port ( terminal in1: electrical; terminal out1: electrical; terminal vbias4: electrical; terminal gnd: electrical; terminal vdd: electrical; termi...