content
stringlengths
1
1.04M
-- megafunction wizard: %ALTMULT_ADD% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: ALTMULT_ADD -- ============================================================ -- File Name: sum36x18.vhd -- Megafunction Name(s): -- ALTMULT_ADD -- -- Simulation Library Files(s): -- altera_mf -- ===========================...
-- megafunction wizard: %ALTMULT_ADD% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: ALTMULT_ADD -- ============================================================ -- File Name: sum36x18.vhd -- Megafunction Name(s): -- ALTMULT_ADD -- -- Simulation Library Files(s): -- altera_mf -- ===========================...
-------------------------------------------------------------------------------- -- -- FIFO Generator Core Demo Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and prop...
-- 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: Patrick Lehmann -- -- Package: Project specific con...
-- 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: Patrick Lehmann -- -- Package: Project specific con...
-- $Id: is61lv25616al.vhd 1181 2019-07-08 17:00:50Z mueller $ -- SPDX-License-Identifier: GPL-3.0-or-later -- Copyright 2007-2011 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de> -- ------------------------------------------------------------------------------ -- Module Name: is61lv25616al - sim -- Description: ISS...
-- GAISLER_LICENSE ----------------------------------------------------------------------------- -- Entity: dma -- File: dma.vhd -- Author: Jiri Gaisler - Gaisler Research -- Description: Simple DMA (needs the AHB master interface) --------------------------------------------------------------------...
-- Copyright 1986-2017 Xilinx, Inc. All Rights Reserved. -- -------------------------------------------------------------------------------- -- Tool Version: Vivado v.2017.2 (win64) Build 1909853 Thu Jun 15 18:39:09 MDT 2017 -- Date : Tue Sep 19 09:38:42 2017 -- Host : DarkCube running 64-bit major releas...
`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...
-- 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...
-- 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 -- -- Module: Memory tester for KC705 boa...
-- SDL adapter for Konami Arcade Emulator -- (C) Copyright 2017 Christopher D. Kilgour -- -- 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 2 -- of the License, or (at your opti...
-------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 22:23:35 06/27/2015 -- Design Name: -- Module Name: C:/projectxilinx/hem/multiplier/hem_tb.vhd -- Project Name: multiplier -- Target Device: -- Tool versions: -- Descriptio...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use work.PIC_pkg.ALL; entity CPU is port ( Reset : in STD_LOGIC; Clk : in STD_LOGIC; ROM_Data : in STD_LOGIC_VECTOR (11 downto 0); ROM_Addr : out STD_LOGIC_VE...
-- Copyright 1986-2016 Xilinx, Inc. All Rights Reserved. -- -------------------------------------------------------------------------------- -- Tool Version: Vivado v.2016.3 (win64) Build 1682563 Mon Oct 10 19:07:27 MDT 2016 -- Date : Tue Sep 26 17:52:42 2017 -- Host : vldmr-PC running 64-bit Service ...
------------------------------------------------------------------------------ -- 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 ...
-- Part of TDT4255 Computer Design laboratory exercises -- Group for Computer Architecture and Design -- Department of Computer and Information Science -- Norwegian University of Science and Technology -- MIPSSystem.vhd -- The MIPS processor system to be used in Exercise 1 and 2 during FPGA -- testing. The system cons...
-- $Id: sys_w11a_n4d.vhd 1247 2022-07-06 07:04:33Z mueller $ -- SPDX-License-Identifier: GPL-3.0-or-later -- Copyright 2019-2022 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de> -- ------------------------------------------------------------------------------ -- Module Name: sys_w11a_n4d - syn -- Description: w11a d...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; use std.textio.all; -- Imports the standard textio package. For test here use work.lz4_pkg.all; entity lz4_top is port ( clk_i : in std_logic; reset_i : in std_logic; entryStream_i : in std_logic; ...
architecture RTL of FIFO is begin process begin a <= b; -- Comment ab <= xy; -- Comment -- Check for something if (a = b) then z <= y; -- Assign this statement -- Check for this other thing elsif (a + b -c = z) then z <= x; ...
-- Added these lines on rev. 42 in order to remove the commit message saying that -- there is a bug in the implementation, since the bug has been fixed in the same rev. library IEEE; use IEEE.STD_LOGIC_1164.ALL; entity node_port_readmux is Generic (WIDTH: integer := 8); Port ( I_portID : in STD_LOGIC_VECT...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity complemento2 is port (entrada: in std_logic_vector(7 downto 0); saida: out std_logic_vector(7 downto 0) ); end complemento2; architecture com2 of complemento2 is signal A, B, F: std_logic_vect...
-- ____ _____ -- ________ _________ ____ / __ \/ ___/ -- / ___/ _ \/ ___/ __ \/ __ \/ / / /\__ \ -- / / / __/ /__/ /_/ / / / / /_/ /___/ / -- /_/ \___/\___...
-- (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 ...
-- 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; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity Tx is Port ( Campana : in STD_LOGIC; CLK : in STD_LOGIC; Dato_entrada : in STD_LOGIC_VECTOR (7 downto 0); Dato_salida : out STD_LOGIC); end Tx; architecture Behavioral of Tx is COMPONENT Divi...
---------------------------------------------------------------------------------- -- Engineer: Cesar Avalos B -- Create Date: 01/28/2018 07:53:02 PM -- Module Name: MMU_stub - Behavioral -- Description: Full flegded MMU to feed instructions and store data, supports SV39 -- -- Additional Comments: Mk. VIII -- --------...
Library ieee; use ieee.std_logic_1164.all; --modulo 12 przerzutniki D entity secondc is port( A ,B ,C ,D: buffer std_logic; CLK: in std_logic ); end secondc; architecture mod12 of secondc is component dflipflop port ( D, CLK, RES: IN std_logic; Q: OUT std_logic ); end component; signal reset: std_l...
-- ---------------------------------------------------------------------- --LOGI-hard --Copyright (c) 2013, Jonathan Piat, Michael Jones, All rights reserved. -- --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 F...
`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...
-- -- @file MMU.vhd -- @date December, 2013 -- @author G. Roggemans <g.roggemans@grog.be> -- @copyright Copyright (c) GROG [https://grog.be] 2013, All Rights Reserved -- -- This application is free software: you can redistribute it and/or modify it -- under the terms of the GNU Lesser General Public License as publ...
------------------------------------------------------------------------------- -- axi_datamover_mssai_skid_buf.vhd ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ...
------------------------------------------------------------------------------- -- axi_datamover_mssai_skid_buf.vhd ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ...
------------------------------------------------------------------------------- -- axi_datamover_mssai_skid_buf.vhd ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ...
------------------------------------------------------------------------------- -- axi_datamover_mssai_skid_buf.vhd ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ...
------------------------------------------------------------------------------- -- axi_datamover_mssai_skid_buf.vhd ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ...
-- megafunction wizard: %LPM_COUNTER% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: LPM_COUNTER -- ============================================================ -- File Name: globalcnt.vhd -- Megafunction Name(s): -- LPM_COUNTER -- -- Simulation Library Files(s): -- lpm -- ================================...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; ENTITY mealy IS PORT ( Clock, Resetn, w : IN STD_LOGIC ; z : OUT STD_LOGIC ) ; END mealy ; ARCHITECTURE Behavior OF mealy IS TYPE State_type IS (A, B) ; SIGNAL y : State_type ; BEGIN PROCESS ( Resetn, ...
--================================================================================================================================ -- Copyright 2020 Bitvis -- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -- You may obtain a copy of the ...
------------------------------------------------------------------------------- -- -- The Data Memory control unit. -- All accesses to the Data Memory are managed here. -- -- $Id: dmem_ctrl-c.vhd,v 1.2 2005-06-11 10:08:43 arniml Exp $ -- -- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org) -- -- All rights reser...
------------------------------------------------------------------------------- -- Title : Exercise -- Project : Counter ------------------------------------------------------------------------------- -- File : io_ctrl_tb.vhd -- Author : Martin Angermair -- Company : Technikum Wien, Embedded System...
---------------------------------------------------------------------------- --! @file --! @copyright Copyright 2015 GNSS Sensor Ltd. All right reserved. --! @author Sergey Khabarov --! @brief 8-bits memory block with the generic data size parameter. --! @details This module absolutely similar to the 'infe...
---------------------------------------------------------------------------- --! @file --! @copyright Copyright 2015 GNSS Sensor Ltd. All right reserved. --! @author Sergey Khabarov --! @brief 8-bits memory block with the generic data size parameter. --! @details This module absolutely similar to the 'infe...
-------------------------------------------------------------------------------- -- 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 ...
---------------------------------------------------------------------------------- --! Company: EDAQ WIS. --! Engineer: juna --! --! Create Date: 05/19/2014 --! Module Name: EPROC_OUT2_direct --! Project Name: FELIX ---------------------------------------------------------------------------------- ...
---------------------------------------------------------------------------------- --! Company: EDAQ WIS. --! Engineer: juna --! --! Create Date: 05/19/2014 --! Module Name: EPROC_OUT2_direct --! Project Name: FELIX ---------------------------------------------------------------------------------- ...
---------------------------------------------------------------------------------- --! Company: EDAQ WIS. --! Engineer: juna --! --! Create Date: 05/19/2014 --! Module Name: EPROC_OUT2_direct --! Project Name: FELIX ---------------------------------------------------------------------------------- ...
---------------------------------------------------------------------------------- --! Company: EDAQ WIS. --! Engineer: juna --! --! Create Date: 05/19/2014 --! Module Name: EPROC_OUT2_direct --! Project Name: FELIX ---------------------------------------------------------------------------------- ...
library ieee ; use ieee.std_logic_1164.all ; use ieee.numeric_std.all ; entity ADSampler is port ( --http://www.xilinx.com/support/documentation/user_guides/ug480_7Series_XADC.pdf vauxp : in std_logic; vauxn : in std_logic; output : out std_logic_vector(11 downto 0); sampleClk : in std_logic; clk : i...
-- -- This is the common package file. -- All common types, constants etc go in here. -- library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_unsigned.all; package common_types is end package;
entity tb_dff06 is end tb_dff06; library ieee; use ieee.std_logic_1164.all; architecture behav of tb_dff06 is signal clk : std_logic; signal din : std_logic; signal dout : std_logic; begin dut: entity work.dff06 port map ( q => dout, d => din, clk => clk); process procedure pulse ...
-- 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 © 2014 Ali M. Al-Bayaty -- -- Video-Game-Engine 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 -- any la...
architecture RTL of FIFO is begin BLOCK_LABEL : block is begin end block; BLOCK_LABEL : block begin end block; BLOCK_LABEL : block--Comment begin end block; BLOCK_LABEL : block --Comment begin end block; BLOCK_LABEL : block --Comment is begin end block; BLOCK_LABEL : block (guard_condit...
library ieee; use ieee.std_logic_1164.all; library unisim; use unisim.vcomponents.all; entity fmc150_dac_if is port ( rst_i : in std_logic; clk_dac_i : in std_logic; clk_dac_2x_i : in std_logic; dac_din_c_i : in std_logic_vector(15 downto 0); dac_din_d_i ...
-- megafunction wizard: %ROM: 1-PORT% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: altsyncram -- ============================================================ -- File Name: ROM_Block.vhd -- Megafunction Name(s): -- altsyncram -- -- Simulation Library Files(s): -- altera_mf -- ============================...
-- 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...
-------------------------------------------------------------------------------- -- LGPL v2.1, Copyright (c) 2014 Johannes Walter <johannes@wltr.io> -- -- Description: -- First-in, first-out buffer with TMR. -------------------------------------------------------------------------------- library ieee; use ieee.std_log...
-- file: flappy_vhdl.vhd -- authors: Alexandre Medeiros and Gabriel Lopes -- -- A Flappy bird implementation in VHDL for a Digital Circuits course at -- Unicamp. -- -- Developed for Altera's Cyclone II: EP2C20F484C7. -- -- Top-Level Entity for the project. library ieee ; use ieee.std_logic_1164.all ; use ieee.std_logi...
-- $Id: sys_conf1.vhd 1181 2019-07-08 17:00:50Z mueller $ -- SPDX-License-Identifier: GPL-3.0-or-later -- Copyright 2017- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de> -- ------------------------------------------------------------------------------ -- Package Name: sys_conf -- Description: Definitions for sys_tst...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; --NOTE: the "diff" input comes from the output of the add_sub module. --the way the opcodes are defined, the output is always the difference --of A and B if the user is requesting a comparison operation. Otherwise, --the output of this module will technically be undefined/w...
---------------------------------------------------------------------- -- brdRstClk (for EmCraft SoC FG484 Kit) ---------------------------------------------------------------------- -- (c) 2016 by Anton Mause -- -- Board dependend reset and clock manipulation file. -- Adjust i_clk from some known clock, so o_clk has ...
-------------------------------------------------------------------------------- -- -- BLK MEM GEN v7_3 Core - Synthesizable Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2006_3010 Xilinx, Inc. All rights reserved. -- -- This file contains...
-- -------------------------------------------------------------------- -- "fixed_pkg_c.vhdl" package contains functions for fixed point math. -- Please see the documentation for the fixed point package. -- This package should be compiled into "ieee_proposed" and used as follows: -- use ieee.std_logic_1164.all; -- use ...
-------------------------------------------------------------------------------- -- 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 ...
-------------------------------------------------------------------------------- -- -- BLK MEM GEN v7_3 Core - Synthesizable Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2006_3010 Xilinx, Inc. All rights reserved. -- -- This file contains...
library ieee; use ieee.std_logic_1164.all; library std; use std.env.all; entity cover_report2 is end entity cover_report2; architecture test of cover_report2 is signal s_a : std_logic; signal s_b : std_logic; signal s_c : std_logic; signal s_clk : std_logic := '0'; begin s_clk <= not(s_...
library ieee; use ieee.std_logic_1164.all; library std; use std.env.all; entity cover_report2 is end entity cover_report2; architecture test of cover_report2 is signal s_a : std_logic; signal s_b : std_logic; signal s_c : std_logic; signal s_clk : std_logic := '0'; begin s_clk <= not(s_...
library verilog; use verilog.vl_types.all; entity l1_cache_64entry_4way_line64b_bus_8b is port( iCLOCK : in vl_logic; inRESET : in vl_logic; iREMOVE : in vl_logic; iRD_REQ : in vl_logic; oRD_BUSY : out vl_logic; ...
------------------------------------------------------------------------------------------------------------------------ -- OpenMAC - DPR for Altera FPGA -- -- Copyright (C) 2009 B&R -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the follow...
------------------------------------------------------------------------------------------------------------------------ -- OpenMAC - DPR for Altera FPGA -- -- Copyright (C) 2009 B&R -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the follow...
-- ================================================================================ -- Legal Notice: Copyright (C) 1991-2006 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, and any other -- associated documentat...
-- ================================================================================ -- Legal Notice: Copyright (C) 1991-2006 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, and any other -- associated documentat...
library verilog; use verilog.vl_types.all; entity stratixgx_dpa_lvds_rx is generic( number_of_channels: integer := 1; deserialization_factor: integer := 4; use_coreclock_input: string := "OFF"; enable_dpa_fifo : string := "ON"; registered_output: string := "ON"; RE...
library verilog; use verilog.vl_types.all; entity ALTERA_DEVICE_FAMILIES is end ALTERA_DEVICE_FAMILIES;
-- -- Copyright 2016 Ognjen Glamocanin -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable la...
------------------------------------------------------------------------------- -- Copyright 2013-2014 Jonathon Pendlum -- -- This 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 ...
------------------------------------------------------------------------------- -- Copyright 2013-2014 Jonathon Pendlum -- -- This 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 ...
--! --! Copyright 2019 Sergey Khabarov, sergeykhbr@gmail.com --! --! Licensed under the Apache License, Version 2.0 (the "License"); --! you may not use this file except in compliance with the License. --! You may obtain a copy of the License at --! --! http://www.apache.org/licenses/LICENSE-2.0 --! --! Unless requ...
---------------------------------------------------------------------------------- -- 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...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; library virtual_button_lib; use virtual_button_lib.utils.all; use virtual_button_lib.constants.all; use virtual_button_lib.uart_constants.all; use virtual_button_lib.uart_functions.all; entity midi_decoder_tb is end; architecture tb of midi_decoder...
------------------------------------------------------------------------------ -- 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 ...
------------------------------------------------------------------------------- --! @file AEAD.vhd --! @brief Entity of authenticated encryption unit. --! User should modify the default generics based on the --! design requirements of a target archtiecture of the --! impl...
entity repro2 is end repro2; architecture behav of repro2 is constant c : natural := 2; constant cmap : string (1 to 5) := (1 => 'a', 2 => 'b', 3 => 'c', 4 => 'd', 5 => 'e'); begin assert cmap (c) = 'b'; assert cmap & 'f' = "abcdef"; end behav;
entity repro2 is end repro2; architecture behav of repro2 is constant c : natural := 2; constant cmap : string (1 to 5) := (1 => 'a', 2 => 'b', 3 => 'c', 4 => 'd', 5 => 'e'); begin assert cmap (c) = 'b'; assert cmap & 'f' = "abcdef"; end behav;
library ieee; use ieee.std_logic_1164.all; library ieee; use ieee.numeric_std.all; entity add_212 is port ( result : out std_logic_vector(31 downto 0); in_a : in std_logic_vector(31 downto 0); in_b : in std_logic_vector(31 downto 0) ); end add_212; architecture augh of add_212 is signal carry_inA : std_l...
library ieee; use ieee.std_logic_1164.all; library ieee; use ieee.numeric_std.all; entity add_212 is port ( result : out std_logic_vector(31 downto 0); in_a : in std_logic_vector(31 downto 0); in_b : in std_logic_vector(31 downto 0) ); end add_212; architecture augh of add_212 is signal carry_inA : std_l...
-- $Id: s7_cmt_sfs_unisim.vhd 1181 2019-07-08 17:00:50Z mueller $ -- SPDX-License-Identifier: GPL-3.0-or-later -- Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de> -- ------------------------------------------------------------------------------ -- Module Name: s7_cmt_sfs - syn -- Description: Series-...
-- 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...