content
stringlengths
1
1.04M
-- 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) 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) 1993, Peter J. Ashenden -- Mail: Dept. Computer Science -- University of Adelaide, SA 5005, Australia -- e-mail: petera@cs.adelaide.edu.au -- -- This program is free software; you can redistribute it and/or modify -- it...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity memctrl is Port ( CLK : in std_logic; RESET : in std_logic; MEM_A : in std_logic_vector(19 downto 0); MEM_DI : in std_logic_ve...
--David Baldwin: 10832137 library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity lab5_new is port(CLOCK_50 : in std_logic; KEY : in std_logic_vector(3 downto 0); SW : in std_logic_vector(17 downto 0); -- LEDG ...
-- 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...
-- (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 ...
----------------------------------------------------------------------------- -- -- AVR opcode package -- -- This package defines opcode constants for the complete AVR instruction -- set. Not all variants of the AVR implement all instructions. -- -- Revision History -- 4/27/98 Glen George initial revision ...
---------------------------------------------------------------------------- --! @file --! @copyright Copyright 2015 GNSS Sensor Ltd. All right reserved. --! @author Sergey Khabarov --! @brief Gigabits buffer with the differential signals. ----------------------------------------------------------------------...
---------------------------------------------------------------------------- --! @file --! @copyright Copyright 2015 GNSS Sensor Ltd. All right reserved. --! @author Sergey Khabarov --! @brief Gigabits buffer with the differential signals. ----------------------------------------------------------------------...
-- (c) Copyright 2012 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 2012 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 2012 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 ...
-- -- Taken from rtl/commonlib/types_util.vhd of https://github.com/sergeykhbr/riscv_vhdl -- ----------------------------------------------------------------------------- --! @file --! @copyright Copyright 2015 GNSS Sensor Ltd. All right reserved. --! @author Sergey Khabarov - sergeykhbr@gmail.com --! @brief Pac...
-- -- Taken from rtl/commonlib/types_util.vhd of https://github.com/sergeykhbr/riscv_vhdl -- ----------------------------------------------------------------------------- --! @file --! @copyright Copyright 2015 GNSS Sensor Ltd. All right reserved. --! @author Sergey Khabarov - sergeykhbr@gmail.com --! @brief Pac...
-- $Id: pdp11_decode.vhd 427 2011-11-19 21:04:11Z mueller $ -- -- Copyright 2006-2011 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de> -- -- This program is free software; you may redistribute and/or modify it under -- the terms of the GNU General Public License as published by the Free -- Software Foundation, either vers...
-- $Id: pdp11_decode.vhd 427 2011-11-19 21:04:11Z mueller $ -- -- Copyright 2006-2011 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de> -- -- This program is free software; you may redistribute and/or modify it under -- the terms of the GNU General Public License as published by the Free -- Software Foundation, either vers...
------------------------------------------------------ -- FSM for a SDRAM controller -- -- Version 0.1 - Ready to simulate -- -- Author: Mike Field (hamster@snap.net.nz) -- -- Feel free to use it however you would like, but -- just drop me an email to say thanks. ------------------------------------------------------- ...
------------------------------------------------------ -- FSM for a SDRAM controller -- -- Version 0.1 - Ready to simulate -- -- Author: Mike Field (hamster@snap.net.nz) -- -- Feel free to use it however you would like, but -- just drop me an email to say thanks. ------------------------------------------------------- ...
------------------------------------------------------ -- FSM for a SDRAM controller -- -- Version 0.1 - Ready to simulate -- -- Author: Mike Field (hamster@snap.net.nz) -- -- Feel free to use it however you would like, but -- just drop me an email to say thanks. ------------------------------------------------------- ...
------------------------------------------------------ -- FSM for a SDRAM controller -- -- Version 0.1 - Ready to simulate -- -- Author: Mike Field (hamster@snap.net.nz) -- -- Feel free to use it however you would like, but -- just drop me an email to say thanks. ------------------------------------------------------- ...
------------------------------------------------------ -- FSM for a SDRAM controller -- -- Version 0.1 - Ready to simulate -- -- Author: Mike Field (hamster@snap.net.nz) -- -- Feel free to use it however you would like, but -- just drop me an email to say thanks. ------------------------------------------------------- ...
------------------------------------------------------ -- FSM for a SDRAM controller -- -- Version 0.1 - Ready to simulate -- -- Author: Mike Field (hamster@snap.net.nz) -- -- Feel free to use it however you would like, but -- just drop me an email to say thanks. ------------------------------------------------------- ...
------------------------------------------------------ -- FSM for a SDRAM controller -- -- Version 0.1 - Ready to simulate -- -- Author: Mike Field (hamster@snap.net.nz) -- -- Feel free to use it however you would like, but -- just drop me an email to say thanks. ------------------------------------------------------- ...
------------------------------------------------------ -- FSM for a SDRAM controller -- -- Version 0.1 - Ready to simulate -- -- Author: Mike Field (hamster@snap.net.nz) -- -- Feel free to use it however you would like, but -- just drop me an email to say thanks. ------------------------------------------------------- ...
------------------------------------------------------ -- FSM for a SDRAM controller -- -- Version 0.1 - Ready to simulate -- -- Author: Mike Field (hamster@snap.net.nz) -- -- Feel free to use it however you would like, but -- just drop me an email to say thanks. ------------------------------------------------------- ...
------------------------------------------------------ -- FSM for a SDRAM controller -- -- Version 0.1 - Ready to simulate -- -- Author: Mike Field (hamster@snap.net.nz) -- -- Feel free to use it however you would like, but -- just drop me an email to say thanks. ------------------------------------------------------- ...
------------------------------------------------------ -- FSM for a SDRAM controller -- -- Version 0.1 - Ready to simulate -- -- Author: Mike Field (hamster@snap.net.nz) -- -- Feel free to use it however you would like, but -- just drop me an email to say thanks. ------------------------------------------------------- ...
------------------------------------------------------ -- FSM for a SDRAM controller -- -- Version 0.1 - Ready to simulate -- -- Author: Mike Field (hamster@snap.net.nz) -- -- Feel free to use it however you would like, but -- just drop me an email to say thanks. ------------------------------------------------------- ...
------------------------------------------------------ -- FSM for a SDRAM controller -- -- Version 0.1 - Ready to simulate -- -- Author: Mike Field (hamster@snap.net.nz) -- -- Feel free to use it however you would like, but -- just drop me an email to say thanks. ------------------------------------------------------- ...
------------------------------------------------------ -- FSM for a SDRAM controller -- -- Version 0.1 - Ready to simulate -- -- Author: Mike Field (hamster@snap.net.nz) -- -- Feel free to use it however you would like, but -- just drop me an email to say thanks. ------------------------------------------------------- ...
-- (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 ...
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 proc_common_v1_00_b; --use proc_common_v1_00_b.proc_common_pkg.all; library reconos_v2_01_a; use reconos_v2_01_a.reconos_pkg.all; library osif_core_v2_03_a; use osif_core_v2_0...
-- (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 ...
-- (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 ...
-- Copyright 2017 Google Inc. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in ...
-- NEED RESULT: ARCH00411.P1: Multi inertial transactions occurred on concurrent signal asg passed -- NEED RESULT: ARCH00411: One inertial transaction occurred on a concurrent signal asg passed -- NEED RESULT: ARCH00411: Old transactions were removed on a concurrent signal asg passed -- NEED RESULT: ARCH00411: One i...
------------------------------------------------------------------------------ -- Copyright (c) 2019 by Paul Scherrer Institute, Switzerland -- All rights reserved. -- Authors: Oliver Bruendler ------------------------------------------------------------------------------ ---------------------------------------------...
-- Esse exemplo de descricao de memoria ROM em VHDL foi obtido no -- site: http://www.edaboard.com/thread38052.html -- -- Esse site foi encontrado ao se realizar uma busca no google com -- a expressao (sem aspas): ROM VHDL -- -- O exemplo original do site foi adaptado (pequenas modificacoes) para -- se adequar a esp...
-- rising_edge_detect.vhd -- detect rising edge -> output a pulse library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity rising_edge_detect is port ( input, clock: in std_logic; edge_out: out std_logic ); end rising_edge_detect; arc...
-- 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: Global simulation constants...
-- 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; library UNISIM; use UNISIM.Vcomponents.all; entity DCMSID1 is port (CLKIN_IN : in std_logic; RST : in std_logic := '0'; CLK0_OUT : out std_logic; CLK0_OUT1 : out std_logic; CLK2X_OUT : out std_log...
------------------------------------------------------------------------------- -- Entity: fmc_rom -- Author: Waj ------------------------------------------------------------------------------- -- Description: -- ROM for Floppy-Music Controller (channel-dependent content) -- NOTE: -- Since XST does not support the 'val...
------------------------------------------------------------------------------- -- Entity: fmc_rom -- Author: Waj ------------------------------------------------------------------------------- -- Description: -- ROM for Floppy-Music Controller (channel-dependent content) -- NOTE: -- Since XST does not support the 'val...
library ieee; use ieee.std_logic_1164.all; library ieee; use ieee.numeric_std.all; entity muxb_784 is port ( in_sel : in std_logic; out_data : out std_logic_vector(31 downto 0); in_data0 : in std_logic_vector(31 downto 0); in_data1 : in std_logic_vector(31 downto 0) ); end muxb_784; architecture augh of...
library ieee; use ieee.std_logic_1164.all; library ieee; use ieee.numeric_std.all; entity muxb_784 is port ( in_sel : in std_logic; out_data : out std_logic_vector(31 downto 0); in_data0 : in std_logic_vector(31 downto 0); in_data1 : in std_logic_vector(31 downto 0) ); end muxb_784; architecture augh of...
package other_pkg is type rec_t is record field : integer; end record; end package; package body other_pkg is end package body; package pkg is type prot_t is protected end protected; end package; -- Uncomment to make it work. -- library library_name; use work.other_pkg.all; package body pkg is type p...
package other_pkg is type rec_t is record field : integer; end record; end package; package body other_pkg is end package body; package pkg is type prot_t is protected end protected; end package; -- Uncomment to make it work. -- library library_name; use work.other_pkg.all; package body pkg is type p...
package other_pkg is type rec_t is record field : integer; end record; end package; package body other_pkg is end package body; package pkg is type prot_t is protected end protected; end package; -- Uncomment to make it work. -- library library_name; use work.other_pkg.all; package body pkg is type p...
-------------------------------------------------------------------------------- -- Author: Elahe Jalalpour (el.jalalpour@gmail.com) -- -- Create Date: 28-08-2015 -- Module Name: mul.vhd -------------------------------------------------------------------------------- library ieee; use ieee.std_logic_1164.all...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use IEEE.NUMERIC_STD.all; use std.textio.all; use ieee.std_logic_textio.all; entity top is port( clk_50mhz: in std_logic; rs232_dce_txd: out std_logic; rs232_dce_rxd: in std_logic; led: out std_logic_vector(7 downto 0); b...
-------------------------------------------------------------------------------- -- -- BLK MEM GEN v7_3 Core - Top File for the Example Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2006_3010 Xilinx, Inc. All rights reserved. -- -- This file contains c...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use IEEE.STD_LOGIC_ARITH.ALL; entity iteration is port ( clk : in std_logic; -- inputs x : in std_logic_vector (17 downto 0); y : in std_logic_vector (17 downto 0); x0 : in std_logic_vector (17 downto 0); y0 : in std_logic_vector (17 d...
library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; use IEEE.std_logic_unsigned.all; ENTITY PSR_modifier_tb IS END PSR_modifier_tb; ARCHITECTURE behavior OF PSR_modifier_tb IS COMPONENT PSR_modifier PORT( ALUOP : IN std_logic_vector(5 downto 0); RESULT : IN std_l...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; library config; use work.config.all; use IEEE.NUMERIC_STD.ALL; library unisim; use unisim.VCOMPONENTS.ALL; entity rom_intf is Port ( memAddress : in STD_LOGIC_VECTOR (26 downto 0); dataIn : in STD_LOGIC_VECTOR (7 downto 0); da...
-- 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; library virtual_button_lib; use virtual_button_lib.utils.all; use virtual_button_lib.constants.all; use virtual_button_lib.uart_constants.all; use virtual_button_lib.uart_functions.all; entity track_decoder_tb is end; architecture tb of track_decod...
-- NEED RESULT: ARCH00095.P1: Multi transport transactions occurred on signal asg with indexed name prefixed by an indexed name on LHS passed -- NEED RESULT: ARCH00095.P2: Multi transport transactions occurred on signal asg with indexed name prefixed by an indexed name on LHS passed -- NEED RESULT: ARCH00095.P3: Mult...
library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.NUMERIC_STD.all; library std; entity median is generic ( LINE_WIDTH_MAX : integer; CLK_PROC_FREQ : integer; IN_SIZE : integer; OUT_SIZE : integer ); port ( clk_proc : in std_logic; reset_n : in std_logic; ---------...
------------------------------------------------------------------------------ -- user_logic.vhd - entity/architecture pair ------------------------------------------------------------------------------ -- -- *************************************************************************** -- ** Copyright (c) 1995-2008 Xilin...
------------------------------------------------------------------------------ -- user_logic.vhd - entity/architecture pair ------------------------------------------------------------------------------ -- -- *************************************************************************** -- ** Copyright (c) 1995-2008 Xilin...
------------------------------------------------------------------------------ -- user_logic.vhd - entity/architecture pair ------------------------------------------------------------------------------ -- -- *************************************************************************** -- ** Copyright (c) 1995-2008 Xilin...
------------------------------------------------------------------------------ -- user_logic.vhd - entity/architecture pair ------------------------------------------------------------------------------ -- -- *************************************************************************** -- ** Copyright (c) 1995-2008 Xilin...
------------------------------------------------------------------------------ -- user_logic.vhd - entity/architecture pair ------------------------------------------------------------------------------ -- -- *************************************************************************** -- ** Copyright (c) 1995-2008 Xilin...
------------------------------------------------------------------------------ -- user_logic.vhd - entity/architecture pair ------------------------------------------------------------------------------ -- -- *************************************************************************** -- ** Copyright (c) 1995-2008 Xilin...
------------------------------------------------------------------------------ -- user_logic.vhd - entity/architecture pair ------------------------------------------------------------------------------ -- -- *************************************************************************** -- ** Copyright (c) 1995-2008 Xilin...
------------------------------------------------------------------------------ -- user_logic.vhd - entity/architecture pair ------------------------------------------------------------------------------ -- -- *************************************************************************** -- ** Copyright (c) 1995-2008 Xilin...
------------------------------------------------------------------------------ -- user_logic.vhd - entity/architecture pair ------------------------------------------------------------------------------ -- -- *************************************************************************** -- ** Copyright (c) 1995-2008 Xilin...
-- Truth Table for 2-to-4 decoder -- ---------------------------------------------------- -- | A1 | A0 | Z3 | Z2 | Z1 | Z0 | -- ---------------------------------------------------- -- | 0 | 0 | 0 | 0 | 0 | 1 | -- ---------------------------------------------------- -- | ...
--************************************************************************************************ -- Component declaration for the synchronizer -- Version 0.2 -- Designed by Ruslan Lepetenok -- Modified 10.08.2003 --************************************************************************************************ ...
--************************************************************************************************ -- Component declaration for the synchronizer -- Version 0.2 -- Designed by Ruslan Lepetenok -- Modified 10.08.2003 --************************************************************************************************ ...
--************************************************************************************************ -- Component declaration for the synchronizer -- Version 0.2 -- Designed by Ruslan Lepetenok -- Modified 10.08.2003 --************************************************************************************************ ...
--************************************************************************************************ -- Component declaration for the synchronizer -- Version 0.2 -- Designed by Ruslan Lepetenok -- Modified 10.08.2003 --************************************************************************************************ ...
library verilog; use verilog.vl_types.all; entity decoder is port( if_pc : in vl_logic_vector(29 downto 0); if_insn : in vl_logic_vector(31 downto 0); if_en : in vl_logic; gpr_rd_data_0 : in vl_logic_vector(31 downto 0); gpr_rd_da...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 14:09:01 02/20/2012 -- Design Name: -- Module Name: arp_SYNC - Behavioral - synchronises between rx and tx clock domains -- Project Name: -- Target Devices: -- Tool versions: -- Descripti...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 14:09:01 02/20/2012 -- Design Name: -- Module Name: arp_SYNC - Behavioral - synchronises between rx and tx clock domains -- Project Name: -- Target Devices: -- Tool versions: -- Descripti...
-- file: clk_base.vhd -- -- (c) Copyright 2008 - 2013 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...
-- file: clk_base.vhd -- -- (c) Copyright 2008 - 2013 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...
--! @file symbolizer_even_tb.vhd --! @brief Symbolizer block testbench --! @author Scott Teal (Scott@Teals.org) --! @date 2013-11-05 --! @copyright --! Copyright 2013 Richard Scott Teal, Jr. --! --! Licensed under the Apache License, Version 2.0 (the "License"); you may not --! use this file except in compliance with t...
library IEEE; use IEEE.std_logic_1164.all; entity InterfaceModem is port (CLOCK, RESET, LIGA, DadoSerial, CD, RD, CTS : in std_logic; Enviar : in std_logic; DTR, RTS, TD, temDadoRecebido, DadoRecebido : out std_logic; envioOK ...
entity repro7 is end repro7; architecture behav of repro7 is type my_rec is record a : bit; w : bit_vector; end record; procedure check (signal v : my_rec) is begin assert v.a = '0' and v.w = "01" severity failure; end check; procedure pack (signal a : bit; signal w : bit_vector) is begin ...
-- $Id: sys_tst_rlink_n4.vhd 1181 2019-07-08 17:00:50Z mueller $ -- SPDX-License-Identifier: GPL-3.0-or-later -- Copyright 2013-2019 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de> -- ------------------------------------------------------------------------------ -- Module Name: sys_tst_rlink_n4 - syn -- Description: ...
-------------------------------------------------------------------------------- -- 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 ...
------------------------------------------------------------------------------ -- Copyright (c) 2019 David Banks -- -------------------------------------------------------------------------------- -- ____ ____ -- / /\/ / -- /___/ \ / -- \ \ \/ -- \ \ -- / / Filename : MOS6502CpuMonCore.vhd ...
entity wait18 is end entity; library ieee; use ieee.std_logic_1164.all; architecture test of wait18 is signal clk, d, q : std_logic := '0'; begin process (clk) is begin if rising_edge(clk) then q <= d; end if; end process; process is begin clk <= '1' after...
--======================================================================================================================== -- 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...
`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...