content
stringlengths
1
1.04M
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 : ...
`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...
`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...
-- Copyright 1986-2015 Xilinx, Inc. All Rights Reserved. -- -------------------------------------------------------------------------------- -- Tool Version: Vivado v.2015.4 (lin64) Build 1412921 Wed Nov 18 09:44:32 MST 2015 -- Date : Fri Jul 8 09:16:27 2016 -- Host : jalapeno running 64-bit unknown -- C...
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 OZ4_Mandelbrot_top is port( clk : in std_logic; rst : in std_logic; trippy : in std_logic; --Memory RAM_addr : out std_lo...
library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; use IEEE.std_logic_unsigned.all; entity BaudRate is port( RST : in std_logic; CLK : in std_logic; NBaud : in std_logic_vector(3 downto 0); -- Number of Bauds by second FBaud : out std_logic -- Base frecuency ); end Baud...
library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; use IEEE.std_logic_unsigned.all; entity BaudRate is port( RST : in std_logic; CLK : in std_logic; NBaud : in std_logic_vector(3 downto 0); -- Number of Bauds by second FBaud : out std_logic -- Base frecuency ); end Baud...
library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; use IEEE.std_logic_unsigned.all; entity BaudRate is port( RST : in std_logic; CLK : in std_logic; NBaud : in std_logic_vector(3 downto 0); -- Number of Bauds by second FBaud : out std_logic -- Base frecuency ); end Baud...
library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; use IEEE.std_logic_unsigned.all; entity BaudRate is port( RST : in std_logic; CLK : in std_logic; NBaud : in std_logic_vector(3 downto 0); -- Number of Bauds by second FBaud : out std_logic -- Base frecuency ); end Baud...
library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; use IEEE.std_logic_unsigned.all; entity BaudRate is port( RST : in std_logic; CLK : in std_logic; NBaud : in std_logic_vector(3 downto 0); -- Number of Bauds by second FBaud : out std_logic -- Base frecuency ); end Baud...
library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; use IEEE.std_logic_unsigned.all; entity BaudRate is port( RST : in std_logic; CLK : in std_logic; NBaud : in std_logic_vector(3 downto 0); -- Number of Bauds by second FBaud : out std_logic -- Base frecuency ); end Baud...
-------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 21:07:59 10/22/2017 -- Design Name: -- Module Name: C:/Users/DELL/Desktop/Processor3/Processor/windows_manager_arch_tb.vhd -- Project Name: Processor -- Target Device: -- Tool versions...
--------------------------------------------------------------------------------------- -- Title : Wishbone slave core for BPM Swap Channels Interface Registers --------------------------------------------------------------------------------------- -- File : wb_bpm_swap_regs_pkg.vhd -- Author ...
-- 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...
-- Copyright 1986-2016 Xilinx, Inc. All Rights Reserved. -- -------------------------------------------------------------------------------- -- Tool Version: Vivado v.2016.4 (win64) Build 1733598 Wed Dec 14 22:35:39 MST 2016 -- Date : Mon Feb 20 13:53:00 2017 -- Host : GILAMONSTER running 64-bit major rel...
-- Copyright 1986-2016 Xilinx, Inc. All Rights Reserved. -- -------------------------------------------------------------------------------- -- Tool Version: Vivado v.2016.4 (win64) Build 1733598 Wed Dec 14 22:35:39 MST 2016 -- Date : Sun Jun 04 00:42:44 2017 -- Host : GILAMONSTER running 64-bit major rel...
-- Legal Notice: (C)2006 Altera Corporation. All rights reserved. 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 any of the foregoing (including device programming or -- simulation files), and any associat...
-- Legal Notice: (C)2006 Altera Corporation. All rights reserved. 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 any of the foregoing (including device programming or -- simulation files), and any associat...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity register_file is port ( clk : in std_logic; data : in std_logic_vector (31 downto 0); rst : in std_logic; reg_write : in std_logic_vector(4 downto 0); wr_en : in std_logic; reg_read1 : in ...
------------------------------------------------------------------------------ -- 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...
---------------------------------------------------------------------------------- --! Company: EDAQ WIS. --! Engineer: juna --! --! Create Date: 06/22/2014 --! Module Name: EPROC_IN4_ALIGN_BLOCK --! Project Name: FELIX --------------------------------------------------------------------------------...
-- 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 : Wed Sep 20 21:09:13 2017 -- Host : EffulgentTome running 64-bit major r...
-- ============================================================== -- 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...
-- ============================================================== -- 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...
-- ============================================================== -- 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...
-- ============================================================== -- 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...
-- ============================================================== -- 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...
-- ============================================================== -- 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...
library IEEE; use IEEE.numeric_std.all; use IEEE.std_logic_1164.all; entity tb is end tb; architecture rtl of tb is -- components component top is port( clk : in std_logic; reset : in std_logic; led : out std_logic); end component; -- signals signal clk ...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; -- Uncomment the following library declaration if using -- arithmetic functions with Signed or Unsigned values --use IEEE.NUMERIC_STD.ALL; -- Uncomment the following library declaration if instantiating -- any Xilinx primitives in this code....
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; library work; use work.constants.all; entity spiromram_wb8 is generic( ADDRLEN: integer := 12 ); port( -- bus signal naming according to Wishbone B4 spec CLK_I: in std_logic; STB_I: in std_logic; WE_I: in std_logic; ADR_I: in std_lo...
-- -*- vhdl -*- ------------------------------------------------------------------------------- -- Copyright (c) 2012, The CARPE Project, All rights reserved. -- -- See the AUTHORS file for individual contributors. -- -- ...
------------------------------------------------------------------------------- -- File Name : FDCT.vhd -- -- Project : JPEG_ENC -- -- Module : FDCT -- -- Content : FDCT -- -- Description : 2D Discrete Cosine Transform -- -- Spec. : -- -- Author : Michal Krepa -- ----------------------------------------...
------------------------------------------------------------------------------- -- File Name : FDCT.vhd -- -- Project : JPEG_ENC -- -- Module : FDCT -- -- Content : FDCT -- -- Description : 2D Discrete Cosine Transform -- -- Spec. : -- -- Author : Michal Krepa -- ----------------------------------------...
entity paren11 is end paren11; architecture behav of paren11 is begin process type string_acc is access string; variable hel : string_acc := new string'("hello"); impure function a return string_acc is begin return hel; end a; constant b : natural := 2; begin assert a(b) = 'e'; ...
entity paren11 is end paren11; architecture behav of paren11 is begin process type string_acc is access string; variable hel : string_acc := new string'("hello"); impure function a return string_acc is begin return hel; end a; constant b : natural := 2; begin assert a(b) = 'e'; ...
entity paren11 is end paren11; architecture behav of paren11 is begin process type string_acc is access string; variable hel : string_acc := new string'("hello"); impure function a return string_acc is begin return hel; end a; constant b : natural := 2; begin assert a(b) = 'e'; ...
-- NEED RESULT: *** An assertion with Report ARCH00027: An assertion with complex string expressions passed and severity of Note should follow -- NEED RESULT: ARCH00027: An assertion with complex string expressions passed -- NEED RESULT: *** An assertion with Report ARCH00027: An assertion with complex string express...
-- libraries --------------------------------------------------------------------------------- {{{ library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.NUMERIC_STD.ALL; use ieee.std_logic_textio.all; use std.textio.all; -----------------------------------------------------------------------------------------------...
------------------------------------------------------------------------------- -- $Id: ip2bus_dmux.vhd,v 1.1 2003/03/15 01:05:24 ostlerf Exp $ ------------------------------------------------------------------------------- -- ip2bus_dmux.vhd - vhdl design file for the entity and architecture -- ...
------------------------------------------------------------------------------- -- $Id: ip2bus_dmux.vhd,v 1.1 2003/03/15 01:05:24 ostlerf Exp $ ------------------------------------------------------------------------------- -- ip2bus_dmux.vhd - vhdl design file for the entity and architecture -- ...
entity test is package a is new b generic map(c => ((bar)) foo); end;
-- 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 : Wed Sep 27 18:05:24 2017 -- Host : vldmr-PC running 64-bit Service ...
--! --! 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...
LIBRARY ieee; USE ieee.std_logic_1164.ALL; ENTITY TB_WindowsManager IS END TB_WindowsManager; ARCHITECTURE behavior OF TB_WindowsManager IS -- Component Declaration for the Unit Under Test (UUT) COMPONENT WindowsManager PORT( rs1 : IN std_logic_vector(4 downto 0); rs2 : IN std_log...
-- Projeto MasterMind -- Diogo Daniel Soares Ferreira e Eduardo Reis Silva library IEEE; use IEEE.STD_LOGIC_1164.all; entity MasterMind is port( KEY : in std_logic_vector(3 downto 0); SW : in std_logic_vector(0 downto 0); CLOCK_50 : in std_logic; HEX7 : out std_logic_vector(6 downto 0); HEX6 : out...
-- (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 ...
-------------------------------------------------------------------------------- -- Designer: Paolo Fulgoni <pfulgoni@opencores.org> -- -- Create Date: 01/31/2008 -- Last Update: 03/28/2008 -- Project Name: camellia-vhdl -- Description: Control unit and key handling -- -- Copyright (C) 2008 Paolo Fulgoni ...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; entity Encoder is port (A : in std_logic_vector(2 downto 0); O : out std_logic_vector(2 downto 0) ); end Encoder; architecture Behavioral of Encoder is begin process(A) begin case A is when "000" => O <= "000"; when "001" => O ...
-- 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 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 : Wed Sep 20 21:11:18 2017 -- Host : EffulgentTome running 64-bit major r...
------------------------------------------------------------------------------ -- 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 PlatformHps is port( -- Clock CLOCK_50 : in std_logic; -- LED LEDR : out std_logic_vector(9 downto 0); -- KEY KEY : in std_logic_vector(3 downto 0); -- Switches SW : in std_logic_vector(9 downto 0); --7SEG HEX0 : out std_...
library ieee; use ieee.std_logic_1164.all; entity PlatformHps is port( -- Clock CLOCK_50 : in std_logic; -- LED LEDR : out std_logic_vector(9 downto 0); -- KEY KEY : in std_logic_vector(3 downto 0); -- Switches SW : in std_logic_vector(9 downto 0); --7SEG HEX0 : out std_...
architecture RTL of FIFO is function func1 return integer is BEGIN end function func1; function func1 return integer is BEGIN end function func1; function func1 return integer is BEGIN end function func1; procedure proc1 is Begin end procedure proc1; begin end architecture RTL;
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 12:47:10 09/25/2015 -- Design Name: -- Module Name: MUX - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Revision: ...
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
library ieee; use ieee.std_logic_1164.all; use work.utils_pkg.all; entity fractional_clock_divider_variable_tb is end fractional_clock_divider_variable_tb; architecture tb of fractional_clock_divider_variable_tb is signal clk : std_logic := '0'; signal output : std_logic; begin clk <= not clk after 10 ns...
library ieee; use ieee.std_logic_1164.all; use work.utils_pkg.all; entity fractional_clock_divider_variable_tb is end fractional_clock_divider_variable_tb; architecture tb of fractional_clock_divider_variable_tb is signal clk : std_logic := '0'; signal output : std_logic; begin clk <= not clk after 10 ns...
`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 2012 Lawrence Wilkinson lawrence@ljw.me.uk -- -- This file is part of LJW2030, a VHDL implementation of the IBM -- System/360 Model 30. -- -- LJW2030 is free software: you can redistribute it and/or modify -- ...
-- 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...
-- IT Tijuana, NetList-FPGA-Optimizer 0.01 (printed on 2016-05-12.09:05:18) LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.all; USE IEEE.NUMERIC_STD.all; ENTITY hal_femo_entity IS PORT ( reset, clk: IN std_logic; input1, input2, input3, input4, input5: IN unsigned(0 TO 30); output1, output2, output3: OUT unsigned(0 TO ...
-------------------------------------------------------------------------------- -- -- 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.numeric_std.all; entity ieee3 is end entity; architecture test of ieee3 is begin process is variable x, y, z: unsigned(7 downto 0); begin x := to_unsigned(3, 8); y := to_unsigned(5, 8); assert y > x; assert y >= x; ...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity ieee3 is end entity; architecture test of ieee3 is begin process is variable x, y, z: unsigned(7 downto 0); begin x := to_unsigned(3, 8); y := to_unsigned(5, 8); assert y > x; assert y >= x; ...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity ieee3 is end entity; architecture test of ieee3 is begin process is variable x, y, z: unsigned(7 downto 0); begin x := to_unsigned(3, 8); y := to_unsigned(5, 8); assert y > x; assert y >= x; ...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity ieee3 is end entity; architecture test of ieee3 is begin process is variable x, y, z: unsigned(7 downto 0); begin x := to_unsigned(3, 8); y := to_unsigned(5, 8); assert y > x; assert y >= x; ...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity ieee3 is end entity; architecture test of ieee3 is begin process is variable x, y, z: unsigned(7 downto 0); begin x := to_unsigned(3, 8); y := to_unsigned(5, 8); assert y > x; assert y >= x; ...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; library UNISIM; use UNISIM.Vcomponents.all; entity dcm_32_10 is port (CLKIN_IN : in std_logic; CLK0_OUT : out std_logic; CLK0_OUT1 : out std_logic; CLK2X_OUT : out std_logic); end dcm_32_10; architecture BEHAVIO...
library ieee; use ieee.std_logic_1164.all; entity cmp_137 is port ( eq : out std_logic; in0 : in std_logic_vector(2 downto 0); in1 : in std_logic_vector(2 downto 0) ); end cmp_137; architecture augh of cmp_137 is signal tmp : std_logic; begin -- Compute the result tmp <= '0' when in0 /= in1 else '...
library ieee; use ieee.std_logic_1164.all; entity cmp_137 is port ( eq : out std_logic; in0 : in std_logic_vector(2 downto 0); in1 : in std_logic_vector(2 downto 0) ); end cmp_137; architecture augh of cmp_137 is signal tmp : std_logic; begin -- Compute the result tmp <= '0' when in0 /= in1 else '...
---------------------------------------------------------------------------------- -- filter.vhd -- -- Copyright (C) 2006 Michael Poppitz -- -- 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; e...
---------------------------------------------------------------------------------- -- filter.vhd -- -- Copyright (C) 2006 Michael Poppitz -- -- 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; e...
---------------------------------------------------------------------------------- -- filter.vhd -- -- Copyright (C) 2006 Michael Poppitz -- -- 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; e...
---------------------------------------------------------------------------------- -- filter.vhd -- -- Copyright (C) 2006 Michael Poppitz -- -- 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; e...
-------------------------------------------------------------------------------- -- Copyright (c) 1995-2011 Xilinx, Inc. All rights reserved. -------------------------------------------------------------------------------- -- ____ ____ -- / /\/ / -- /___/ \ / Vendor: Xilinx -- \ \ \/ Version: O.87...
------------------------------------------------------------------------------- --! @file CipherCore.vhd --! @author Hannes Gross --! @brief Generic Ascon-128(a) implementation ------------------------------------------------------------------------------- library ieee; use ieee.std_logic_1164.ALL; use ...
---------------------------------------------------------------------------------- -- demux.vhd -- -- Copyright (C) 2006 Michael Poppitz -- -- 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; ei...
---------------------------------------------------------------------------------- -- demux.vhd -- -- Copyright (C) 2006 Michael Poppitz -- -- 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; ei...
---------------------------------------------------------------------------------- -- demux.vhd -- -- Copyright (C) 2006 Michael Poppitz -- -- 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; ei...
---------------------------------------------------------------------------------- -- demux.vhd -- -- Copyright (C) 2006 Michael Poppitz -- -- 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; ei...
LIBRARY ieee; USE ieee.std_logic_1164.ALL; ENTITY WindowsManager_tb IS END WindowsManager_tb; ARCHITECTURE behavior OF WindowsManager_tb IS -- Component Declaration for the Unit Under Test (UUT) COMPONENT WindowsManager PORT( rs1 : IN std_logic_vector(4 downto 0); rs...
---------------------------------------------------------------------------------- -- Copyright (C) 2016 Marcello Traiola -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU Affero General Public License as -- published by the Free Software Foundation,...
------------------------------------------------------------------------------- -- _________ _____ _____ ____ _____ ___ ____ -- -- |_ ___ | |_ _| |_ _| |_ \|_ _| |_ ||_ _| -- -- | |_ \_| | | | | | \ | | | |_/ / -- ...