content
stringlengths
1
1.04M
----------------------------------------------------------- --------- AUTOGENERATED FILE, DO NOT EDIT ----------------- ----------------------------------------------------------- library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; package desilog is subtype u8 is unsigned( 7 downto 0); subtype u16...
----------------------------------------------------------- --------- AUTOGENERATED FILE, DO NOT EDIT ----------------- ----------------------------------------------------------- library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; package desilog is subtype u8 is unsigned( 7 downto 0); subtype u16...
library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; use work.tce_util.all; entity ffaccel_input_mux_2 is generic ( BUSW_0 : integer := 32; BUSW_1 : integer := 32; DATAW : integer := 32); port ( databus0 : in std_logic_vector(BUSW_0-1 downto 0); databus1 : in std_logic_vect...
library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; use work.tce_util.all; entity ffaccel_input_mux_2 is generic ( BUSW_0 : integer := 32; BUSW_1 : integer := 32; DATAW : integer := 32); port ( databus0 : in std_logic_vector(BUSW_0-1 downto 0); databus1 : in std_logic_vect...
-- 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...
---------------------------------------------------------------------------------- -- Project Name: Frecuency Counter -- Target Devices: Spartan 3 -- Engineers: Ángel Larrañaga Muro -- Nicolás Jurado Jiménez -- Gonzalo Matarrubia Gonzalez -- License: All files included in this proyect are licensed under ...
---------------------------------------------------------------------------------- -- Project Name: Frecuency Counter -- Target Devices: Spartan 3 -- Engineers: Ángel Larrañaga Muro -- Nicolás Jurado Jiménez -- Gonzalo Matarrubia Gonzalez -- License: All files included in this proyect are licensed under ...
-- 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...
library ieee; use ieee.std_logic_1164.all; entity deserializer is port ( clock : in std_logic; sync : in std_logic; rxd : in std_logic; txd : out std_logic; io : inout std_logic_vector(11 downto 0) ); end deserializer; architecture gideo...
library ieee; use ieee.std_logic_1164.all; entity deserializer is port ( clock : in std_logic; sync : in std_logic; rxd : in std_logic; txd : out std_logic; io : inout std_logic_vector(11 downto 0) ); end deserializer; architecture gideo...
library ieee; use ieee.std_logic_1164.all; entity deserializer is port ( clock : in std_logic; sync : in std_logic; rxd : in std_logic; txd : out std_logic; io : inout std_logic_vector(11 downto 0) ); end deserializer; architecture gideo...
library ieee; use ieee.std_logic_1164.all; entity deserializer is port ( clock : in std_logic; sync : in std_logic; rxd : in std_logic; txd : out std_logic; io : inout std_logic_vector(11 downto 0) ); end deserializer; architecture gideo...
library ieee; use ieee.std_logic_1164.all; entity deserializer is port ( clock : in std_logic; sync : in std_logic; rxd : in std_logic; txd : out std_logic; io : inout std_logic_vector(11 downto 0) ); end deserializer; architecture gideo...
architecture RTL of FIFO is function func1 ( a : integer; constant b : integer; signal c : std_logic; variable v : std_logic; file f : std_logic ) return integer; -- Violations function func1 ( a : integer; constant b : integer; signal c : std_logic; variable v : std_log...
-------------------------------------------------------------------------------- -- -- FIFO Generator v8.4 Core - core wrapper -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and ...
-------------------------------------------------------------------------------- -- -- FIFO Generator v8.4 Core - core wrapper -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and ...
----------------------------------------------------------------------------- -- LEON3 Xilinx VC707 Demonstration design ------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2003 - 2008, Gaisler Research -- Copyright (C) ...
library UNISIM; use UNISIM.vcomponents.all; library ieee; use ieee.std_logic_1164.all; entity clk_gen is port( sys_clk_p_i : in std_logic; sys_clk_n_i : in std_logic; sys_clk_o : out std_logic; sys_clk_bufg_o ...
package fifo_pkg is end package; package fifo_pkg is end package;
-------------------------------------------------------------------------------- -- -- BLK MEM GEN v7.1 Core - Top-level core wrapper -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2006-2010 Xilinx, Inc. All rights reserved. -- -- This fi...
entity tb_rec08 is end tb_rec08; library ieee; use ieee.std_logic_1164.all; use work.rec08_pkg.all; architecture behav of tb_rec08 is signal inp : std_logic; signal r : myrec; begin dut: entity work.rec08 port map (inp => inp, o => r); process begin inp <= '1'; wait for 1 ns; assert r = (a ...
-- $Id: tb_nexys3_fusp.vhd 1181 2019-07-08 17:00:50Z mueller $ -- SPDX-License-Identifier: GPL-3.0-or-later -- Copyright 2011-2016 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de> -- ------------------------------------------------------------------------------ -- Module Name: tb_nexys3_fusp - sim -- Description: T...
entity repro2 is end; architecture behav of repro2 is -- AXI-Lite Interface signals type address_channel is record --DUT inputs awaddr : bit_vector; awvalid : bit; end record; type t_if is record write_channel : address_channel; end record; subtype ST_IF_32 is t_if ( write_channe...
-- 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; package mux_types_pkg is type mux_input_t is array(natural range <>) of std_logic_vector; end package; library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; library work; use work.constants.all; use work.mux_types_pkg.all; entity ...
-- -- BananaCore - A processor written in VHDL -- -- Created by Rogiel Sulzbach. -- Copyright (c) 2014-2015 Rogiel Sulzbach. All rights reserved. -- library ieee; use ieee.numeric_std.all; use ieee.std_logic_1164.all; use ieee.std_logic_1164.std_logic; library BananaCore; use BananaCore.Core.all; use BananaCore.Me...
-- ____ _ _ -- / ___| ___ _ _ _ __ __| | __ _ __ _| |_ ___ ___ -- \___ \ / _ \| | | | '_ \ / _` |/ _` |/ _` | __/ _ \/ __| -- ___) | (_) | |_| | | | | (_| | (_| | (_| | || __/\__ \ -- |____/ \___/ \__,_|_| |_|\__,_|\__, |\__,_|\__\___||___/ -- ...
-- megafunction wizard: %RAM: 1-PORT% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: altsyncram -- ============================================================ -- File Name: ram_dq_PHASE_k.vhd -- Megafunction Name(s): -- altsyncram -- -- Simulation Library Files(s): -- altera_mf -- =======================...
-- megafunction wizard: %RAM: 1-PORT% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: altsyncram -- ============================================================ -- File Name: ram_dq_PHASE_k.vhd -- Megafunction Name(s): -- altsyncram -- -- Simulation Library Files(s): -- altera_mf -- =======================...
--------------------------------------------------------------------------- -- -- 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...
------------------------------------------------------------------------------ -- Title : Wishbone BPM SWAP flat interface ------------------------------------------------------------------------------ -- Author : Jose Alvim Berkenbrock -- Company : CNPEM LNLS-DIG -- Platform : FPGA-generic --------------...
-- ---------------------------------------------------------------------- -- DspUnit : Advanced So(P)C Sequential Signal Processor -- Copyright (C) 2007-2010 by Adrien LELONG (www.lelongdunet.com) -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU Gener...
-- ---------------------------------------------------------------------- -- DspUnit : Advanced So(P)C Sequential Signal Processor -- Copyright (C) 2007-2010 by Adrien LELONG (www.lelongdunet.com) -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU Gener...
--------------------------------------------------- -- School: University of Massachusetts Dartmouth -- Department: Computer and Electrical Engineering -- Engineer: Daniel Noyes -- -- Create Date: SPRING 2016 -- Module Name: Button Controller -- Project Name: Button Controller -- Target Devices: Spartan-3E -- ...
--------------------------------------------------- -- School: University of Massachusetts Dartmouth -- Department: Computer and Electrical Engineering -- Engineer: Daniel Noyes -- -- Create Date: SPRING 2016 -- Module Name: Button Controller -- Project Name: Button Controller -- Target Devices: Spartan-3E -- ...
--------------------------------------------------- -- School: University of Massachusetts Dartmouth -- Department: Computer and Electrical Engineering -- Engineer: Daniel Noyes -- -- Create Date: SPRING 2016 -- Module Name: Button Controller -- Project Name: Button Controller -- Target Devices: Spartan-3E -- ...
--------------------------------------------------- -- School: University of Massachusetts Dartmouth -- Department: Computer and Electrical Engineering -- Engineer: Daniel Noyes -- -- Create Date: SPRING 2016 -- Module Name: Button Controller -- Project Name: Button Controller -- Target Devices: Spartan-3E -- ...
--------------------------------------------------- -- School: University of Massachusetts Dartmouth -- Department: Computer and Electrical Engineering -- Engineer: Daniel Noyes -- -- Create Date: SPRING 2016 -- Module Name: Button Controller -- Project Name: Button Controller -- Target Devices: Spartan-3E -- ...
--------------------------------------------------- -- School: University of Massachusetts Dartmouth -- Department: Computer and Electrical Engineering -- Engineer: Daniel Noyes -- -- Create Date: SPRING 2016 -- Module Name: Button Controller -- Project Name: Button Controller -- Target Devices: Spartan-3E -- ...
--------------------------------------------------- -- School: University of Massachusetts Dartmouth -- Department: Computer and Electrical Engineering -- Engineer: Daniel Noyes -- -- Create Date: SPRING 2016 -- Module Name: Button Controller -- Project Name: Button Controller -- Target Devices: Spartan-3E -- ...
--------------------------------------------------- -- School: University of Massachusetts Dartmouth -- Department: Computer and Electrical Engineering -- Engineer: Daniel Noyes -- -- Create Date: SPRING 2016 -- Module Name: Button Controller -- Project Name: Button Controller -- Target Devices: Spartan-3E -- ...
--------------------------------------------------- -- School: University of Massachusetts Dartmouth -- Department: Computer and Electrical Engineering -- Engineer: Daniel Noyes -- -- Create Date: SPRING 2016 -- Module Name: Button Controller -- Project Name: Button Controller -- Target Devices: Spartan-3E -- ...
--------------------------------------------------- -- School: University of Massachusetts Dartmouth -- Department: Computer and Electrical Engineering -- Engineer: Daniel Noyes -- -- Create Date: SPRING 2016 -- Module Name: Button Controller -- Project Name: Button Controller -- Target Devices: Spartan-3E -- ...
architecture rtl of fifo is signal sig8 : record_type_3( element1 (7 downto 0), element2 (4 downto 0) (7 downto 0) ( elementA (7 downto 0) , elementB (3 downto 0) ), element3 (3 downto 0)(elementC (4 downto 1), elementD (1 downto 0)), element5( elementE (3 do...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity psl_test_cover is end entity psl_test_cover; architecture test of psl_test_cover is signal s_rst_n : std_logic := '0'; signal s_clk : std_logic := '0'; signal s_write : std_logic; signal s_read : std_logic; begin s_rst_n...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity psl_test_cover is end entity psl_test_cover; architecture test of psl_test_cover is signal s_rst_n : std_logic := '0'; signal s_clk : std_logic := '0'; signal s_write : std_logic; signal s_read : std_logic; begin s_rst_n...
----------------------------------------------------------------------------- -- LEON3 Demonstration design -- Copyright (C) 2004 Jiri Gaisler, Gaisler Research ------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2003 - ...
-- William Fan -- 2/19/2011 -- 2 Digit Timer RTL entity 2dtimer is generic (fclk: integer := 50_000_000); --50MHz port (ena, clk, rst: in bit; ssdL, ssdR: out bit_vector(6 downto 0)); end entity; architecture tdt of 2dtimer is begin process (clk, rst, ena) variable ncounter: natural range 0 to fclk := 0;...
-- comment library ieee; use ieee.std_logic_1164.all; --use work.abc.all; entity enti is generic ( bla : std_ulogic := '1'; bla1 : std_ulogic_vector(1 downto 0) := "-0"; bla2 : natural := 1; bla3 : std_ulogic_vector := "00"); port ( bla4...
------------------------------------------------------------------------------ -- 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 ...
-- 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...
-- 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...
-- 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...
-- 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...
-- 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...
-- 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...
-- 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...
-- 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...
-- 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...
-- 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...
-- 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...
-- 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...
-- 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...
library ieee ; use ieee.std_logic_1164.all; use ieee.numeric_std.all; use work.fixed_pkg.all; use work.filter_pkg.all; entity FIR is generic ( wordLength : natural := 32; fractionalBits : natural := 31; coeffWordLength : natural := 12; coeffFractionalBits : natural := 11; sumWordLength : natural := 3...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity right_shift is generic ( SHIFT_BITS : positive := 1; WORD_WIDTH : positive := 8; NUM_WORDS : positive := 2); port ( clk : in std_logic; rst : in std_logic; en ...
library work; use work.sample_pkg.all; entity pkg_test is port ( o : out integer ); end pkg_test; architecture rtl of pkg_test is begin o <= SAMPLE_CONSTANT; end rtl;
---------------------------------------------------------------------------------- -- Company: LARC - Escola Politecnica - University of Sao Paulo -- Engineer: Pedro Maat C. Massolino -- -- Create Date: 05/12/2012 -- Design Name: Pipeline_Polynomial_Calc_v4 -- Module Name: Pipeline_Polynomial_Calc_v4 -- Proj...
-------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 12:38:04 12/18/2013 -- Design Name: -- Module Name: /home/nakayama/Desktop/583final/BO_Tests/Digit_Test.vhd -- Project Name: BO_Tests -- Target Device: -- Tool versions: -- Descripti...
entity FIFO is end entity; entity FIFO is end entity;
-------------------------------------------------------------------------------- -- -- FIFO Generator Core Demo Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and prop...
----------------------------------------------------------------------------- -- LEON3 Demonstration design test bench configuration -- Copyright (C) 2009 Aeroflex Gaisler ------------------------------------------------------------------------------ library techmap; use techmap.gencomp.all; package config is --...
-- NEED RESULT: ARCH00078.P1: Multi transport transactions occurred on signal asg with indexed name on LHS passed -- NEED RESULT: ARCH00078.P2: Multi transport transactions occurred on signal asg with indexed name on LHS passed -- NEED RESULT: ARCH00078.P3: Multi transport transactions occurred on signal asg with ind...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 12:01:25 10/17/2014 -- Design Name: -- Module Name: shiftled - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Revisi...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_arith.ALL; use IEEE.STD_LOGIC_unsigned.ALL; entity WindowsManager is Port ( cwp : in STD_LOGIC; rs1 : in STD_LOGIC_VECTOR (4 downto 0); rs2 : in STD_LOGIC_VECTOR (4 downto 0); rd : in STD_LOGIC_VECTOR (4 downto 0); ...
library ieee; use ieee.std_logic_1164.all; use work.lib.all; entity control is port( op : in std_logic_vector(3 downto 0); funct : in std_logic_vector(2 downto 0); RegDst, Jump, Branch, MemRead, MemtoReg, MemWrite, ALUSrc, RegWrite : out std_logic; ALUOp : out std_logic_vector(2 downto 0) ); end...
library ieee; use ieee.std_logic_1164.all; use work.lib.all; entity control is port( op : in std_logic_vector(3 downto 0); funct : in std_logic_vector(2 downto 0); RegDst, Jump, Branch, MemRead, MemtoReg, MemWrite, ALUSrc, RegWrite : out std_logic; ALUOp : out std_logic_vector(2 downto 0) ); end...
library ieee; use ieee.std_logic_1164.all; use work.lib.all; entity control is port( op : in std_logic_vector(3 downto 0); funct : in std_logic_vector(2 downto 0); RegDst, Jump, Branch, MemRead, MemtoReg, MemWrite, ALUSrc, RegWrite : out std_logic; ALUOp : out std_logic_vector(2 downto 0) ); end...
library ieee; use ieee.std_logic_1164.all; use work.lib.all; entity control is port( op : in std_logic_vector(3 downto 0); funct : in std_logic_vector(2 downto 0); RegDst, Jump, Branch, MemRead, MemtoReg, MemWrite, ALUSrc, RegWrite : out std_logic; ALUOp : out std_logic_vector(2 downto 0) ); end...
-- ------------------------------------------------------------- -- -- Generated Architecture Declaration for rtl of inst_9_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 !!! -- $Auth...
-------------------------------------------------------------------------------- -- 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 ...
------------------------------------------------------------------------------- -- Title : UART testbench -- Project : fpga_logic_analyzer ------------------------------------------------------------------------------- -- File : UART_tb.vhd -- Created : 2016-02-22 -- Last update: 2016-03-28 -- S...
------------------------------------------------------------------------------- -- -- Title : local_link_source.vhd - part of the Groucher simulation environment -- -- Description : This code models the behavior of a local link source device -- to drive a Grouch module with optional status and lengt...
LIBRARY ieee; USE ieee.std_logic_1164.all; ENTITY rsc IS PORT ( r : IN std_logic; s : IN std_logic; c : IN std_logic; q : OUT std_logic; qi : OUT std_logic ); END rsc; ARCHITECTURE behavior OF rsc IS COMPONENT rs IS PORT ( r : IN std_logic; s : IN std_logic; q : OUT std_log...
------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2011, Aeroflex Gaisler AB - all rights reserved. -- -- ANY USE OR REDISTRIBUTION IN PART OR IN WHOLE MUST BE HANDLED IN -- ACCORDANCE WITH THE GAISLER LICENSE AGREEMENT ...
------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2011, Aeroflex Gaisler AB - all rights reserved. -- -- ANY USE OR REDISTRIBUTION IN PART OR IN WHOLE MUST BE HANDLED IN -- ACCORDANCE WITH THE GAISLER LICENSE AGREEMENT ...
------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2011, Aeroflex Gaisler AB - all rights reserved. -- -- ANY USE OR REDISTRIBUTION IN PART OR IN WHOLE MUST BE HANDLED IN -- ACCORDANCE WITH THE GAISLER LICENSE AGREEMENT ...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 03.07.2017 10:01:38 -- Design Name: -- Module Name: tb_complex_abs_esaustivo - Behavioral -- Project Name: -- Target Devices: -- Tool Versions: -- Description: -- -- Dependencies: -- -- Revisio...
library ieee; library work; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity pwr_sequencer_tb is generic ( LEVELS_N : natural := 3; TEST_D : natural := 10000 ); end entity; architecture rtl of pwr_sequencer_tb is -- Main clock frequency 100 MHz...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity dacad5668Device_v1_0 is generic ( -- Users to add parameters here base_clk : INTEGER := 125000000; sclk_frequency : INTEGER := 8000000; unique_id : STD_LOGIC_VECTOR(31 DOWNTO 0) := (OTHERS => '0'); internal_r...
-- (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 ...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected unde...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected unde...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected unde...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected unde...