content
stringlengths
1
1.04M
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity faultify_top is generic ( numInj : integer := 56; numIn : integer := 10; numOut : integer := 10); port ( aclk : in std_logic; -- interface clock arst_n : in std_logic; -- interface reset ...
--Copyright (C) 2016 Siavoosh Payandeh Azad Behrad Niazmand library ieee; use ieee.std_logic_1164.all; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use IEEE.NUMERIC_STD.all; use IEEE.MATH_REAL.ALL; entity Rxy_Reconf_pseudo is port ( Rxy_reconf: in std_logic_vector(7 downto 0); ReCo...
--Copyright (C) 2016 Siavoosh Payandeh Azad Behrad Niazmand library ieee; use ieee.std_logic_1164.all; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use IEEE.NUMERIC_STD.all; use IEEE.MATH_REAL.ALL; entity Rxy_Reconf_pseudo is port ( Rxy_reconf: in std_logic_vector(7 downto 0); ReCo...
--Copyright (C) 2016 Siavoosh Payandeh Azad Behrad Niazmand library ieee; use ieee.std_logic_1164.all; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use IEEE.NUMERIC_STD.all; use IEEE.MATH_REAL.ALL; entity Rxy_Reconf_pseudo is port ( Rxy_reconf: in std_logic_vector(7 downto 0); ReCo...
-- megafunction wizard: %ROM: 1-PORT% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: altsyncram -- ============================================================ -- File Name: mainrom_mf.vhd -- Megafunction Name(s): -- altsyncram -- -- Simulation Library Files(s): -- altera_mf -- ===========================...
component ghrd_10as066n2_f2sdram2_m is port ( clk_clk : in std_logic := 'X'; -- clk clk_reset_reset : in std_logic := 'X'; -- reset master_address : out std_logic_vector(31 downto 0); -- address m...
-- $Id: sys_conf_sim.vhd 1181 2019-07-08 17:00:50Z mueller $ -- SPDX-License-Identifier: GPL-3.0-or-later -- Copyright 2018- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de> -- ------------------------------------------------------------------------------ -- Package Name: sys_conf -- Description: Definitions for tb_a...
-- name is the name of the component to instantiate -- TYPE must be those defined in the component entity -- u_name can be any name for the instance ARCHITECTURE rtl OF example IS signal sA: TYPE; signal sB: TYPE; ... BEGIN u_name: ENTITY work.name(rtl) PORT MAP(A => sA, B => sB, ...
------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2003, Gaisler Research -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published b...
------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2003, Gaisler Research -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published b...
--Copyright 1986-2015 Xilinx, Inc. All Rights Reserved. ---------------------------------------------------------------------------------- --Tool Version: Vivado v.2015.4.2 (win64) Build 1494164 Fri Feb 26 04:18:56 MST 2016 --Date : Thu Sep 01 18:18:58 2016 --Host : DESKTOP-I329812 running 64-bit major re...
------------------------------------------------------------------------------- -- cs_push_3bit_wrapper.vhd ------------------------------------------------------------------------------- library IEEE; use IEEE.STD_LOGIC_1164.ALL; library UNISIM; use UNISIM.VCOMPONENTS.ALL; library xps_gpio_v2_00_a; use xps_gpio_v2_0...
--Name:Brad McMahon --File:Opcodes.vhd --Date: --Description:Opcode constants --CSE 378 library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; package opcodes is subtype opcode is std_logic_vector(15 downto 0); -- Register instructions --WHYP WORDS const...
-------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 23:01:16 10/27/2015 -- Design Name: -- Module Name: D:/ProySisDigAva/P20_Exam_Prob3/Shifter_tb.vhd -- Project Name: P20_Exam_Prob3 -- Target Device: -- Tool versions: -- Description:...
----------------------------------------------------------------------------- -- LEON3 Demonstration design test bench -- Copyright (C) 2004 Jiri Gaisler, Gaisler Research ------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright ...
-------------------------------------------------------------------------------- -- ion_gpio_interface.vhdl -- Simple GPIO block with WB interface. -------------------------------------------------------------------------------- -- -- This module provides a number N (currently hardwired to N=1) of input/output -- port ...
------------------------------------------------------------------------------- -- -- Copyright (c) 1989 by Intermetrics, Inc. -- All rights reserved. -- ------------------------------------------------------------------------------- -- -- TEST NAME: -- -- CT00439 -- -- AUTHOR: -- -- A. Wilm...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 04.03.2016 11:22:26 -- Design Name: -- Module Name: rem_testbench - Behavioral -- Project Name: -- Target Devices: -- Tool Versions: -- Description: -- -- Dependencies: -- -- Revisio...
variable a : myEnum; a := myEnum'value("first"); report myEnum'image(a);
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use ieee.std_logic_unsigned.all; entity RF is Port ( rs1 : in STD_LOGIC_VECTOR (5 downto 0); rs2 : in STD_LOGIC_VECTOR (5 downto 0); rd : in STD_LOGIC_VECTOR (5 downto 0); DWR : in STD_LOGIC_VECTOR (31 downto 0); rst : in ...
-------------------------------------------------------------------------- -- -- 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...
architecture RTL of FIFO is attribute max_delay : TIME; ATTRIBUTE MAX_DELAY : TIME; begin end architecture RTL;
library verilog; use verilog.vl_types.all; entity light_vlg_check_tst is port( f : in vl_logic; g : in vl_logic; h : in vl_logic; sampler_rx : in vl_logic ); end light_vlg_check_tst;
----------------------------------------------------------------------------- ----------------------------------------------------------------------------- -- -- -- This file is part of the DE0_Nano_Linux project -- -- http...
-- (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 ...
`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...
-- -- Top module 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. Redistributio...
-- -- Top module 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. Redistributio...
-- -- Top module 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. Redistributio...
-- -- Top module 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. Redistributio...
-- -- Top module 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. Redistributio...
-- -- Top module 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. Redistributio...
-- -- Top module 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. Redistributio...
-- -- Top module 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. Redistributio...
-- -- Top module 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. Redistributio...
-- -- Top module 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. Redistributio...
-- -- Top module 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. Redistributio...
-- -- Top module 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. Redistributio...
-- -- Top module 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. Redistributio...
----------------------------------------------------------------------------- -- LEON3 Xilinx SP605 Demonstration design -- Copyright (C) 2011 Jiri Gaisler, Aeroflex Gaisler ------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyrigh...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 19:32:46 06/20/2014 -- Design Name: -- Module Name: channel_sel - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Revision: -- R...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; library work; use work.pkg_6502_decode.all; -- this module puts the alu, shifter and bit/compare unit together entity data_oper is generic ( support_bcd : boolean := true ); port ( inst : in std_logic_vecto...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; library work; use work.pkg_6502_decode.all; -- this module puts the alu, shifter and bit/compare unit together entity data_oper is generic ( support_bcd : boolean := true ); port ( inst : in std_logic_vecto...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use ieee.std_logic_arith.all; entity clkDiv is generic(N: integer:=8000); -- 50Mhz分频输出125Hz port( clkin: in std_logic; -- 时钟输入 clkout: out std_logic -- 时钟输出 ); end clkDiv; architecture cdArch of clkDiv is ...
-------------------------------------------------------------------------------- -- -- -- 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.numeric_std.all; use ieee.math_real.all; use std.textio.all; library work; use work.fixed_float_types.all; use work.fixed_generic_pkg.all; use work.common_pkg.all; use work.common_data_types_pkg.all; use work.permutation_pkg.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...
-- 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 : CNES -- Author : Mickael Carl (CNES) -- Copyright : Copyright (c) CNES. -- Licensing : GNU GPLv3 ------------------------------------------------------------------------------------------------- -- Versio...
-- megafunction wizard: %LPM_COMPARE% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: LPM_COMPARE -- ============================================================ -- File Name: lpm_compare5.vhd -- Megafunction Name(s): -- LPM_COMPARE -- -- Simulation Library Files(s): -- lpm -- =============================...
-- megafunction wizard: %LPM_COMPARE% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: LPM_COMPARE -- ============================================================ -- File Name: lpm_compare5.vhd -- Megafunction Name(s): -- LPM_COMPARE -- -- Simulation Library Files(s): -- lpm -- =============================...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity RAM_16K is port ( clk : in std_logic; we_uP : in std_logic; ce : in std_logic; addr_uP : in std_logic_vector (13 downto 0); D_uP : in std_logic_vector (7 downto 0); ...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity RAM_16K is port ( clk : in std_logic; we_uP : in std_logic; ce : in std_logic; addr_uP : in std_logic_vector (13 downto 0); D_uP : in std_logic_vector (7 downto 0); ...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity fcounter is port ( obus: out STD_LOGIC_VECTOR (31 downto 0); startgate: in STD_LOGIC; readcmd: in STD_LOGIC; ref: in STD_LOGIC; -- local bus clock clk: in STD_LOGIC; -- reference clo...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.NUMERIC_STD.ALL; ------------------------------------------------------------------------- entity UART_TX is Generic ( DBIT : integer := 8; -- # Data BITS SB_TICK : integer := 16 -- # Stop BITS Tick (1 -> 16, 1.5 -> 24, 2 -> 32) ); Port...
-- ------------------------------------------------------------- -- -- File Name: hdl_prj/hdlsrc/hdl_ofdm_tx/Complex3Multiply_block7.vhd -- Created: 2018-02-27 13:25:18 -- -- Generated by MATLAB 9.3 and HDL Coder 3.11 -- -- ------------------------------------------------------------- -- --------------------------...
--======================================================-- -- -- -- NORTHEASTERN UNIVERSITY -- -- DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING -- -- Reconfigurable and GPU Computing Laboratory -- -- ...
---------------------------------------------------------------------------- -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2010 Aeroflex Gaisler ---------------------------------------------------------------------------- -- Entity: ahbrom -- File: ahbrom.vhd -- Author: Jiri Gaisler - Gaisler...
---------------------------------------------------------------------------- -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2010 Aeroflex Gaisler ---------------------------------------------------------------------------- -- Entity: ahbrom -- File: ahbrom.vhd -- Author: Jiri Gaisler - Gaisler...
-- ------------------------------------------------------------- -- -- File Name: hdlsrc\hdlcodercpu_eml\Instruction_Register.vhd -- Created: 2014-08-26 11:41:14 -- -- Generated by MATLAB 8.3 and HDL Coder 3.4 -- -- ------------------------------------------------------------- -- ----------------------------------...
library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; use IEEE.std_logic_unsigned.all; library altera; use altera.alt_dspbuilder_package.all; library lpm; use lpm.lpm_components.all; entity alt_dspbuilder_port_GN4K6H3QBP is port( input : in std_logic_vector(11 downto 0); output : out std_log...
LIBRARY ieee; USE ieee.std_logic_1164.all; USE ieee.std_logic_unsigned.all; ENTITY test_pwm IS END test_pwm; ARCHITECTURE behavior OF test_pwm IS -- Component Declaration for the Unit Under Test (UUT) COMPONENT pwm PORT( clk : IN std_logic; masterReset : IN std_logic...
library ieee; use ieee.std_logic_1164.all; entity MUX3Way is port( w, x, y: in std_logic_vector(31 downto 0); sel: in std_logic_vector(1 downto 0); z: out std_logic_vector(31 downto 0) ); end MUX3Way; Architecture Structural of MUX3Way is begin process(w, x, y, sel) begin case s...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; library UNISIM; use UNISIM.VComponents.all; entity instruction_memory is port(address : in std_logic_vector(31 downto 0); data_out : out std_logic_vector(11 downto 0); immediate_addr : in std_...
------------------------------------------------------------------------------- -- Title : Exercise -- Project : Counter ------------------------------------------------------------------------------- -- File : ff3_.vhd -- Author : Martin Angermair -- Company : Technikum Wien, Embedded Systems -- L...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.NUMERIC_STD.ALL; use work.axi.all; use work.ipv4_types.all; use work.arp_types.all; entity UDP_MAC_GE is port ( --iRst_n : IN STD_LOGIC; --------------------------------------------------------------------------- -- RGMII Interface -----------------...
-- Converts a 4 digit number to its BCD equivalent. -- -- entity name: g23_14_to_BCD -- -- Copyright (C) 2014 cadesalaberry, grahamludwinski -- -- Version 1.0 -- -- Author: -- Charles-Antoine de Salaberry; ca.desalaberry@mail.mcgill.ca, -- Graham Ludwinski; graham.ludwinski@mail.mcgill.ca -- -- Date: 18/02/2014 LIB...
-------------------------------------------------------------------------------- -- -- DIST MEM GEN Core - Top File for the Example Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2006_3010 Xilinx, Inc. All rights reserved. -- -- This file contai...
-- 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...
architecture RTL of FIFO is begin process begin SIMPLE_LABEL : x := z; a := b; CONDITIONAL_LABEL : x := z when b = 0 else y; x := z when b = 0 else y; SELECTED_LABEL : with some_expression select a := b when z = 1; with some_expression select a := b when z = 1; end process; end arc...
library verilog; use verilog.vl_types.all; entity usb_system_cpu_nios2_oci_break is port( clk : in vl_logic; dbrk_break : in vl_logic; dbrk_goto0 : in vl_logic; dbrk_goto1 : in vl_logic; jdo : in vl_logic_vector(37 do...
------------------------------------------------------------------------------- -- Title : Program Counter Adder -- Project : ------------------------------------------------------------------------------- -- File : PC_Adder.vhd -- Author : Robert Jarzmik <robert.jarzmik@free.fr> -- Company : --...
library verilog; use verilog.vl_types.all; entity Incre_Decre is port( clk : in vl_logic; res : in vl_logic; incre_bit : in vl_logic_vector(7 downto 0); decre_bit : in vl_logic_vector(7 downto 0); incre_en : in vl...
library IEEE; use IEEE.std_logic_1164.all; package test_pkg is type a is record b : std_logic_vector(3 downto 0); end record a; type b is record a1 : a; end record b; signal c : b; alias c0 : a is c.a1; end package test_pkg;
library IEEE; use IEEE.std_logic_1164.all; package test_pkg is type a is record b : std_logic_vector(3 downto 0); end record a; type b is record a1 : a; end record b; signal c : b; alias c0 : a is c.a1; end package test_pkg;
library IEEE; use IEEE.std_logic_1164.all; package test_pkg is type a is record b : std_logic_vector(3 downto 0); end record a; type b is record a1 : a; end record b; signal c : b; alias c0 : a is c.a1; end package test_pkg;
------------------------------------------------------------------------------- -- -- Title : openMAC_cmp -- Design : plk_mn -- ------------------------------------------------------------------------------- -- -- File : OpenMAC_cmp.vhd -- Generated : Wed Jul 27 10:52:27 2011 -- From : interf...
------------------------------------------------------------------------------- -- -- Title : openMAC_cmp -- Design : plk_mn -- ------------------------------------------------------------------------------- -- -- File : OpenMAC_cmp.vhd -- Generated : Wed Jul 27 10:52:27 2011 -- From : interf...
------------------------------------------------------------------------------- -- -- Title : openMAC_cmp -- Design : plk_mn -- ------------------------------------------------------------------------------- -- -- File : OpenMAC_cmp.vhd -- Generated : Wed Jul 27 10:52:27 2011 -- From : interf...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity dpram2r is port (raddr : natural range 0 to 3; rnib : natural range 0 to 1; rdat : out std_logic_vector (3 downto 0); waddr : natural range 0 to 3; wdat : std_logic_vector (7 downto 0); clk : std_logi...
package genfact is function fact generic (type t; function "*"(l, r : t) return t is <>; function "-"(l, r : t) return t is <>; function "<"(l, r : t) return boolean is <>; one : t) (n : t) return t; end pack...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 11:45:18 06/05/2016 -- Design Name: -- Module Name: LEDS - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- ...
--------------------------------------------------------------------------- -- -- 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...
entity debug2 is end entity; architecture test of debug2 is procedure proc1 is begin report "proc1" severity warning; end procedure; begin p1: process is procedure proc2 is begin proc1; report "proc2" severity warning; end procedure; begin ...
entity concat7 is end entity; architecture test of concat7 is type rec is record f : string; end record; constant c1 : rec := ( f => ('a' & "bc") ); begin p: process is variable v : string(1 to 4); begin report "c1.f = " & c1.f; v := ' ' & c1.f; wait for ...