content
stringlengths
1
1.04M
------------------------------------------------------------------------------------- -- This module is a dual port memory block. It has a 16-bit port and a 1-bit port. -- The 1-bit port is used to either send or receive data, while the 16-bit port is used -- by Avalon interconnet to store and retrieve data. -- -- NOTE...
------------------------------------------------------------------------------------- -- This module is a dual port memory block. It has a 16-bit port and a 1-bit port. -- The 1-bit port is used to either send or receive data, while the 16-bit port is used -- by Avalon interconnet to store and retrieve data. -- -- NOTE...
-- -- Z80 compatible microprocessor core -- -- Version : 0249 -- -- Copyright (c) 2001-2002 Daniel Wallner (jesus@opencores.org) -- -- All rights reserved -- -- Redistribution and use in source and synthezised forms, with or without -- modification, are permitted provided that the following conditions are met: -- -- Re...
-- -- ----------------------------------------------------------------------------- -- Abstract : constants package for the non-levelling AFI PHY sequencer -- The constant package (alt_mem_phy_constants_pkg) contains global -- 'constants' which are fixed thoughout the sequ...
-- -- ----------------------------------------------------------------------------- -- Abstract : constants package for the non-levelling AFI PHY sequencer -- The constant package (alt_mem_phy_constants_pkg) contains global -- 'constants' which are fixed thoughout the sequ...
-- 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 © 2010-2011, 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 IEEE.NUMERIC_STD.all; entity ALUN is generic(N : natural := 8); port( a, b : in std_logic_vector(N-1 downto 0); op : in std_logic_vector(2 downto 0); r, m : out std_logic_vector(N-1 downto 0); r2,m2 : out std_logic_vector(N-1 downto 0)); end ALUN; architect...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected und...
architecture rtl_comp_inst of leds_wrapper is component leds is port (clk : in std_logic; led1, led2, led3, led4, led5, led6, led7, led8 : out std_logic); end component; begin leds_comp_inst : leds port map( clk => clk, led1 => led1, led2 => led2, led3 => led3, l...
------------------------------------------------------------------------------- -- -- File: tb_TestAD96xx_92xxSPI_Model.vhd -- Author: Tudor Gherman -- Original Project: ZmodScopeController -- Date: 11 Dec. 2020 -- ------------------------------------------------------------------------------- -- (c) 2020 Copyright Di...
-- -*- vhdl -*- ------------------------------------------------------------------------------- -- Copyright (c) 2012, The CARPE Project, All rights reserved. -- -- See the AUTHORS file for individual contributors. -- -- ...
library ieee; use ieee.std_logic_1164.all; entity issue is generic (constant N : integer := 3); port (foo : in std_logic; bar : out std_logic_vector(7 downto 0)); end issue; architecture beh of issue is begin bar <= (N=>foo, others=>'0'); end architecture;
-- megafunction wizard: %ALTPLL% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: altpll -- ============================================================ -- File Name: PLL.vhd -- Megafunction Name(s): -- altpll -- -- Simulation Library Files(s): -- altera_mf -- ===============================================...
architecture RTL of FIFO is begin process begin if (a = '1' or b = '0' and c = '1' xor d = '1' and g = x) then b <= '0'; elsif (a = '1' or b = '0' and c = '1' xor d = '1' and g = x) then b <= '1'; else b <= '1'; end if; -- Violations ...
-- opa: Open Processor Architecture -- Copyright (C) 2014-2016 Wesley W. Terpstra -- -- 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 opt...
-------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 09:58:41 03/07/2014 -- Design Name: -- Module Name: Z:/SourceSim/Source/Arithmetic/AdderSat_tb.vhd -- Project Name: SoundboxSim -- Target Device: -- Tool versions: -- Description: ...
constant TRFSM2Length : integer := 1020; constant TRFSM2Cfg : std_logic_vector(TRFSM2Length-1 downto 0) := "0010000011000001010011111000000000000000111110000000000000001111100000000000000011111000000000000000000000000000001010000000000100000000000000000011000011000000100000001000000000101000000000010000000010000...
constant TRFSM2Length : integer := 1020; constant TRFSM2Cfg : std_logic_vector(TRFSM2Length-1 downto 0) := "0010000011000001010011111000000000000000111110000000000000001111100000000000000011111000000000000000000000000000001010000000000100000000000000000011000011000000100000001000000000101000000000010000000010000...
-- -- Reference design - Initial design for Spartan-3E Starter Kit when delivered. -- -- Ken Chapman - Xilinx Ltd - January 2006 -- -- Constantly scroll the text "SPARTAN-3E STARTER KIT" and "www.xilinx.com/s3estarter" across the LCD. -- -- SW0 turns on LD0 -- SW1 turns on LD1 ...
------------------------------------------------------------------------------- --! @file axi_hostinterface.vhd -- --! @brief toplevel of host interface for Xilinx FPGA -- --! @details This toplevel interfaces to Xilinx specific implementation. -- ------------------------------------------------------------------------...
-- ------------------------------------------------------------- -- -- Generated Architecture Declaration for rtl of inst_10_e -- -- Generated -- by: wig -- on: Mon Jun 26 17:00:36 2006 -- cmd: /cygdrive/h/work/eclipse/MIX/mix_0.pl ../macro.xls -- -- !!! Do not edit this file! Autogenerated by MIX !!! -- $Author: ...
-- ============================================================== -- RTL generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC -- Version: 2017.1 -- Copyright (C) 1986-2017 Xilinx, Inc. All Rights Reserved. -- -- =========================================================== library IEEE; use IEEE.s...
-- ============================================================== -- RTL generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC -- Version: 2017.1 -- Copyright (C) 1986-2017 Xilinx, Inc. All Rights Reserved. -- -- =========================================================== library IEEE; use IEEE.s...
-- ============================================================== -- RTL generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC -- Version: 2017.1 -- Copyright (C) 1986-2017 Xilinx, Inc. All Rights Reserved. -- -- =========================================================== library IEEE; use IEEE.s...
Library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity nbit_half_adder is generic(n: integer:=4); port( opA,opB: in std_logic_vector(n-1 downto 0); carry_out: out std_logic; sum: out std_logic_vector(n-1 downto 0) ); end nbit_half_adder; architecture primary of nbit_half_add...
Library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity nbit_half_adder is generic(n: integer:=4); port( opA,opB: in std_logic_vector(n-1 downto 0); carry_out: out std_logic; sum: out std_logic_vector(n-1 downto 0) ); end nbit_half_adder; architecture primary of nbit_half_add...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use std.textio.all; entity D_Enable_Latch_Test is end D_Enable_Latch_Test; architecture Beh of D_Enable_Latch_Test is component D_Enable_Latch port( D, E: in std_logic; Q, nQ: out std_logic ...
LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.all; USE IEEE.STD_LOGIC_ARITH.all; USE IEEE.STD_LOGIC_UNSIGNED.all; ENTITY busActive IS generic( addrini : std_logic_vector(15 downto 0) := x"0000"; addrfim : std_logic_vector(15 downto 0) := x"0000"; rw : std_logic := '0' ); PORT( bus_addr : in std_...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity ulpi_bus is port ( clock : in std_logic; reset : in std_logic; ULPI_DATA : inout std_logic_vector(7 downto 0); ULPI_DIR : in std_logic; ULPI_NXT : in std_logic; ULPI_STP ...
-- (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 ...
-- ------------------------------------------------------------- -- -- File Name: hdl_prj/hdlsrc/OFDM_transmitter/TWDLMULT_SDNF1_3.vhd -- Created: 2017-03-27 15:50:06 -- -- Generated by MATLAB 9.1 and HDL Coder 3.9 -- -- ------------------------------------------------------------- -- -----------------------------...
------------------------------------------------------------------------------- LIBRARY ieee; USE ieee.std_logic_1164.all; ------------------------------------------------------------------------------- --| c | a | b | s | c --|---+---+---+---+-- --| 0 | 0 | 0 | 0 | 0 --| 0 | 0 | 1 | 1 | 0 --| 0 | 1 | 0 | 1 | 0...
------------------------------------------------------------------------------- LIBRARY ieee; USE ieee.std_logic_1164.all; ------------------------------------------------------------------------------- --| c | a | b | s | c --|---+---+---+---+-- --| 0 | 0 | 0 | 0 | 0 --| 0 | 0 | 1 | 1 | 0 --| 0 | 1 | 0 | 1 | 0...
------------------------------------------------------------------------------- LIBRARY ieee; USE ieee.std_logic_1164.all; ------------------------------------------------------------------------------- --| c | a | b | s | c --|---+---+---+---+-- --| 0 | 0 | 0 | 0 | 0 --| 0 | 0 | 1 | 1 | 0 --| 0 | 1 | 0 | 1 | 0...
LIBRARY IEEE; USE IEEE.std_logic_1164.ALL; USE IEEE.numeric_std.ALL; -- -- .. hwt-autodoc:: -- ENTITY AsyncResetReg IS PORT( clk : IN STD_LOGIC; din : IN STD_LOGIC; dout : OUT STD_LOGIC; rst : IN STD_LOGIC ); END ENTITY; ARCHITECTURE rtl OF AsyncResetReg IS SIGNAL int...
-- smlttion for AMI encoder. entity smlt_ami_enc is end smlt_ami_enc; architecture behaviour of smlt_ami_enc is --data type: component ami_enc port ( clr_bar, clk : in bit; e : in bit; s0, s1: out bit); end component; --binding: for a: ami_enc use entity work.ami_enc; --declaring the...
LIBRARY ieee; USE ieee.std_logic_1164.all; ENTITY part6 IS PORT ( Button : IN STD_LOGIC_VECTOR(1 DOWNTO 0); SW : IN STD_LOGIC_VECTOR(7 DOWNTO 0); HEX0 : OUT STD_LOGIC_VECTOR(6 DOWNTO 0); HEX1 : OUT STD_LOGIC_VECTOR(6 DOWNTO 0); HEX2 : OUT STD_LOGIC_VECTOR(6 DOWNTO 0); HEX3 : OUT STD_LOGIC_VECTO...
architecture rtl of fifo is begin my_signal <= '1' when input = "00" else my_signal2 or my_sig3 when input = "01" else my_sig4 and my_sig5 when input = "10" else '0'; my_signal <= '1' when input = "0000" else my_signal2 or my_sig3 when input = "0100" and i...
-- file: mmcm_iserdes_divider_v6_exdes.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. -- -- DISCLAIM...
-- (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 ...
-- (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 ...
-- (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 ...
-- (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 ...
package fifo_pkg is end package fifo_pkg; package fifo_pkg is end package fifo_pkg; package fifo_pkg is end package fifo_pkg; package fifo_pkg is end package fifo_pkg;
-- -- Divider -- -- Author(s): -- * Rodrigo A. Melo -- -- Copyright (c) 2015-2016 Authors and INTI -- Distributed under the BSD 3-Clause License -- library IEEE; use IEEE.std_logic_1164.all; entity Divider is generic( DIV : positive range 2 to positive'high:=2 ); port( clk_i : in std_logic; ...
------------------------------------------------------------------------------- -- -- Copyright (c) 1989 by Intermetrics, Inc. -- All rights reserved. -- ------------------------------------------------------------------------------- -- -- TEST NAME: -- -- CT00224 -- -- AUTHOR: -- -- G. Tomi...
------------------------------------------------------------------------------- -- Title : data_crc.vhd ------------------------------------------------------------------------------- -- File : data_crc.vhd -- Author : Gideon Zweijtzer <gideon.zweijtzer@gmail.com> ----------------------------------...
------------------------------------------------------------------------------- -- Title : data_crc.vhd ------------------------------------------------------------------------------- -- File : data_crc.vhd -- Author : Gideon Zweijtzer <gideon.zweijtzer@gmail.com> ----------------------------------...
------------------------------------------------------------------------------- -- Title : data_crc.vhd ------------------------------------------------------------------------------- -- File : data_crc.vhd -- Author : Gideon Zweijtzer <gideon.zweijtzer@gmail.com> ----------------------------------...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 13:38:51 10/03/2014 -- Design Name: -- Module Name: fsm - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Revision: ...
`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...
`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...
`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...
`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...
`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...
------------------------------------------------------------------------------- -- -- File: tb_TestConfigRelay_all.vhd -- Author: Tudor Gherman -- Original Project: ZmodScopeController -- Date: 11 Dec. 2020 -- ------------------------------------------------------------------------------- -- (c) 2020 Copyright Digilen...
-- ------------------------------------------------------------- -- -- Generated Architecture Declaration for rtl of inst_ac_e -- -- Generated -- by: wig -- on: Mon Jun 26 08:31:57 2006 -- cmd: /cygdrive/h/work/eclipse/MIX/mix_0.pl ../../generic.xls -- -- !!! Do not edit this file! Autogenerated by MIX !!! -- $Aut...
-- ============================================================== -- File generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC -- Version: 2017.4 -- Copyright (C) 1986-2017 Xilinx, Inc. All Rights Reserved. -- -- ============================================================== library IEEE; use I...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; --use IEEE.NUMERIC_STD.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; library reconos_v1_03_a; use reconos_v1_03_a.reconos_pkg.all; ---- Uncomment the following library declaration if instantiating ---- any Xilinx primitives in this code. --library UNISI...
-- NEED RESULT: ARCH00070.P1_1: Procedure need not have a return statement passed ------------------------------------------------------------------------------- -- -- Copyright (c) 1989 by Intermetrics, Inc. -- All rights reserved. -- --------------------------------------------------------...
-- 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...
-- EMACS settings: -*- tab-width: 2;indent-tabs-mode: t -*- -- vim: tabstop=2:shiftwidth=2:noexpandtab -- kate: tab-width 2;replace-tabs off;indent-width 2; -- ============================================================================= -- Authors: Patrick Lehmann -- -- Package: Protected type implementatio...
library IEEE; use IEEE.std_logic_1164.all; entity dut is port( data_out : out std_logic_vector(7 downto 0); data_in : in std_logic_vector(7 downto 0); valid : out std_logic; start : in std_logic; clk : in std_logic; rst : in std_logic ); end entity dut; architecture RTL of dut is c...
library IEEE; use IEEE.std_logic_1164.all; entity dut is port( data_out : out std_logic_vector(7 downto 0); data_in : in std_logic_vector(7 downto 0); valid : out std_logic; start : in std_logic; clk : in std_logic; rst : in std_logic ); end entity dut; architecture RTL of dut is c...
-- -- Configuration file for ZPUINO -- -- Copyright 2010 Alvaro Lopes <alvieboy@alvie.com> -- -- Version: 1.0 -- -- The FreeBSD license -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are met: -- -- 1. Redis...
library IEEE; use IEEE.STD_LOGIC_1164.all; entity mux_2 is port( in1,in2,in3: in std_logic; Q, nQ: out std_logic ); end mux_2; -- architecture mux_2 of mux_2 is signal result : std_logic; begin result <=(in1 and in2) or (in3 and (not in2)); Q <= result; nQ <= (not result); end mux_2;
-- (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 ...
--********************************************************************************************** -- Resynchronizer (for n-bit vector) with latch -- Version 0.1 -- Modified 10.01.2007 -- Designed by Ruslan Lepetenok --********************************************************************************************** ...
--********************************************************************************************** -- Resynchronizer (for n-bit vector) with latch -- Version 0.1 -- Modified 10.01.2007 -- Designed by Ruslan Lepetenok --********************************************************************************************** ...
--********************************************************************************************** -- Resynchronizer (for n-bit vector) with latch -- Version 0.1 -- Modified 10.01.2007 -- Designed by Ruslan Lepetenok --********************************************************************************************** ...
--********************************************************************************************** -- Resynchronizer (for n-bit vector) with latch -- Version 0.1 -- Modified 10.01.2007 -- Designed by Ruslan Lepetenok --********************************************************************************************** ...
LIBRARY ieee; USE ieee.std_logic_1164.all; ENTITY CW4 IS port( SW: IN std_logic_vector(17 downto 0); HEX0: OUT std_logic_vector(0 to 6); HEX1: OUT std_logic_vector(0 to 6); HEX2: OUT std_logic_vector(0 to 6); HEX3: OUT std_logic_vector(0 to 6); HEX4: OUT std_logic_vector(0 to 6); HEX5: OUT std_logic_vec...
-- 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...
package pkg is function identifier return integer; procedure identifier; alias identifier_alias_fun is identifier[return integer]; alias identifier_alias_proc is identifier[]; end package;
package pkg is function identifier return integer; procedure identifier; alias identifier_alias_fun is identifier[return integer]; alias identifier_alias_proc is identifier[]; end package;
package pkg is function identifier return integer; procedure identifier; alias identifier_alias_fun is identifier[return integer]; alias identifier_alias_proc is identifier[]; end package;
-------------------------------------------------------------------------------- -- Entity: acia6551 -- Date:2018-11-13 -- Author: gideon -- -- Description: Definitions of 6551. -------------------------------------------------------------------------------- library ieee; use ieee.std_logic_1164.all; use ieee.nu...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity nfa_forward_buckets_if_async_fifo is generic ( DATA_WIDTH : integer := 32; ADDR_WIDTH : integer := 3; DEPTH : integer := 8); port ( clk_w : in std_logic; clk_r : in std_logic; ...
-- This file has been automatically generated by go-iec61499-vhdl and should not be edited by hand -- Converter written by Hammond Pearce and available at github.com/kiwih/go-iec61499-vhdl -- This file represents the Basic Function Block for InjectorMotorController library ieee; use ieee.std_logic_1164.all; use ieee....
-- This file has been automatically generated by go-iec61499-vhdl and should not be edited by hand -- Converter written by Hammond Pearce and available at github.com/kiwih/go-iec61499-vhdl -- This file represents the Basic Function Block for InjectorMotorController library ieee; use ieee.std_logic_1164.all; use ieee....
-------------------------------------------------------------------------------- -- -- -- V H D L F I L E -- -- COPYRIGHT (C) 2006 ...
-------------------------------------------------------------------------------- -- -- -- V H D L F I L E -- -- COPYRIGHT (C) 2006 ...
-------------------------------------------------------------------------------- -- -- -- V H D L F I L E -- -- COPYRIGHT (C) 2006 ...
-------------------------------------------------------------------------------- -- -- -- V H D L F I L E -- -- COPYRIGHT (C) 2006 ...
-------------------------------------------------------------------------------- -- -- -- V H D L F I L E -- -- COPYRIGHT (C) 2006 ...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; USE IEEE.std_logic_arith.all; USE IEEE.std_logic_unsigned.all; ENTITY BSA8bits IS PORT ( val1,val2: IN STD_LOGIC_VECTOR(7 DOWNTO 0); SomaResult:OUT STD_LOGIC_VECTOR(7 DOWNTO 0); clk: IN STD_LOGIC; rst: IN STD_LOGIC; CarryOut: OUT STD_LOGIC ); END BSA8bits; architectu...
------------------------------------------------------------------------------- -- -- Copyright (c) 1989 by Intermetrics, Inc. -- All rights reserved. -- ------------------------------------------------------------------------------- -- -- TEST NAME: -- -- CT00269 -- -- AUTHOR: -- -- A. Wilm...
------------------------------------------------------------------------------- -- Title : Exercise -- Project : Counter ------------------------------------------------------------------------------- -- File : debounce_.vhd -- Author : Martin Angermair -- Company : Technikum Wien, Embedded Systems...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 02.03.2016 15:04:38 -- Design Name: -- Module Name: tb_DataSequencer - Behavioral -- Project Name: -- Target Devices: -- Tool Versions: -- Description: -- -- Dependencies: -- -- Revi...