content
stringlengths
1
1.04M
---------------------------------------------------------------------------------- -- Company: Gadget Factory -- Engineer: Alvaro Lopes -- -- Create Date: 13:56:50 12/10/2013 -- Design Name: -- Module Name: TEMPLATE_zpuino_wb_Wishbone - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- De...
---------------------------------------------------------------------------------- -- Company: Gadget Factory -- Engineer: Alvaro Lopes -- -- Create Date: 13:56:50 12/10/2013 -- Design Name: -- Module Name: TEMPLATE_zpuino_wb_Wishbone - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- De...
---------------------------------------------------------------------------------- -- Company: Gadget Factory -- Engineer: Alvaro Lopes -- -- Create Date: 13:56:50 12/10/2013 -- Design Name: -- Module Name: TEMPLATE_zpuino_wb_Wishbone - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- De...
---------------------------------------------------------------------------------- -- Company: Gadget Factory -- Engineer: Alvaro Lopes -- -- Create Date: 13:56:50 12/10/2013 -- Design Name: -- Module Name: TEMPLATE_zpuino_wb_Wishbone - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- De...
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
architecture ARCH of ENTITY is begin PROC_1 : process (a, b, c) is begin case boolean_1 is when STATE_1 => a <= b; b <= c; c <= d; end case; end process PROC_1; PROC_2 : process (a, b, c) is begin case boolean_1 is when STATE_1=> a <= b; ...
-- Accellera Standard V2.3 Open Verification Library (OVL). -- Accellera Copyright (c) 2008. All rights reserved. library ieee; use ieee.std_logic_1164.all; use work.std_ovl.all; entity ovl_next is generic ( severity_level : ovl_severity_level := OVL_SEVERITY_LEVEL_NOT_SET; num_cks : positi...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 00:28:56 12/10/2016 -- Design Name: -- Module Name: byte_swapper - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Re...
library ieee; use ieee.std_logic_1164.all; entity MEMWBRegister is port( clk, MemtoRegIn, RegWriteIn: in std_logic; WriteRegisterIn: in std_logic_vector(4 downto 0); ReadDataIn, ALUResultIn: in std_logic_vector(31 downto 0); MemtoRegOut, RegWriteOut: out std_logic; WriteRegisterOut: out ...
-------------------------------------------------------------------------------- -- InputIEEE_11_52_to_11_52 -- This operator is part of the Infinite Virtual Library FloPoCoLib -- All rights reserved -- Authors: Florent de Dinechin (2008) -------------------------------------------------------...
LIBRARY ieee; USE ieee.std_logic_1164.all; USE ieee.numeric_std.all; use std.textio.all; use ieee.std_logic_textio.all; ENTITY mux_tb IS END mux_tb; architecture mux_tb_arch of mux_tb is component mux is port(clk : in std_logic; input0 : in std_logic_vector(31 downto 0); input1 : in std_logic_vector(31 downto 0...
entity bounds10 is end entity; architecture test of bounds10 is begin process is variable n : integer; variable a : bit_vector(3 downto 0); variable b : bit_vector(7 downto 0); begin n := 7; wait for 1 ns; a := b(n downto 0); wait; end process; end ...
entity bounds10 is end entity; architecture test of bounds10 is begin process is variable n : integer; variable a : bit_vector(3 downto 0); variable b : bit_vector(7 downto 0); begin n := 7; wait for 1 ns; a := b(n downto 0); wait; end process; end ...
entity bounds10 is end entity; architecture test of bounds10 is begin process is variable n : integer; variable a : bit_vector(3 downto 0); variable b : bit_vector(7 downto 0); begin n := 7; wait for 1 ns; a := b(n downto 0); wait; end process; end ...
entity bounds10 is end entity; architecture test of bounds10 is begin process is variable n : integer; variable a : bit_vector(3 downto 0); variable b : bit_vector(7 downto 0); begin n := 7; wait for 1 ns; a := b(n downto 0); wait; end process; end ...
entity bounds10 is end entity; architecture test of bounds10 is begin process is variable n : integer; variable a : bit_vector(3 downto 0); variable b : bit_vector(7 downto 0); begin n := 7; wait for 1 ns; a := b(n downto 0); wait; end process; end ...
-- TestBench Template LIBRARY ieee; USE ieee.std_logic_1164.ALL; USE ieee.numeric_std.ALL; use work.tb_package.all; ENTITY testbench IS END testbench; ARCHITECTURE behavior OF testbench IS COMPONENT tb_master PORT( done_i : IN std_logic_vector(gen_number downto 0); ...
-- (c) Copyright 1995-2016 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 ...
library ieee; use ieee.std_logic_1164.all; entity IDEXRegister is port( clk, ALUSrcIn, BranchIn, MemWriteIn, MemReadIn, MemtoRegIn, RegDstIn, RegWriteIn: in std_logic; ALUOpIn: std_logic_vector(1 downto 0); AddressIn, InstructionIn, ReadDataOneIn, ReadDataTwoIn: std_logic_vector(31 downto 0); ALUSrcO...
-- ---- comp_defs - package ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- -- -- ******************************************************************* -- ** (c) Copyright [2010] - [2012] Xilinx, Inc. All righ...
library verilog; use verilog.vl_types.all; entity tester is port( clk : out vl_logic; data : out vl_logic_vector(7 downto 0) ); end tester;
-- 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; -- -- ========================================================================================================================================================...
-- ------------------------------------------------------------- -- -- Entity Declaration for ioblock0_e -- -- Generated -- by: wig -- on: Wed Jul 5 16:53:23 2006 -- cmd: /cygdrive/h/work/eclipse/MIX/mix_0.pl ../../padio.xls -- -- !!! Do not edit this file! Autogenerated by MIX !!! -- $Author: wig $ -- $Id: iobl...
-- (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 ...
entity slice1 is end entity; architecture test of slice1 is type int_vector is array (integer range <>) of integer; signal x : int_vector(0 to 3); begin process is variable u : int_vector(5 downto 2); variable v : int_vector(0 to 3); begin v := ( 1, 2, 3, 4 ); v(1 to 2)...
entity slice1 is end entity; architecture test of slice1 is type int_vector is array (integer range <>) of integer; signal x : int_vector(0 to 3); begin process is variable u : int_vector(5 downto 2); variable v : int_vector(0 to 3); begin v := ( 1, 2, 3, 4 ); v(1 to 2)...
entity slice1 is end entity; architecture test of slice1 is type int_vector is array (integer range <>) of integer; signal x : int_vector(0 to 3); begin process is variable u : int_vector(5 downto 2); variable v : int_vector(0 to 3); begin v := ( 1, 2, 3, 4 ); v(1 to 2)...
entity slice1 is end entity; architecture test of slice1 is type int_vector is array (integer range <>) of integer; signal x : int_vector(0 to 3); begin process is variable u : int_vector(5 downto 2); variable v : int_vector(0 to 3); begin v := ( 1, 2, 3, 4 ); v(1 to 2)...
entity slice1 is end entity; architecture test of slice1 is type int_vector is array (integer range <>) of integer; signal x : int_vector(0 to 3); begin process is variable u : int_vector(5 downto 2); variable v : int_vector(0 to 3); begin v := ( 1, 2, 3, 4 ); v(1 to 2)...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity top_tb_pc is end entity top_tb_pc; architecture top_tb_pc_behav of top_tb_pc is alias slv is std_logic_vector; subtype slv512 is slv(511 downto 0); subtype slv256 is slv(255 downto 0); subtype slv32 is slv(31 downto 0); subtype w...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity top_tb_pc is end entity top_tb_pc; architecture top_tb_pc_behav of top_tb_pc is alias slv is std_logic_vector; subtype slv512 is slv(511 downto 0); subtype slv256 is slv(255 downto 0); subtype slv32 is slv(31 downto 0); subtype w...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity top_tb_pc is end entity top_tb_pc; architecture top_tb_pc_behav of top_tb_pc is alias slv is std_logic_vector; subtype slv512 is slv(511 downto 0); subtype slv256 is slv(255 downto 0); subtype slv32 is slv(31 downto 0); subtype w...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity top_tb_pc is end entity top_tb_pc; architecture top_tb_pc_behav of top_tb_pc is alias slv is std_logic_vector; subtype slv512 is slv(511 downto 0); subtype slv256 is slv(255 downto 0); subtype slv32 is slv(31 downto 0); subtype w...
entity tb_testrec is end tb_testrec; library ieee; use ieee.std_logic_1164.all; architecture behav of tb_testrec is signal a : std_logic; signal b : std_logic; begin dut: entity work.testrec port map (a, b); process begin wait for 1 ns; assert b = '0' severity failure; wait; end process; ...
------------------------------------------------------------------------------- -- ____ _____ __ __ ________ _______ -- | | \ \ | \ | | |__ __| | __ \ -- |____| \____\ | \| | | | | |__> ) -- ____ ____ | |\ \ | | | | _...
------------------------------------------------------------------------------------- -- FILE NAME : tb_packer_128.vhd -- AUTHOR : Luis -- COMPANY : -- UNITS : Entity - tb_packer_128 -- Architecture - Behavioral -- LANGUAGE : VHDL -- DATE : May 21, 2010 --------------------------------...
----------------------------------------------------------------------------- -- LEON3 Demonstration design -- Copyright (C) 2011 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; use ieee.numeric_std.all; library work; use work.cordic_lib.all; ---use work.float_pkg.all; --library ieee_proposed; --use ieee_proposed.float_pkg.all; library floatfixlib; use floatfixlib.float_pkg.all; -- RAM interna que recibe svl's de forma serial y los guarda como posi...
------------------------------------------------------------------------------- -- $Id: or_muxcy.vhd,v 1.1.2.1 2009/10/06 21:15:01 gburch Exp $ ------------------------------------------------------------------------------- -- or_muxcy ------------------------------------------------------------------------------- -- -...
------------------------------------------------------------------------------- -- $Id: or_muxcy.vhd,v 1.1.2.1 2009/10/06 21:15:01 gburch Exp $ ------------------------------------------------------------------------------- -- or_muxcy ------------------------------------------------------------------------------- -- -...
-- 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...
-- This file is not intended for synthesis, is is present so that simulators -- see a complete view of the system. -- You may use the entity declaration from this file as the basis for a -- component declaration in a VHDL file instantiating this entity. library IEEE; use IEEE.std_logic_1164.all; use IEEE.NUMERIC_STD....
`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; library work; use work.constants.all; entity sys_toplevel is Port( I_clk: in std_logic; I_en: in std_logic := '1'; I_reset: in std_logic := '0'; I_serial_rx: in std_logic; O_addr: out std_logic_vector(XLEN-1 downto 0); O_data: out std_...
--================================================================================================================================ -- 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 ...
------------------------------------------------------------------------------- -- Title : TIE-50206, Exercise 02 -- Project : ------------------------------------------------------------------------------- -- File : ripple_carry_adder.vhd -- Author : Tuomas Huuki, Jonas Nikula -- Company : TUT --...
------------------------------------------------------------------------------- -- Phy Management Interface for OpenMAC -- -- Copyright (C) 2009 B&R -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are met: -...
------------------------------------------------------------------------------- -- Phy Management Interface for OpenMAC -- -- Copyright (C) 2009 B&R -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are met: -...
entity E is end entity; architecture A of E is -- array with unconstrained array element type type A is array(natural range <>) of bit_vector; -- partially constrained array -> constrained inner array (element) subtype P1 is A(open)(7 downto 0); -- partially constrained array -> constrained outer array (vect...
-- ------------------------------------------------------------- -- -- Generated Configuration for ioblock3_e -- -- Generated -- by: wig -- on: Mon Jul 18 15:46:40 2005 -- cmd: h:/work/eclipse/mix/mix_0.pl -strip -nodelta ../../padio.xls -- -- !!! Do not edit this file! Autogenerated by MIX !!! -- $Author: wig $ -...
------------------------------------------------------------------------------- -- Title : MIPS Register File -- Project : ------------------------------------------------------------------------------- -- File : read_register.vhd -- Author : Frank Vanbever <frank@neuromancer> -- Company : -- Cr...
library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; library gmzpu; use gmzpu.zwishbone.all; library zetaio; use zetaio.pic.all; use zetaio.tim.all; entity zwc is generic ( DATA_WIDTH : natural:=32; ADR_WIDTH : natural:=16; CS_WIDTH : natural:=4 ); port ( ...
-- 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...
entity func9 is end entity; architecture test of func9 is constant msg0 : string := "zero"; constant msg1 : string := "one"; function get_message(x : in bit) return string is begin case x is when '0' => return msg0; when '1' => return msg1; end case; end fu...
------------------------------------------------------------------------------- -- -- Title : No Title -- Design : -- Author : Shadowmaker -- Company : Home -- ------------------------------------------------------------------------------- -- -- File : E:\Embedded\Projects\POCP\Lab05\Lab05\s...
------------------------------------------------------------------------------- -- -- Title : No Title -- Design : -- Author : Shadowmaker -- Company : Home -- ------------------------------------------------------------------------------- -- -- File : E:\Embedded\Projects\POCP\Lab05\Lab05\s...
-------------------------------------------------------------------------------- -- -- BLK MEM GEN v7.1 Core - Top-level core wrapper -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2006-2010 Xilinx, Inc. All rights reserved. -- -- This file contains con...
-- $Id: $ -- File name: tb_sd_control.vhd -- Created: 4/21/2012 -- Author: Spencer Julian -- Lab Section: 337-02 -- Version: 1.0 Initial Test Bench library ieee; --library gold_lib; --UNCOMMENT if you're using a GOLD model use ieee.std_logic_1164.all; use ieee.numeric_std.all; --use gold_lib.all; -...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity perm_layer is port(data_in: in std_logic_vector(63 downto 0); data_out: out std_logic_vector(63 downto 0) ); end perm_layer; architecture structural of perm_layer is begin PERM: for i in 63 downto 0 generate data...
------------------------------------------------------------------------------- -- Title : Testbench for design "xilinx_block_ram" ------------------------------------------------------------------------------- -- Standard : VHDL'87 ------------------------------------------------------------------------------- ...
------------------------------------------------------------------------------- -- Title : Testbench for design "xilinx_block_ram" ------------------------------------------------------------------------------- -- Standard : VHDL'87 ------------------------------------------------------------------------------- ...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use ieee.numeric_std.all; use ieee.std_logic_unsigned.all; library work; use work.wishbonepkg.all; entity xtc_wbmux2 is generic ( select_line: integer; address_high: integer:=31; address_low: integer:=2 ); port ( wb_syscon: in wb_syscon_type; -- Mas...
--***************************************************************************** -- (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....
------------------------------------------------------------------------------ -- 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 ...
------------------------------------------------------------------------------- -- reset_sync_module.vhd - Entity and architecture ------------------------------------------------------------------------------- -- -- ******************************************************************* -- ** (c) Copyright [2010] - [...
------------------------------------------------------------------------------- -- -- Title : fourbit_submodule -- Design : ALU -- Author : riczhang -- Company : Stony Brook University -- ------------------------------------------------------------------------------- -- -- File : c:\...
-- $Id: pdp11.vhd 427 2011-11-19 21:04:11Z mueller $ -- -- Copyright 2006-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 version 2, ...
-- $Id: pdp11.vhd 427 2011-11-19 21:04:11Z mueller $ -- -- Copyright 2006-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 version 2, ...
-- 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...
-------------------------------------------------------------------------------- -- Title : internal Wishbone master module -- Project : 16z091-01 -------------------------------------------------------------------------------- -- File : wb_master.vhd -- Author : Susanne Reinfelder -- Email ...
------------------------------------------------------------------------------- -- Copyright (c) 2015 Xilinx, Inc. -- All Rights Reserved ------------------------------------------------------------------------------- -- ____ ____ -- / /\/ / -- /___/ \ / Vendor : Xilinx -- \ \ \/ Version : 1...
--------------------------------------------------------------------------------------------------- -- -- Title : zcpsmProgRom -- Design : eth_new -- Author : a4a881d4 -- Company : a4a881d4 -- --------------------------------------------------------------------------------------------------- ...
-- NEED RESULT: ARCH00061.P1: Body of 'for' loop is executed once for each value in the discrete range passed -- NEED RESULT: ARCH00061.P2: Body of 'for' loop is executed once for each value in the discrete range passed -- NEED RESULT: ARCH00061.P3: Body of 'for' loop is executed once for each value in the discrete r...
-------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 23:22:16 01/07/2014 -- Design Name: -- Module Name: C:/Users/Ruy/Desktop/LCSE_lab/dma/tb_dma.vhd -- Project Name: dma -- Target Device: -- Tool versions: -- Description: -- -- VH...
-- 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 : Thu Sep 28 11:37:19 2017 -- Host : vldmr-PC running 64-bit Service ...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity tlc_sim is Port ( -- The crystal: CLK : in STD_LOGIC; -- VGA Connector R0 : out STD_LOGIC; R1 : out STD_LOGIC; R2 : out ...
library ieee; use ieee.std_logic_1164.all; use work.AuxPkg.all; use work.ComponentsPkg.all; entity tb_Pull is end tb_Pull; architecture arch of tb_Pull is constant WIDTH : integer := 8; -- simulation stuff constant CLK_PERIOD : time := 100 ns; signal ccount : integer := 1; type tbstatusType is (...
LIBRARY ieee,disciplines; USE ieee.math_real.all; USE ieee.math_real.all; USE work.electrical_system.all; USE work.all; -- Entity declaration -- ENTITY CAPACITOR IS GENERIC ( v_init : REAL := 0.0; c : REAL := 10.0e-12 ); PORT ( terminal RT : electrical; terminal LT : electrical ); END ENTITY CAPACITOR;
LIBRARY ieee,disciplines; USE ieee.math_real.all; USE ieee.math_real.all; USE work.electrical_system.all; USE work.all; -- Entity declaration -- ENTITY CAPACITOR IS GENERIC ( v_init : REAL := 0.0; c : REAL := 10.0e-12 ); PORT ( terminal RT : electrical; terminal LT : electrical ); END ENTITY CAPACITOR;
LIBRARY ieee,disciplines; USE ieee.math_real.all; USE ieee.math_real.all; USE work.electrical_system.all; USE work.all; -- Entity declaration -- ENTITY CAPACITOR IS GENERIC ( v_init : REAL := 0.0; c : REAL := 10.0e-12 ); PORT ( terminal RT : electrical; terminal LT : electrical ); END ENTITY CAPACITOR;
LIBRARY ieee,disciplines; USE ieee.math_real.all; USE ieee.math_real.all; USE work.electrical_system.all; USE work.all; -- Entity declaration -- ENTITY CAPACITOR IS GENERIC ( v_init : REAL := 0.0; c : REAL := 10.0e-12 ); PORT ( terminal RT : electrical; terminal LT : electrical ); END ENTITY CAPACITOR;
LIBRARY ieee,disciplines; USE ieee.math_real.all; USE ieee.math_real.all; USE work.electrical_system.all; USE work.all; -- Entity declaration -- ENTITY CAPACITOR IS GENERIC ( v_init : REAL := 0.0; c : REAL := 10.0e-12 ); PORT ( terminal RT : electrical; terminal LT : electrical ); END ENTITY CAPACITOR;
LIBRARY ieee,disciplines; USE ieee.math_real.all; USE ieee.math_real.all; USE work.electrical_system.all; USE work.all; -- Entity declaration -- ENTITY CAPACITOR IS GENERIC ( v_init : REAL := 0.0; c : REAL := 10.0e-12 ); PORT ( terminal RT : electrical; terminal LT : electrical ); END ENTITY CAPACITOR;
LIBRARY ieee,disciplines; USE ieee.math_real.all; USE ieee.math_real.all; USE work.electrical_system.all; USE work.all; -- Entity declaration -- ENTITY CAPACITOR IS GENERIC ( v_init : REAL := 0.0; c : REAL := 10.0e-12 ); PORT ( terminal RT : electrical; terminal LT : electrical ); END ENTITY CAPACITOR;
LIBRARY ieee,disciplines; USE ieee.math_real.all; USE ieee.math_real.all; USE work.electrical_system.all; USE work.all; -- Entity declaration -- ENTITY CAPACITOR IS GENERIC ( v_init : REAL := 0.0; c : REAL := 10.0e-12 ); PORT ( terminal RT : electrical; terminal LT : electrical ); END ENTITY CAPACITOR;
LIBRARY ieee,disciplines; USE ieee.math_real.all; USE ieee.math_real.all; USE work.electrical_system.all; USE work.all; -- Entity declaration -- ENTITY CAPACITOR IS GENERIC ( v_init : REAL := 0.0; c : REAL := 10.0e-12 ); PORT ( terminal RT : electrical; terminal LT : electrical ); END ENTITY CAPACITOR;
LIBRARY ieee,disciplines; USE ieee.math_real.all; USE ieee.math_real.all; USE work.electrical_system.all; USE work.all; -- Entity declaration -- ENTITY CAPACITOR IS GENERIC ( v_init : REAL := 0.0; c : REAL := 10.0e-12 ); PORT ( terminal RT : electrical; terminal LT : electrical ); END ENTITY CAPACITOR;
LIBRARY ieee,disciplines; USE ieee.math_real.all; USE ieee.math_real.all; USE work.electrical_system.all; USE work.all; -- Entity declaration -- ENTITY CAPACITOR IS GENERIC ( v_init : REAL := 0.0; c : REAL := 10.0e-12 ); PORT ( terminal RT : electrical; terminal LT : electrical ); END ENTITY CAPACITOR;
LIBRARY ieee,disciplines; USE ieee.math_real.all; USE ieee.math_real.all; USE work.electrical_system.all; USE work.all; -- Entity declaration -- ENTITY CAPACITOR IS GENERIC ( v_init : REAL := 0.0; c : REAL := 10.0e-12 ); PORT ( terminal RT : electrical; terminal LT : electrical ); END ENTITY CAPACITOR;
LIBRARY ieee,disciplines; USE ieee.math_real.all; USE ieee.math_real.all; USE work.electrical_system.all; USE work.all; -- Entity declaration -- ENTITY CAPACITOR IS GENERIC ( v_init : REAL := 0.0; c : REAL := 10.0e-12 ); PORT ( terminal RT : electrical; terminal LT : electrical ); END ENTITY CAPACITOR;