content
stringlengths
1
1.04M
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
-- Implementation of Filter H_a2(z) -- using Complex Frequency sampling filer (FSF) as Hilbert transformer -- -- 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...
-- **** -- T65(b) core. In an effort to merge and maintain bug fixes .... -- -- Ver 303 ost(ML) July 2014 -- (Sorry for some scratchpad comments that may make little sense) -- Mods and some 6502 undocumented instructions. -- -- Not correct opcodes acc. to Lorenz tests (incomplete list): -- NOPN (nop)...
-------------------------------------------------------------------------------- --This file is part of fpga_gpib_controller. -- -- Fpga_gpib_controller 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...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; entity VGA_Top is Port ( R : out STD_LOGIC; G : out STD_LOGIC; B : out STD_LOGIC; Clk : in STD_LOGIC; HS : out STD_LOGIC; VS : out STD_LOGIC; button : in STD_LOGIC; reset : in STD_LOGIC; LED : out STD_LOGIC; Enables : out STD_L...
-- ------------------------------------------------------------- -- -- File Name: hdl_prj/hdlsrc/hdl_ofdm_tx/RADIX22FFT_SDNF2_4_block3.vhd -- Created: 2018-02-27 13:25:18 -- -- Generated by MATLAB 9.3 and HDL Coder 3.11 -- -- ------------------------------------------------------------- -- ------------------------...
---------------------------------------------------------------------------- -- 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...
---------------------------------------------------------------------------- -- 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...
---------------------------------------------------------------------------- -- 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...
-- -- keymap.vhd -- keymap ROM tables for eseps2.vhd -- Revision 1.00 -- -- Copyright (c) 2006 Kazuhiro Tsujikawa (ESE Artists' factory) -- All rights reserved. -- -- Redistribution and use of this source code or any derivative works, are -- permitted provided that the following conditions are met: -- --...
------------------------------------------------------------------------------- -- Title : Accelerator Adapter -- Project : ------------------------------------------------------------------------------- -- File : xd_s2m_memory_dc.vhd -- Author : rmg/jn -- Company : Xilinx, Inc. -- Created : 201...
library ieee; use ieee.std_logic_1164.all; library mblite; use mblite.config_Pkg.all; use mblite.core_Pkg.all; use mblite.std_Pkg.all; library work; entity cached_mblite is port ( clock : in std_logic; reset : in std_logic; invalidate : in std_logic := '0'; inv_addr : in std_logi...
-- Project generated by script. -- Date: Seg,05/05/2014-11:48:02 -- Author: -- Comments: Entity Description: unidade_a2. library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use ieee.std_logic_arith.all; entity unidade_a2 is port (x, y, z, w: in <<type>>; s: out <<type>>); end unidade_a2; ...
-- 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 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected und...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected und...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected und...
-- ************************************************************************* -- -- (c) Copyright 2010-2011 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- of Xilinx, Inc. and is protected und...
library IEEE; use IEEE.numeric_std.all; use IEEE.std_logic_1164.all; entity clk_gen is generic( CLOCK_SPEED : integer := 50_000_000; REQUIRED_HZ : integer := 1); port( clk : in std_logic; reset : in std_logic; clk_out : out std_logic); end; architecture rtl of clk_gen is...
library IEEE; use IEEE.numeric_std.all; use IEEE.std_logic_1164.all; entity clk_gen is generic( CLOCK_SPEED : integer := 50_000_000; REQUIRED_HZ : integer := 1); port( clk : in std_logic; reset : in std_logic; clk_out : out std_logic); end; architecture rtl of clk_gen is...
library IEEE; use IEEE.numeric_std.all; use IEEE.std_logic_1164.all; entity clk_gen is generic( CLOCK_SPEED : integer := 50_000_000; REQUIRED_HZ : integer := 1); port( clk : in std_logic; reset : in std_logic; clk_out : out std_logic); end; architecture rtl of clk_gen is...
library IEEE; use IEEE.numeric_std.all; use IEEE.std_logic_1164.all; entity clk_gen is generic( CLOCK_SPEED : integer := 50_000_000; REQUIRED_HZ : integer := 1); port( clk : in std_logic; reset : in std_logic; clk_out : out std_logic); end; architecture rtl of clk_gen is...
-- Test vectors for the synthesis test for the fixed point math package -- This test is designed to test fixed_synth and exercise much of the entity. -- Created for vhdl-200x by David Bishop (dbishop@vhdl.org) -- -------------------------------------------------------------------- -- modification history : Last Modif...
-- Test vectors for the synthesis test for the fixed point math package -- This test is designed to test fixed_synth and exercise much of the entity. -- Created for vhdl-200x by David Bishop (dbishop@vhdl.org) -- -------------------------------------------------------------------- -- modification history : Last Modif...
library ieee; use ieee.std_logic_1164.all; entity pr_axis_buffer is generic ( DATAWIDTH : integer := 64 ); port ( static_m_axis_data_tdata : in std_logic_vector(DATAWIDTH-1 downto 0); static_m_axis_data_tkeep : in std_logic_vector(DATAWIDTH/8 - 1 downto 0); static_m_axis_data_tready : out std_logic...
-- Copyright (C) 1991-2011 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any output files from any of the foregoing -- (including device programming or simulation files), and any -- associated docume...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; use work.util.all; entity present_top is generic(k: key_enum); port(plaintext: in std_logic_vector(63 downto 0); key: in std_logic_vector(key_bits(k)-1 downto 0); clk: in std_logic; reset: in std...
library verilog; use verilog.vl_types.all; entity Vending_Machine_vlg_check_tst is port( D : in vl_logic_vector(1 downto 0); E : in vl_logic_vector(7 downto 0); P : in vl_logic_vector(7 downto 0); sampler_rx : in vl_logic...
library ieee; use ieee.std_logic_1164.all; entity dff05 is port (q : out std_logic_vector(7 downto 0); d : std_logic_vector(7 downto 0); clk : std_logic; rst : std_logic; en : std_logic); end dff05; architecture behav of dff05 is begin process (clk, rst) is begin if rst = '1'...
entity array1 is end entity; architecture test of array1 is impure function func return bit_vector is begin return "101"; end function; begin p1: process is begin assert func = "10"; wait; end process; end architecture;
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity AXIF_MASTER_DPRAM_S_AXIL is generic ( C_S_AXI_DATA_WIDTH : integer:= 32; C_S_AXI_ADDR_WIDTH : integer:= 4 ); port ( status_i : in std_logic_vector(C_S_AXI_DATA_WIDTH-1 downto 0); control_o : out std_l...
----------------------------------------------------------------------------- -- LEON3 Demonstration design -- Copyright (C) 2004 Jiri Gaisler, Gaisler Research ------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2003 - ...
library ieee; use ieee.std_logic_1164.all; entity logic_unit is port( a : in std_logic_vector(31 downto 0); b : in std_logic_vector(31 downto 0); op : in std_logic_vector( 1 downto 0); r : out std_logic_vector(31 downto 0) ); end logic_unit; architecture synth of logic_un...
architecture RTL of FIFO is constant c_a : integer; signal sig_b : std_logic; shared variable var_1 : integer; file file1 : integer; alias alias1 is name; alias alias1 : subtype_identifier is name; -- Comment to break up ...
library verilog; use verilog.vl_types.all; entity usb_system_sdram_input_efifo_module is port( clk : in vl_logic; rd : in vl_logic; reset_n : in vl_logic; wr : in vl_logic; wr_data : in vl_logic_vector(...
------------------------------------------------------------------------------- -- Entity: fmc_top -- Author: Sandro Arnold ------------------------------------------------------------------------------- -- Description: Testatübung ADD -- FMC Block for Floppy Music Controller. ------------------------------------------...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.ALL; entity cnt04 is port ( clk : in std_logic; rst : in std_logic; counter : out std_logic_vector (7 downto 0) ); end cnt04; architecture behav of cnt04 is signal s_count : unsigned(7 downto 0); -- := (others => '0'); be...
-- Copyright (C) 1991-2009 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any output files from any of the foregoing -- (including device programming or simulation files), and any -- associated d...
-- Copyright (C) 1991-2009 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any output files from any of the foregoing -- (including device programming or simulation files), and any -- associated d...
------------------------------------------------------------------------------ -- 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...
# Generated by vmake version 2.0 # Define path to each library LIB_STD = /usr/pack/modelsim-6.0a-ma/modeltech/sunos5/../std LIB_IEEE = /usr/pack/modelsim-6.0a-ma/modeltech/sunos5/../ieee LIB_WORK = work # Define path to each design unit IEEE-std_logic_1164 = $(LIB_IEEE)/std_logic_1164/_primary.dat IEEE-numeric_std = ...
------------------------------------------------------------------------------ -- Copyright (c) 2018 by Paul Scherrer Institute, Switzerland -- All rights reserved. -- Authors: Oliver Bruendler ------------------------------------------------------------------------------ -------------------------------------------...
---------------------------------------------------------------------------------------------------- -- Bi-Phase Decomposition Testbench ---------------------------------------------------------------------------------------------------- -- Matthew Dallmeyer - d01matt@gmail.com ---------------------------------...
library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; entity Rhody_CPU_pipelinev41 is port ( clk : in std_logic; rst : in std_logic; MEM_ADR : out std_logic_vector(31 downto 0); MEM_IN : in std_logic_vector(31 downto 0); MEM_OUT : out std_logic_vector(31 downto 0); mem...
--------------------------------------------------------------------------------------------------- -- -- Title : Control Bus Slave -- Design : Ring Bus -- Author : Zhao Ming -- Company : a4a881d4 -- ---------------------------------------------------------------------------------------------...
------------------------------------------------------------------------------ -- 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...
--------------------------------------------------------------------------------------- -- Title : Wishbone slave core for Position Calculation Core registers --------------------------------------------------------------------------------------- -- File : wb_pos_calc_regs.vhd -- Author : aut...
`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...
-- ------------------------------------------------------------- -- -- Generated Configuration for padframe -- -- Generated -- by: wig -- on: Thu Feb 10 19:03:15 2005 -- cmd: H:/work/eclipse/MIX/mix_0.pl -strip -nodelta ../../bugver.xls -- -- !!! Do not edit this file! Autogenerated by MIX !!! -- $Author: wig $ --...
-------------------------------------------------------------------------------- -- -- FIFO Generator Core Demo Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and prop...
library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; use IEEE.std_logic_unsigned.all; entity FSM16_control is port( RST : in std_logic; CLK : in std_logic; START : in std_logic; EOT : in std_logic; RDY : out std_logic; SEL : out std_logic; STR...
library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; use IEEE.std_logic_unsigned.all; entity FSM16_control is port( RST : in std_logic; CLK : in std_logic; START : in std_logic; EOT : in std_logic; RDY : out std_logic; SEL : out std_logic; STR...
------------------------------------------------------------------------------- -- CPU86 - VHDL CPU8088 IP core -- -- Copyright (C) 2002-2008 HT-LAB -- -- ...
-- Copyright 1986-2016 Xilinx, Inc. All Rights Reserved. -- -------------------------------------------------------------------------------- -- Tool Version: Vivado v.2016.4 (lin64) Build 1733598 Wed Dec 14 22:35:42 MST 2016 -- Date : Sat Jan 21 17:57:15 2017 -- Host : natu-OMEN-by-HP-Laptop running 64-bi...
------------------------------------------------------------------------------- -- Filename: standalone.vhd -- -- Description: Sample circuit for doing audio standalone -- -- VHDL-Standard: VHDL'93 ------------------------------------------------------------------------------- -- Structure: -- ...
------------------------------------------------------------------------------- -- Filename: standalone.vhd -- -- Description: Sample circuit for doing audio standalone -- -- VHDL-Standard: VHDL'93 ------------------------------------------------------------------------------- -- Structure: -- ...
------------------------------------------------------------------------------- -- Filename: standalone.vhd -- -- Description: Sample circuit for doing audio standalone -- -- VHDL-Standard: VHDL'93 ------------------------------------------------------------------------------- -- Structure: -- ...
-------------------------------------------------------------------------------- -- -- FIFO Generator Core Demo Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and prop...
-------------------------------------------------------------------------------- -- -- FIFO Generator Core Demo Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and prop...
-------------------------------------------------------------------------------- -- -- FIFO Generator Core Demo Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and prop...
---------------------------------------------------------------------------------- -- Company: NTU Athens - BNL -- Engineer: Christos Bakalis (christos.bakalis@cern.ch) -- -- Copyright Notice/Copying Permission: -- Copyright 2017 Christos Bakalis -- -- This file is part of NTUA-BNL_VMM_firmware. -- -- NTUA-BN...
`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...
use Std.Textio.all; library IEEE; use ieee.std_logic_1164.ALL; entity test_multiplier is end; architecture test_multiplier of test_multiplier is component c_multiplier generic(width : INTEGER ); port(Input1, Input2 : in std_logic_vector((width - 1) downto 0); Output : out std_logic_vector(...
--***************************************************************************** -- (c) Copyright 2009 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....
library ieee; use ieee.std_logic_1164.all; entity mwe_tb is end mwe_tb; architecture testbench of mwe_tb is component mwe_entity is port( input : in std_logic; output: out std_logic ); end component; signal i,o : std_logic; begin dut:mwe_entity port map(inpu...
library verilog; use verilog.vl_types.all; entity mist1032sa_async_fifo_double_flipflop is generic( N : integer := 1 ); port( iCLOCK : in vl_logic; inRESET : in vl_logic; iREQ_DATA : in vl_logic_vector; oOUT_DATA ...
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 work.cpu_pkg.all; entity cachearray is Port ( CLK : in STD_LOGIC; -- bus interface RW : in STD_LOGIC; RD_ADDR : in STD_LOGIC_VECTO...
-- ************************************************************************* -- -- (c) Copyright 2010-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...
entity tb_cnt04 is end tb_cnt04; library ieee; use ieee.std_logic_1164.all; architecture behav of tb_cnt04 is signal clk : std_logic; signal rst : std_logic; signal counter : std_logic_vector (7 downto 0); begin dut: entity work.cnt04 port map (clk => clk, rst => rst, counter => counter); process pr...
entity signal8 is end entity; architecture test of signal8 is type int_array is array (integer range <>) of integer; type int_array_Nx4 is array (integer range <>) of int_array(1 to 4); signal a : int_array_Nx4(1 to 4) := ( 1 => ( 1, 2, 3, 4 ), 2 => ( 5, 6, 7, 8 ), 3 =>...
entity signal8 is end entity; architecture test of signal8 is type int_array is array (integer range <>) of integer; type int_array_Nx4 is array (integer range <>) of int_array(1 to 4); signal a : int_array_Nx4(1 to 4) := ( 1 => ( 1, 2, 3, 4 ), 2 => ( 5, 6, 7, 8 ), 3 =>...
entity signal8 is end entity; architecture test of signal8 is type int_array is array (integer range <>) of integer; type int_array_Nx4 is array (integer range <>) of int_array(1 to 4); signal a : int_array_Nx4(1 to 4) := ( 1 => ( 1, 2, 3, 4 ), 2 => ( 5, 6, 7, 8 ), 3 =>...
entity signal8 is end entity; architecture test of signal8 is type int_array is array (integer range <>) of integer; type int_array_Nx4 is array (integer range <>) of int_array(1 to 4); signal a : int_array_Nx4(1 to 4) := ( 1 => ( 1, 2, 3, 4 ), 2 => ( 5, 6, 7, 8 ), 3 =>...
entity signal8 is end entity; architecture test of signal8 is type int_array is array (integer range <>) of integer; type int_array_Nx4 is array (integer range <>) of int_array(1 to 4); signal a : int_array_Nx4(1 to 4) := ( 1 => ( 1, 2, 3, 4 ), 2 => ( 5, 6, 7, 8 ), 3 =>...
-- EMACS settings: -*- tab-width: 2; indent-tabs-mode: t -*- -- vim: tabstop=2:shiftwidth=2:noexpandtab -- kate: tab-width 2; replace-tabs off; indent-width 2; -- -- ============================================================================ -- Authors: Thomas B. Preusser -- Martin Zabel -- Patri...
-- EMACS settings: -*- tab-width: 2; indent-tabs-mode: t -*- -- vim: tabstop=2:shiftwidth=2:noexpandtab -- kate: tab-width 2; replace-tabs off; indent-width 2; -- -- ============================================================================ -- Authors: Thomas B. Preusser -- Martin Zabel -- Patri...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use ieee.numeric_std.all; use WORK.alu_types.all; -- This entity has A in input and implements a behavioural -- representation of the table for RADIX-4 booth's algorithm. -- As you can see this is not a standard multiplexer, altough...
---------------------------------------------------------------------- -- brdRstClk (for Maker Board) ---------------------------------------------------------------------- -- (c) 2019 by Anton Mause -- -- Board dependend reset and clock manipulation file. -- Adjust i_clk from some known clock, so o_clk has BRD_OSC_CL...
------------------------------------------------------- -- Design Name : ram_sp_ar_aw -- File Name : ram_sp_ar_aw.vhd -- Function : Asynchronous read write RAM -- Coder : Deepak Kumar Tala (Verilog) -- Translator : Alexander H Pham (VHDL) ------------------------------------------------------- library ieee...
-- ------------------------------------------------------------- -- -- Entity Declaration for ent_ab -- -- Generated -- by: wig -- on: Tue Nov 29 13:29:43 2005 -- cmd: /cygdrive/h/work/eclipse/MIX/mix_0.pl -strip -nodelta ../sigport.xls -- -- !!! Do not edit this file! Autogenerated by MIX !!! -- $Author: wig $ -...
-- EMACS settings: -*- tab-width: 2; indent-tabs-mode: t -*- -- vim: tabstop=2:shiftwidth=2:noexpandtab -- kate: tab-width 2; replace-tabs off; indent-width 2; -- -- ============================================================================ -- Authors: Martin Zabel -- Patrick Lehmann -- -- Module: ...
-- EMACS settings: -*- tab-width: 2; indent-tabs-mode: t -*- -- vim: tabstop=2:shiftwidth=2:noexpandtab -- kate: tab-width 2; replace-tabs off; indent-width 2; -- -- ============================================================================ -- Authors: Martin Zabel -- Patrick Lehmann -- -- Module: ...
constant SensorFSMLength : integer := 1180; constant SensorFSMCfg : std_logic_vector(SensorFSMLength-1 downto 0) := "0011000101100000000011111000000000000000111110000000000000001111100000000000000011111000000000000000000000000000001010000000000001000000000000000011000101000000010000001000000010001000010100000000...
-- bit_manipulation.vhdl - miscellaneous bit manipulation functions -- Copyright (C) 2001, 2002 Michael Riepe <michael@stud.uni-hannover.de> -- -- 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;...
-- bit_manipulation.vhdl - miscellaneous bit manipulation functions -- Copyright (C) 2001, 2002 Michael Riepe <michael@stud.uni-hannover.de> -- -- 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;...
package pack is type rec is record a, b : integer; end record; end package; ------------------------------------------------------------------------------- use work.pack.all; entity sub is port ( x : in integer; y : out integer; r : in rec ); end entity; architecture ...
package pack is type rec is record a, b : integer; end record; end package; ------------------------------------------------------------------------------- use work.pack.all; entity sub is port ( x : in integer; y : out integer; r : in rec ); end entity; architecture ...
package pack is type rec is record a, b : integer; end record; end package; ------------------------------------------------------------------------------- use work.pack.all; entity sub is port ( x : in integer; y : out integer; r : in rec ); end entity; architecture ...
package pack is type rec is record a, b : integer; end record; end package; ------------------------------------------------------------------------------- use work.pack.all; entity sub is port ( x : in integer; y : out integer; r : in rec ); end entity; architecture ...
-- (c) Copyright 1995-2014 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-2014 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 ...