content
stringlengths
1
1.04M
-- -- DSI Shield -- Copyright (C) 2013-2014 twl <twlostow@printf.cc> -- -- This library is free software; you can redistribute it and/or -- modify it under the terms of the GNU Lesser General Public -- License as published by the Free Software Foundation; either -- version 3 of the License, or (at your option) any lat...
--! --! @file: example8_4.vhd --! @brief: Shift register with Component and generate --! @author: Antonio Gutierrez --! @date: 2013-11-26 --! --! -------------------------------------- library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; use work.my_components.all; -------------------------------------...
-- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation, either version 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful...
entity \test\ is end;
------------------------------------------------------------------------------- -- axi_vdma_mm2s_linebuf ------------------------------------------------------------------------------- -- -- ************************************************************************* -- -- (c) Copyright 2010-2011, 2013 Xilinx, Inc. All r...
------------------------------------------------------------------------------- -- axi_vdma_mm2s_linebuf ------------------------------------------------------------------------------- -- -- ************************************************************************* -- -- (c) Copyright 2010-2011, 2013 Xilinx, Inc. All r...
-- Copyright (C) 2014 Roland Dobai -- -- This file is part of ZyEHW. -- -- ZyEHW is free software: you can redistribute it and/or modify it under the -- terms of the GNU General Public License as published by the Free Software -- Foundation, either version 3 of the License, or (at your option) any later -- version. -- ...
--------------------------------------------------------------- -- Title : fpga_pkg_2 example for one device -- Project : --------------------------------------------------------------- -- File : one_device.vhd -- Author : Florian Wombacher -- Email : Florian.Wombacher@men.de -- O...
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; -- -- Video controller, providing bitmapped display to the system. It uses the SRAM -- as a video memory, with each pixel occupying 8 bits. This is then taken as an -- offset int...
-- This file is part of the ethernet_mac project. -- -- For the full copyright and license information, please read the -- LICENSE.md file that was distributed with this source code. -- MAC sublayer functionality (en-/decapsulation, FCS, IPG) library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; use w...
--Copyright (C) 2016 Siavoosh Payandeh Azad library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use IEEE.NUMERIC_STD.all; use ieee.math_real.all; use std.textio.all; use ieee.std_logic_misc.all; package TB_Package is function Header_gen(Packet_length, source, destination, packet_id: integ...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_misc.all; entity n_register is generic ( width:integer := 8 ); port ( input : in std_logic_vector(width-1 downto 0); output : out std_logic_vector(width-1 downto 0); clk : in std_logic; rst : in std_logic ); end n_register; architecture ar...
architecture rtl of fifo is begin GEN_LABEL : CASE expression generate end generate; GEN_LABEL : CASE expression generate end generate; end architecture;
`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...
-- 4-input single-bit multiplexer -- this circuit takes four single-bit inputs and selects one to output based on a select signal -- all code (c) copyright 2016 Jay Valentine, released under the MIT license library IEEE; use IEEE.STD_LOGIC_1164.all; entity mux_4_single_bit is port ( -- inputs in_signal_0 : in ...
---------------------------------------- -- ALU : IITB-RISC -- Author : Sainath -- Date : 18/3/2014 ---------------------------------------- library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity alu16 is port ( operand1 : in std_logic_vector(15 downto 0); -- 16 std_logic input...
-- ------------------------------------------------------------- -- -- Generated Configuration for ent_b -- -- Generated -- by: wig -- on: Mon Jul 18 16:08:19 2005 -- cmd: h:/work/eclipse/mix/mix_0.pl -sheet HIER=HIER_MIXED -strip -nodelta ../../verilog.xls -- -- !!! Do not edit this file! Autogenerated by MIX !!!...
-- 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-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 ...
-- ============================================================== -- File generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC -- Version: 2015.4 -- Copyright (C) 2015 Xilinx Inc. All rights reserved. -- -- ============================================================== Library ieee; use ieee.std...
-- NetUP Universal Dual DVB-CI FPGA firmware -- http://www.netup.tv -- -- Copyright (c) 2014 NetUP Inc, AVB Labs -- License: GPLv3 --Legal Notice: (C)2014 Altera Corporation. All rights reserved. Your --use of Altera Corporation's design tools, logic functions and other --software and tools, and its AMPP partner log...
-- -- Xilinx ml605 Minimal Transceiver Testbench -- -- Author: -- * Rodrigo A. Melo -- -- Copyright (c) 2016 INTI -- Distributed under the BSD 3-Clause License -- library IEEE; use IEEE.std_logic_1164.all; library FPGALIB; use FPGALIB.Simul.all; entity Top_tb is end entity Top_tb; architecture Structural of Top_tb i...
------------------------------------------------------------------------------ -- 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...
--Copyright 1986-2017 Xilinx, Inc. All Rights Reserved. ---------------------------------------------------------------------------------- --Tool Version: Vivado v.2017.3 (win64) Build 2018833 Wed Oct 4 19:58:22 MDT 2017 --Date : Tue Oct 24 00:00:16 2017 --Host : CHRIS-PC running 64-bit major release (b...
------------------------------------------------------------------------------ ---- ---- ---- Single Port RAM that maps to a Xilinx BRAM ---- ---- ---- ----...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; entity Garfield is port( ADC_CONVST : out std_logic; ADC_SCK : out std_logic; ADC_SDI : out std_logic; ADC_SDO : in std_logic; -- ARDUINO ARDUINO_IO : inout std_logic_vector(15 downto 0); ARDUINO_RESET_N : inout ...
library verilog; use verilog.vl_types.all; entity Mux4_1 is port( Data0 : in vl_logic_vector(31 downto 0); Data1 : in vl_logic_vector(31 downto 0); Data2 : in vl_logic_vector(31 downto 0); Data3 : in vl_logic_vector(31 downto 0)...
library verilog; use verilog.vl_types.all; entity Mux4_1 is port( Data0 : in vl_logic_vector(31 downto 0); Data1 : in vl_logic_vector(31 downto 0); Data2 : in vl_logic_vector(31 downto 0); Data3 : in vl_logic_vector(31 downto 0)...
-- SLCD.VHD (a peripheral module for SCOMP) -- 2009.10.10 -- -- The simple LCD controller displays a single 16 bit register on the top line -- of the LCD. -- It sends an initialization string to the LCD, then repeatedly writes a four- -- digit hex value to a fixed location in the display. The value is latche...
------------------------------------------------------------------------------ -- adau1761_audio.vhd - entity/architecture pair ------------------------------------------------------------------------------ -- IMPORTANT: -- DO NOT MODIFY THIS FILE EXCEPT IN THE DESIGNATED SECTIONS. -- -- SEARCH FOR --USER TO DETERMINE ...
------------------------------------------------------------------------------ -- adau1761_audio.vhd - entity/architecture pair ------------------------------------------------------------------------------ -- IMPORTANT: -- DO NOT MODIFY THIS FILE EXCEPT IN THE DESIGNATED SECTIONS. -- -- SEARCH FOR --USER TO DETERMINE ...
------------------------------------------------------------------------------ -- 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...
------------------------------------------------------------------------------ -- 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...
library ieee; use ieee.std_logic_1164.all; entity test_bus_writer is end test_bus_writer; architecture behavioural of test_bus_writer is component bus_writer is generic ( bus_length : natural; bus_index : natural; value : std_logic_vector(7 downto 0) ); port ( clock : in std_lo...
`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...
-- This file is part of the Omega CPU Core -- Copyright 2015 - 2016 Joseph Shetaye -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU Lesser General Public License as -- published by the Free Software Foundation, either version 3 of the -- License, or (at your opti...
------------------------------------------------------------------------------- -- Entity : openMAC_Ethernet ------------------------------------------------------------------------------- -- -- (c) B&R, 2012 -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitte...
------------------------------------------------------------------------------- -- Entity : openMAC_Ethernet ------------------------------------------------------------------------------- -- -- (c) B&R, 2012 -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitte...
------------------------------------------------------------------------------- -- Entity : openMAC_Ethernet ------------------------------------------------------------------------------- -- -- (c) B&R, 2012 -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitte...
------------------------------------------------------------------------------- -- Entity : openMAC_Ethernet ------------------------------------------------------------------------------- -- -- (c) B&R, 2012 -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitte...
------------------------------------------------------------------------------- -- Entity : openMAC_Ethernet ------------------------------------------------------------------------------- -- -- (c) B&R, 2012 -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitte...
-------------------------------------------------------------------------------- -- Company: Lehrstuhl Integrierte Systeme - TUM -- Engineer: Johannes Zeppenfeld -- -- Project Name: LIS-IPIF -- Module Name: lisipif_master -- Architectures: lisipif_master_rtl -- Description: -- The master attachment of the LIS...
`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...
`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...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity reg32_tb is end reg32_tb; architecture TB of reg32_tb is component reg32 port( D : in std_logic_vector(31 downto 0); clk : in std_logic; wr : in std_logic; clr : in std_logic; Q : out std_logic_vector(31 ...
-------------------------------------------------------------------------------- -- 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 ...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity explosion_sound is generic( ADDR_WIDTH: integer := 5 ); port( addr: in std_logic_vector(ADDR_WIDTH - 1 downto 0); data: out std_logic_vector(8 downto 0) ); end explosion_sound; architecture conte...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity explosion_sound is generic( ADDR_WIDTH: integer := 5 ); port( addr: in std_logic_vector(ADDR_WIDTH - 1 downto 0); data: out std_logic_vector(8 downto 0) ); end explosion_sound; architecture conte...
-- File: BitSlicingDemo.vhd -- Generated by MyHDL 0.10 -- Date: Wed Aug 29 14:28:06 2018 library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; use std.textio.all; use work.pck_myhdl_010.all; entity BitSlicingDemo is port ( MSB: in unsigned(4 downto 0); LSB: in unsigned(4 downto 0)...
entity recsignal1 is end entity; architecture test of recsignal1 is type rec is record x, y : integer; end record; signal p, q : rec; begin p1: p <= q; end architecture;
-- This file is part of the ethernet_mac project. -- -- For the full copyright and license information, please read the -- LICENSE.md file that was distributed with this source code. -- MIIM register definitions library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; use work.ethernet_types.all; use wor...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 13.10.2017 18:52:36 -- Design Name: -- Module Name: cam_move - Behavioral -- Project Name: -- Target Devices: -- Tool Versions: -- Description: -- -- Dependencies: -- -- Revision: --...
----------------------------------------------------------------------------- -- LEON3 Demonstration design test bench -- Copyright (C) 2004 Jiri Gaisler, Gaisler Research ------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright ...
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_clock_GNF343OQUJ is port( aclr : in std_logic; aclr_n : in std_logic; aclr_out : out ...
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_clock_GNF343OQUJ is port( aclr : in std_logic; aclr_n : in std_logic; aclr_out : out ...
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_clock_GNF343OQUJ is port( aclr : in std_logic; aclr_n : in std_logic; aclr_out : out ...
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_clock_GNF343OQUJ is port( aclr : in std_logic; aclr_n : in std_logic; aclr_out : out ...
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_clock_GNF343OQUJ is port( aclr : in std_logic; aclr_n : in std_logic; aclr_out : out ...
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_clock_GNF343OQUJ is port( aclr : in std_logic; aclr_n : in std_logic; aclr_out : out ...
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_clock_GNF343OQUJ is port( aclr : in std_logic; aclr_n : in std_logic; aclr_out : out ...
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_clock_GNF343OQUJ is port( aclr : in std_logic; aclr_n : in std_logic; aclr_out : out ...
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_clock_GNF343OQUJ is port( aclr : in std_logic; aclr_n : in std_logic; aclr_out : out ...
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_clock_GNF343OQUJ is port( aclr : in std_logic; aclr_n : in std_logic; aclr_out : out ...
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_clock_GNF343OQUJ is port( aclr : in std_logic; aclr_n : in std_logic; aclr_out : out ...
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_clock_GNF343OQUJ is port( aclr : in std_logic; aclr_n : in std_logic; aclr_out : out ...
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_clock_GNF343OQUJ is port( aclr : in std_logic; aclr_n : in std_logic; aclr_out : out ...
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_clock_GNF343OQUJ is port( aclr : in std_logic; aclr_n : in std_logic; aclr_out : out ...
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_clock_GNF343OQUJ is port( aclr : in std_logic; aclr_n : in std_logic; aclr_out : out ...
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_clock_GNF343OQUJ is port( aclr : in std_logic; aclr_n : in std_logic; aclr_out : out ...
constant TRFSM1Length : integer := 1778; constant TRFSM1Cfg : std_logic_vector(TRFSM1Length-1 downto 0) := "0000010001110000100110010000001000000000000001110000000001010010100000010010100000001100000110000010010000100001110001000000100110001000010000001010000010010100000010010000100000100001000001111110000000000...
-- $Id: tb_tst_serloop2_n2.vhd 444 2011-12-25 10:04:58Z mueller $ -- -- Copyright 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 ve...
------------------------------------------------------------------------------ -- 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, Cobham Gaisler -- -- This program is free software; you can redistr...
-- Author: Osama G. Attia -- email: ogamal [at] iastate dot edu -- Create Date: 16:57:25 06/23/2014 -- Module Name: scc_kernel - Behavioral library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_misc.all; use ieee.numeric_std.all; library unisim; use unisim.vcomponents.all; entity...
-- 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...
-- ============================================================== -- File generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC -- Version: 2016.1 -- Copyright (C) 1986-2016 Xilinx, Inc. All Rights Reserved. -- -- ============================================================== library IEEE; use IE...
-- ============================================================== -- File generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC -- Version: 2016.1 -- Copyright (C) 1986-2016 Xilinx, Inc. All Rights Reserved. -- -- ============================================================== library IEEE; use IE...
-- ============================================================== -- File generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC -- Version: 2016.1 -- Copyright (C) 1986-2016 Xilinx, Inc. All Rights Reserved. -- -- ============================================================== library IEEE; use IE...
-- ============================================================== -- File generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC -- Version: 2016.1 -- Copyright (C) 1986-2016 Xilinx, Inc. All Rights Reserved. -- -- ============================================================== library IEEE; use IE...
-- ============================================================== -- File generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC -- Version: 2016.1 -- Copyright (C) 1986-2016 Xilinx, Inc. All Rights Reserved. -- -- ============================================================== library IEEE; use IE...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.NUMERIC_STD.ALL; -- In/out for top level module entity VGAtonic_Firmware is PORT( CLK : in STD_LOGIC; -- SPI Select (Master is AVR) AVR_CPLD_EXT_1 : in STD_LOGIC; -- SPI Pins from Outside World EXT_SCK : in STD_LOGIC; EXT_MOSI : i...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 04:09:18 09/09/2011 -- Design Name: -- Module Name: comparadordeentradas - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dep...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 15:21:45 03/21/2014 -- Design Name: -- Module Name: header_display - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- ...
entity e is end entity; architecture a of e is signal x, y, z, q, b : bit; begin x <= guarded y; -- Error with b select z <= guarded q when others; -- Error b1: block (b = '1') is begin x <= guarded y; -- OK with b select z <= guarded q ...
--***************************************************************************** -- @Copyright 2008 by guyoubao, All rights reserved. -- Module name : vhdl_code_demo -- Call by : -- Description : this module is the top module of demo. -- IC : EP1C4F400C8 -- Version :...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; entity latch is Port ( d : in STD_LOGIC_VECTOR (7 downto 0); q : out STD_LOGIC_VECTOR (7 downto 0); en : in STD_LOGIC; clk : in STD_LOGIC; reset : in STD_LOGIC); end latch; architecture Behavioral of latch is b...
`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...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity repro2_1 is port ( clk : std_logic; rst : std_logic; tx : out std_logic_vector(7 downto 0)); end repro2_1; architecture behav of repro2_1 is subtype byte_t is std_logic_vector(7 downto 0); -- Define terminal newline charact...
entity pipeline is generic (width : natural; depth : natural); port (i : bit_vector (1 to width); o : out bit_vector (1 to width); clk : bit); end pipeline; architecture behav of pipeline is type pipe is array (1 to depth) of bit_vector (1 to width); begin process (clk) is variable tmp : ...
entity pipeline is generic (width : natural; depth : natural); port (i : bit_vector (1 to width); o : out bit_vector (1 to width); clk : bit); end pipeline; architecture behav of pipeline is type pipe is array (1 to depth) of bit_vector (1 to width); begin process (clk) is variable tmp : ...
entity pipeline is generic (width : natural; depth : natural); port (i : bit_vector (1 to width); o : out bit_vector (1 to width); clk : bit); end pipeline; architecture behav of pipeline is type pipe is array (1 to depth) of bit_vector (1 to width); begin process (clk) is variable tmp : ...
----------------------------------- -- PROCESSOR -- -- Test bench for now -- ----------------------------------- LIBRARY ieee; USE ieee.std_logic_1164.ALL; USE ieee.numeric_std.ALL; USE WORK.controller_constants.ALL; ENTITY processor IS PORT ( -- Main processor clock system_clock...