content
stringlengths
1
1.04M
-- 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...
`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...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.NUMERIC_STD.ALL; library work; use work.all; use work.procedures.all; entity progmem is port( clk : in std_logic; addra : in std_logic_vector(11 downto 0); ena : in std_logic; doa : out t_data2; dib ...
-- Copyright 1986-2016 Xilinx, Inc. All Rights Reserved. -- -------------------------------------------------------------------------------- -- Tool Version: Vivado v.2016.3 (win64) Build 1682563 Mon Oct 10 19:07:27 MDT 2016 -- Date : Tue Sep 19 10:21:53 2017 -- Host : vldmr-PC running 64-bit Service ...
--------------------------------------------------- -- School: University of Massachusetts Dartmouth -- Department: Computer and Electrical Engineering -- Engineer: Daniel Noyes -- -- Create Date: SPRING 2015 -- Module Name: ALU_Arithmetic_Unit -- Project Name: OurALU -- Target Devices: Spartan-3E -- Tool vers...
--------------------------------------------------- -- School: University of Massachusetts Dartmouth -- Department: Computer and Electrical Engineering -- Engineer: Daniel Noyes -- -- Create Date: SPRING 2015 -- Module Name: ALU_Arithmetic_Unit -- Project Name: OurALU -- Target Devices: Spartan-3E -- Tool vers...
--------------------------------------------------- -- School: University of Massachusetts Dartmouth -- Department: Computer and Electrical Engineering -- Engineer: Daniel Noyes -- -- Create Date: SPRING 2015 -- Module Name: ALU_Arithmetic_Unit -- Project Name: OurALU -- Target Devices: Spartan-3E -- Tool vers...
----------------------------------------------------------------------------- -- LEON3 Terasic Sockit demonstration design -- By Martin George ------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2003 - 2008, Gaisler Rese...
------------------------------------------------------------------------------- -- -- T421 system toplevel. -- -- $Id: t421-c.vhd,v 1.1 2006-06-11 13:47:24 arniml Exp $ -- -- Copyright (c) 2006 Arnim Laeuger (arniml@opencores.org) -- -- All rights reserved -- -- Redistribution and use in source and synthezised forms, w...
-- libraries --------------------------------------------------------------------------------- {{{ library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.NUMERIC_STD.ALL; use ieee.std_logic_textio.all; use std.textio.all; -----------------------------------------------------------------------------------------------...
-- 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; entity sbox_inv is port ( d_in : in std_logic_vector(7 downto 0); d_out : out std_logic_vector(7 downto 0) ); end sbox_inv; architecture behavioral of sbox_inv is type sbox_lut is array(0 to 255) of std_logic_vector(7 downto 0); cons...
--------------------------------------------------------------------------- -- -- 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...
-- (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 ...
entity staticwait is end entity; architecture test of staticwait is signal x : integer; begin p1: process (x) is begin x <= 0; end process; end architecture;
library ieee; use ieee.std_logic_1164.all; use work.arch_defs.all; use work.txt_utils.all; entity JumpRegMux is port ( JumpReg: in ctrl_t; reg1data : in addr_t; JumpDirMux : in addr_t; output : out addr_t ); end entity; architecture behav of JumpRegMux ...
context c1; library ieee; context c2; context con1 is library ieee; context c3; end context con1;
-- file: clk_dcm_pll.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 no...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 01.01.2014 14:32:21 -- Design Name: -- Module Name: TB4_FileBasedTest - Behavioral -- Project Name: -- Target Devices: -- Tool Versions: -- Description: -- -- Dependencies:...
architecture RTL of FIFO is begin FOR_LABEL : for i in 0 to 7 generate end generate; IF_LABEL : if a = '1' generate end generate; CASE_LABEL : case data generate end generate; -- Violations below FOR_LABEL : for i in 0 to 7 generate end generate; IF_LABEL : if a = '1' generate end g...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; entity MUX_RFDEST is Port ( RD : in STD_LOGIC_VECTOR (5 downto 0); RFDEST : in STD_LOGIC; nRD : out STD_LOGIC_VECTOR (5 downto 0)); end MUX_RFDEST; architecture Behavioral of MUX_RFDEST is begin process(RD,RFDEST) begin if RFDEST='...
-------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 11:37:54 03/23/2014 -- Design Name: -- Module Name: C:/Users/fafik/Dropbox/infa/xilinx/ethernet4/display_test.vhd -- Project Name: ethernet -- Target Device: -- Tool versions: -- Des...
-- Engineer: Lefteris Kyriakakis -- -- Create Date: 06/28/2017 -- Design Name: Serial-In-Parallel-Out Shift Register -- Module Name: S2P Parallelizer - behave -- Target Devices: Any ---------------------------------------------------------------------------------- library ieee ; use ieee.std_logic_1164.all; use ieee.n...
-- Engineer: Lefteris Kyriakakis -- -- Create Date: 06/28/2017 -- Design Name: Serial-In-Parallel-Out Shift Register -- Module Name: S2P Parallelizer - behave -- Target Devices: Any ---------------------------------------------------------------------------------- library ieee ; use ieee.std_logic_1164.all; use ieee.n...
-- Engineer: Lefteris Kyriakakis -- -- Create Date: 06/28/2017 -- Design Name: Serial-In-Parallel-Out Shift Register -- Module Name: S2P Parallelizer - behave -- Target Devices: Any ---------------------------------------------------------------------------------- library ieee ; use ieee.std_logic_1164.all; use ieee.n...
------------------------------------------------------------------------------- -- ____ _____ __ __ ________ _______ -- | | \ \ | \ | | |__ __| | __ \ -- |____| \____\ | \| | | | | |__> ) -- ____ ____ | |\ \ | | | | _...
-- megafunction wizard: %ALTPLL% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: altpll -- ============================================================ -- File Name: pll32.vhd -- Megafunction Name(s): -- altpll -- -- Simulation Library Files(s): -- altera_mf -- =============================================...
-- megafunction wizard: %RAM: 2-PORT% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: altsyncram -- ============================================================ -- File Name: logic_mem.vhd -- Megafunction Name(s): -- altsyncram -- -- Simulation Library Files(s): -- altera_mf -- ============================...
------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2003 - 2008, Gaisler Research -- Copyright (C) 2008 - 2014, Aeroflex Gaisler -- Copyright (C) 2015 - 2016, Cobham Gaisler -- -- This program is free software; you can ...
------------------------------------------------------------------------------ -- 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...
`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...
-- ZPU -- -- Copyright 2004-2008 oharboe - Øyvind Harboe - oyvind.harboe@zylin.com -- Copyright 2010-2012 Alvaro Lopes - alvieboy@alvie.com -- -- The FreeBSD license -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are me...
--================================================================================================================================ -- Copyright 2020 Bitvis -- 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 ...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity sign_computer_tb is end entity; architecture sign_computer_tb_arq of sign_computer_tb is signal man_1_in: std_logic_vector(15 downto 0) := (others => '0'); signal man_2_in: std_logic_vector(15 downto 0) := (others => '0'); signal sign_1...
------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2003 - 2008, Gaisler Research -- Copyright (C) 2008 - 2013, Aeroflex Gaisler -- -- This program is free software; you can redistribute it and/or modify -- it under the...
-- libraries --------------------------------------------------------------------------------- {{{ library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.NUMERIC_STD.ALL; use ieee.std_logic_textio.all; use std.textio.all; -----------------------------------------------------------------------------------------------...
LIBRARY IEEE; USE IEEE.std_logic_1164.ALL; USE IEEE.numeric_std.ALL; ENTITY AxiReaderCore IS PORT( arRd : IN STD_LOGIC; arVld : IN STD_LOGIC; rRd : IN STD_LOGIC; rVld : IN STD_LOGIC; r_idle : OUT STD_LOGIC ); END ENTITY; ARCHITECTURE rtl OF AxiReaderCore IS TYPE rSt_...
library ieee; use ieee.std_logic_1164.all; entity MyInv is port ( a_inv : in std_ulogic; x_inv : out std_ulogic); end MyInv; architecture A of MyInv is begin x_inv <= not a_inv; end architecture A;
-- CODIFICADOR 7 SEGMENTOS -- Librerias necesarias library ieee; use ieee.std_logic_1164.all; ENTITY codificador7Segmentos IS PORT ( entrada : IN INTEGER RANGE 0 TO 9; salida : OUT STD_lOGIC_VECTOR (6 DOWNTO 0) ); END codificador7Segmentos; ARCHITECTURE arquitecturaCodificador7Segmentos OF co...
-- CODIFICADOR 7 SEGMENTOS -- Librerias necesarias library ieee; use ieee.std_logic_1164.all; ENTITY codificador7Segmentos IS PORT ( entrada : IN INTEGER RANGE 0 TO 9; salida : OUT STD_lOGIC_VECTOR (6 DOWNTO 0) ); END codificador7Segmentos; ARCHITECTURE arquitecturaCodificador7Segmentos OF co...
-- CODIFICADOR 7 SEGMENTOS -- Librerias necesarias library ieee; use ieee.std_logic_1164.all; ENTITY codificador7Segmentos IS PORT ( entrada : IN INTEGER RANGE 0 TO 9; salida : OUT STD_lOGIC_VECTOR (6 DOWNTO 0) ); END codificador7Segmentos; ARCHITECTURE arquitecturaCodificador7Segmentos OF co...
-- CODIFICADOR 7 SEGMENTOS -- Librerias necesarias library ieee; use ieee.std_logic_1164.all; ENTITY codificador7Segmentos IS PORT ( entrada : IN INTEGER RANGE 0 TO 9; salida : OUT STD_lOGIC_VECTOR (6 DOWNTO 0) ); END codificador7Segmentos; ARCHITECTURE arquitecturaCodificador7Segmentos OF co...
-------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 17:43:36 11/19/2013 -- Design Name: -- Module Name: C:/Users/etingi01/Mips32_948282_19.11.2013/My_32bit2x1Mux_tb_948282.vhd -- Project Name: Mips32_948282_19.11.2013 -- Target Device: ...
-------------------------------------------------------------------------------- -- -- FIFO Generator Core Demo Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and prop...
-- 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...
-- NEED RESULT: ARCH00108.P1: Multi transport transactions occurred on signal asg with selected name prefixed by an indexed name on LHS passed -- NEED RESULT: ARCH00108.P2: Multi transport transactions occurred on signal asg with selected name prefixed by an indexed name on LHS passed -- NEED RESULT: ARCH00108.P3: Mu...
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
---------------------------------------------------------------------------------- --! Company: EDAQ WIS. --! Engineer: juna --! --! Create Date: 23/06/2015 --! Module Name: upstreamEpathFifoWrap --! Project Name: FELIX --------------------------------------------------------------------------------...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity ent is end entity ent; architecture arch of ent is constant test: natural := 3; begin LL: if test=10 generate begin end; elsif test=5 generate begin end; end generate; end architecture arch;
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity ent is end entity ent; architecture arch of ent is constant test: natural := 3; begin LL: if test=10 generate begin end; elsif test=5 generate begin end; end generate; end architecture arch;
library ieee; use ieee.std_logic_1164.all; use IEEE.Numeric_Std.all; use work.pico_cpu.all; entity InstMem is generic (BitWidth: integer; InstructionWidth: integer); port ( address : in std_logic_vector(BitWidth-1 downto 0); data : out std_logic_vector(InstructionWidth-1 downto 0) ); end entit...
-- file: hex2disp.vhd -- authors: Alexandre Medeiros and Gabriel Lopes -- -- Solution to MC613 - Lab0X.QY.Z -- -- A binary to 7seg display decoder (hexdecimal - from 0 to f). library ieee ; use ieee.std_logic_1164.all ; entity hex2disp is port ( num : in std_logic_vector(3 downto 0) ; -- Input value led...
library ieee; use ieee.std_logic_1164.all; entity Adder_2x16 is port ( isSubtraction: in STD_LOGIC; input_A, input_B: in STD_LOGIC_VECTOR(15 DOWNTO 0); carry_out: out STD_LOGIC; output: out STD_LOGIC_VECTOR(15 DOWNTO 0)); end Adder_2x16; architecture skeleton of Adder_2x16 is begin process(input_A, input_B,...
-- 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...
-- $Id: rlink_sp1c_fx2.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: rlink_sp1c_fx2 - syn -- Description: r...
Library IEEE; use IEEE.std_logic_1164.all; entity x25_3x is Port ( A302,A301,A300,A299,A298,A269,A268,A267,A266,A265,A236,A235,A234,A233,A232,A203,A202,A201,A200,A199,A166,A167,A168,A169,A170: in std_logic; A140: buffer std_logic ); end x25_3x; architecture x25_3x_behav of x25_3x is signal a1a,a2a,a3a,a4a,a5a,a6a,...
-------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 10:08:35 11/01/2015 -- Design Name: -- Module Name: C:/Users/Colton/Desktop/Nibble_Knowledge_CPU/tb_clk_div_V2.vhd -- Project Name: Nibble_Knowledge_CPU -- Target Device: -- Tool versi...
------------------------------------------------------------------------------- -- axi_vdma_vaddrreg_mux ------------------------------------------------------------------------------- -- -- ************************************************************************* -- -- (c) Copyright 2010-2011, 2013 Xilinx, Inc. All r...
------------------------------------------------------------------------------- -- axi_vdma_vaddrreg_mux ------------------------------------------------------------------------------- -- -- ************************************************************************* -- -- (c) Copyright 2010-2011, 2013 Xilinx, Inc. All r...
------------------------------------------------------------------------------- -- axi_vdma_vaddrreg_mux ------------------------------------------------------------------------------- -- -- ************************************************************************* -- -- (c) Copyright 2010-2011, 2013 Xilinx, Inc. All r...
------------------------------------------------------------------------------- -- axi_vdma_vaddrreg_mux ------------------------------------------------------------------------------- -- -- ************************************************************************* -- -- (c) Copyright 2010-2011, 2013 Xilinx, Inc. All r...
---------------------------------------------------------------------------------- -- Create Date: 21:40:57 04/10/2017 -- Module Name: OR_BitABit - Behavioral ---------------------------------------------------------------------------------- library IEEE; use IEEE.STD_LOGIC_1164.ALL; entity OR_BitABit is P...
-- ************************************ -- Automatically Generated FSM -- sort_chan -- ************************************ -- ********************** -- Library inclusions -- ********************** library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; use ieee.numeri...
-- ************************************ -- Automatically Generated FSM -- sort_chan -- ************************************ -- ********************** -- Library inclusions -- ********************** library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; use ieee.numeri...
library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_UNSIGNED.ALL; use IEEE.std_logic_ARITH.ALL; -- -- Copyright (C) 2007, Peter C. Wallace, Mesa Electronics -- http://www.mesanet.com -- -- This program is is licensed under a disjunctive dual license giving you -- the choice of one of the two following sets o...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 13:08:23 06/14/2015 -- Design Name: -- Module Name: Blank - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Revision:...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 13:08:23 06/14/2015 -- Design Name: -- Module Name: Blank - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Revision:...
------------------------------------------------------------------- -- System Generator version 12.1 VHDL source file. -- -- Copyright(C) 2010 by Xilinx, Inc. All rights reserved. This -- text/file contains proprietary, confidential information of Xilinx, -- Inc., is distributed under license from Xilinx, Inc., and ...
-------------------------------------------------------------------------------------------- -- DSP Builder (Version 9.1) -- Quartus II development tool and MATLAB/Simulink Interface -- -- Legal Notice: © 2001 Altera Corporation. All rights reserved. Your use of Altera -- Corporation's design tools, logic functions ...
-------------------------------------------------------------------------------------------- -- DSP Builder (Version 9.1) -- Quartus II development tool and MATLAB/Simulink Interface -- -- Legal Notice: © 2001 Altera Corporation. All rights reserved. Your use of Altera -- Corporation's design tools, logic functions ...
-------------------------------------------------------------------------------------------- -- DSP Builder (Version 9.1) -- Quartus II development tool and MATLAB/Simulink Interface -- -- Legal Notice: © 2001 Altera Corporation. All rights reserved. Your use of Altera -- Corporation's design tools, logic functions ...
-------------------------------------------------------------------------------------------- -- DSP Builder (Version 9.1) -- Quartus II development tool and MATLAB/Simulink Interface -- -- Legal Notice: © 2001 Altera Corporation. All rights reserved. Your use of Altera -- Corporation's design tools, logic functions ...
-------------------------------------------------------------------------------------------- -- DSP Builder (Version 9.1) -- Quartus II development tool and MATLAB/Simulink Interface -- -- Legal Notice: © 2001 Altera Corporation. All rights reserved. Your use of Altera -- Corporation's design tools, logic functions ...
-------------------------------------------------------------------------------------------- -- DSP Builder (Version 9.1) -- Quartus II development tool and MATLAB/Simulink Interface -- -- Legal Notice: © 2001 Altera Corporation. All rights reserved. Your use of Altera -- Corporation's design tools, logic functions ...
-------------------------------------------------------------------------------------------- -- DSP Builder (Version 9.1) -- Quartus II development tool and MATLAB/Simulink Interface -- -- Legal Notice: © 2001 Altera Corporation. All rights reserved. Your use of Altera -- Corporation's design tools, logic functions ...
-------------------------------------------------------------------------------------------- -- DSP Builder (Version 9.1) -- Quartus II development tool and MATLAB/Simulink Interface -- -- Legal Notice: © 2001 Altera Corporation. All rights reserved. Your use of Altera -- Corporation's design tools, logic functions ...