content
stringlengths
1
1.04M
---------------------------------------------------------------------------------- -- Company: LARC - Escola Politecnica - University of Sao Paulo -- Engineer: Pedro Maat C. Massolino -- -- Create Date: 05/12/2012 -- Design Name: Tb_Syndrome_Calculator_n_pipe -- Module Name: Tb_Syndrome_Calculator_n_pipe -- ...
-- 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....
-- 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....
-- 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....
-- 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....
-- 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....
-- 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....
-- 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....
-- 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....
----------------------------------------------------------------------------------------------------------------------- -- Author: -- -- Create Date: 09/11/2016 -- dd/mm/yyyy -- Module Name: interconnect -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- ... -- -----...
library ieee; use ieee.std_logic_1164.all; entity ent is end; architecture a of ent is component c is generic ( G_REAL : real ); end component; begin c_inst: c generic map (G_REAL => 1.5); end;
-- Btrace 448 -- Debounce Counter -- -- Bradley Boccuzzi -- 2016 library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity debounceCounter is generic(k: integer); port(en, rst, clk: in std_logic; Q: out std_logic_vector(k-1 downto 0)); end debounceCounter; architecture yeayea of debounce...
--accm -- ************************************ -- Automatically Generated FSM -- IDEA_chan -- ************************************ -- ********************** -- Library inclusions -- ********************** library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; use ieee...
------------------------------------------------------------------------------- -- -- File: Context_to_Stream.vhd -- Author: Gherman Tudor -- Original Project: USB Device IP on 7-series Xilinx FPGA -- Date: 2 May 2016 -- ------------------------------------------------------------------------------- -- (c) 2016 Copyrig...
------------------------------------------------------------------------------- -- -- File: Context_to_Stream.vhd -- Author: Gherman Tudor -- Original Project: USB Device IP on 7-series Xilinx FPGA -- Date: 2 May 2016 -- ------------------------------------------------------------------------------- -- (c) 2016 Copyrig...
library ieee; use ieee.std_logic_1164.all; ---library work; ---use work.float_pkg.all; --library ieee_proposed; --use ieee_proposed.float_pkg.all; library floatfixlib; use floatfixlib.float_pkg.all; -- -- Para usar: -- library work; -- use work.cordic_lib.all; package cordic_lib is constant N_PF : natura...
LIBRARY IEEE; USE IEEE.std_logic_1164.ALL; USE IEEE.numeric_std.ALL; ENTITY TmpVarExample0 IS PORT( a : IN STD_LOGIC_VECTOR(31 DOWNTO 0); b : OUT STD_LOGIC_VECTOR(31 DOWNTO 0) ); END ENTITY; ARCHITECTURE rtl OF TmpVarExample0 IS BEGIN assig_process_b: PROCESS(a) VARIABLE tmpCastExpr...
-- ------------------------------------------------------------- -- -- Entity Declaration for ent_b -- -- Generated -- by: wig -- on: Wed Dec 14 12:17:36 2005 -- cmd: /cygdrive/h/work/eclipse/MIX/mix_0.pl -strip -nodelta ../configuration.xls -- -- !!! Do not edit this file! Autogenerated by MIX !!! -- $Author: wi...
-------------------------------------------------------------------------------- -- -- FIFO Generator Core - core top file for implementation -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. -- -- This file contains co...
--Ignored comment --Ignored comment architecture RTL of FIFO is signal sig1 : std_logic; -- comment signal sig1 : std_logic; -- comment begin end architecture RTL;
-- (C) 1992-2014 Altera Corporation. All rights reserved. -- Your use of Altera Corporation's design tools, logic functions and other -- software and tools, and its AMPP partner logic functions, and any output -- files any of the foregoing (including device programming or simulati...
-- (C) 1992-2014 Altera Corporation. All rights reserved. -- Your use of Altera Corporation's design tools, logic functions and other -- software and tools, and its AMPP partner logic functions, and any output -- files any of the foregoing (including device programming or simulati...
-- (C) 1992-2014 Altera Corporation. All rights reserved. -- Your use of Altera Corporation's design tools, logic functions and other -- software and tools, and its AMPP partner logic functions, and any output -- files any of the foregoing (including device programming or simulati...
-- (C) 1992-2014 Altera Corporation. All rights reserved. -- Your use of Altera Corporation's design tools, logic functions and other -- software and tools, and its AMPP partner logic functions, and any output -- files any of the foregoing (including device programming or simulati...
-- (C) 1992-2014 Altera Corporation. All rights reserved. -- Your use of Altera Corporation's design tools, logic functions and other -- software and tools, and its AMPP partner logic functions, and any output -- files any of the foregoing (including device programming or simulati...
-- (C) 1992-2014 Altera Corporation. All rights reserved. -- Your use of Altera Corporation's design tools, logic functions and other -- software and tools, and its AMPP partner logic functions, and any output -- files any of the foregoing (including device programming or simulati...
-- (C) 1992-2014 Altera Corporation. All rights reserved. -- Your use of Altera Corporation's design tools, logic functions and other -- software and tools, and its AMPP partner logic functions, and any output -- files any of the foregoing (including device programming or simulati...
-- (C) 1992-2014 Altera Corporation. All rights reserved. -- Your use of Altera Corporation's design tools, logic functions and other -- software and tools, and its AMPP partner logic functions, and any output -- files any of the foregoing (including device programming or simulati...
-- (C) 1992-2014 Altera Corporation. All rights reserved. -- Your use of Altera Corporation's design tools, logic functions and other -- software and tools, and its AMPP partner logic functions, and any output -- files any of the foregoing (including device programming or simulati...
-- (C) 1992-2014 Altera Corporation. All rights reserved. -- Your use of Altera Corporation's design tools, logic functions and other -- software and tools, and its AMPP partner logic functions, and any output -- files any of the foregoing (including device programming or simulati...
-------------------------------------------------------------------------------- -- -- uartrx.vhd -- -- Universal asynchronous receiver/transmitter---receiver design. -- -- This file contains the design for the receiver on a UART. The UART will take -- in data serially on the RX line, starting with a single low star...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; use work.arch_defs.all; package memory_map is constant BOOT_ADDR : addr_t := X"0000_0000"; constant B : natural := 1; constant K : natural := 1024*B; constant M : natural := K*K; subtype memchipsel_t is std_logic_vector(11 downto 0); ...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; package communication_pkg is constant COMM_BUS_WIDTH: integer := 16; type comm_to_slave_t is record rd_req: std_logic; wr_req: std_logic; data_wr: std_logic_vector(COMM_BUS_WIDTH-1 downto 0); end record; typ...
-- 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 (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...
use Std.Textio.all; library IEEE; use ieee.std_logic_1164.ALL; entity test_c_bus is end; architecture test_c_bus of test_c_bus is component c_bus generic (width : integer; no_of_inputs : integer); port( input : in Std_logic_vector (((width*no_of_inputs) - 1) downto 0); BUS_SELECT : in Std_logic_vector...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity shifter is port ( operation : in std_logic_vector(2 downto 0); enable : in std_logic := '1'; -- instruction(1) c_in : in std_logic; n_in : in std_logic; z_in...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity shifter is port ( operation : in std_logic_vector(2 downto 0); enable : in std_logic := '1'; -- instruction(1) c_in : in std_logic; n_in : in std_logic; z_in...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity shifter is port ( operation : in std_logic_vector(2 downto 0); enable : in std_logic := '1'; -- instruction(1) c_in : in std_logic; n_in : in std_logic; z_in...
package p is function func(x : natural) return natural; end package; package body p is function func(x : natural) return natural is begin return x + 1; end function; end package body; ------------------------------------------------------------------------------- entity sub is port ( x : ...
package p is function func(x : natural) return natural; end package; package body p is function func(x : natural) return natural is begin return x + 1; end function; end package body; ------------------------------------------------------------------------------- entity sub is port ( x : ...
library ieee; use ieee.std_logic_1164.all; entity subkey_production is generic( shifting_parameter: in std_logic_vector(0 to 1); left_or_right: in std_logic_vector(0 to 0)); --0 represents left shift while 1 right shift port( left_key_in: in std_logic_vector(0 to 27); right_key_in: in std_logic_vector(0 to 27); ...
library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; library work; use work.bus_pkg.all; entity bus_singleport_ram is generic ( DEPTH_LOG2B : natural range bus_bytes_per_word_log2b to 11 ); port ( rst : in std_logic; clk : in ...
--***************************************************************************** -- @Copyright All rights reserved. -- Module name : adc_intf -- Call by : -- Description : adc_intf,ADS5517 ADC�������ܣ� -- �������ݲ���16λ,����MSB��������. -- I_ADC_trig,����...
------------------------------------------------------------------- -- (c) Copyright 1984 - 2013 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. -- -...
------------------------------------------------------------------- -- (c) Copyright 1984 - 2013 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. -- -...
------------------------------------------------------------------- -- (c) Copyright 1984 - 2013 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. -- -...
------------------------------------------------------------------- -- (c) Copyright 1984 - 2013 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, Cobham Gaisler -- -- This program is free software; you can redistr...
library verilog; use verilog.vl_types.all; entity usb_system_jtag_uart_scfifo_w is port( clk : in vl_logic; fifo_clear : in vl_logic; fifo_wdata : in vl_logic_vector(7 downto 0); fifo_wr : in vl_logic; rd_wfifo : in vl_...
-- megafunction wizard: %PARALLEL_ADD% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: parallel_add -- ============================================================ -- File Name: Add.vhd -- Megafunction Name(s): -- parallel_add -- -- Simulation Library Files(s): -- altera_mf -- =================...
-- ************************************************************************* -- -- (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...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.NUMERIC_STD.ALL; entity motor_puerta is Port ( CLK : in STD_LOGIC; RST : in STD_LOGIC; nivel : in STD_LOGIC; celula : in STD_LOGIC; accionar_puerta : in STD_LOGIC; actuador_puerta : out STD_LOGIC); end motor_puerta; arch...
library ieee; use ieee.std_logic_1164.all; entity pulse_gen is generic ( duration_g : positive); port ( rst_i : in std_ulogic := '0'; clk_i : in std_ulogic; stb_i : in std_ulogic; pulse_o : out std_ulogic); end; architecture rtl of pulse_gen is signal pulse : std_ulogic := '0'; signal cnt : natural rang...
-- (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 ...
-- (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 ...
-- (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 ...
-- (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 ...
-- (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 ...
-- (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 ...
---------------------------------------------------------------------------------- -- Compañía: Estado Finito -- Ingeniero: Carlos Ramos -- -- Fecha de creación: 2012/07/26 08:23:31 -- Nombre del módulo: clk200Hz - Behavioral -- Descripción: -- Divisor de frecuencia implementado con contado...
---------------------------------------------------------------------------------- -- Compañía: Estado Finito -- Ingeniero: Carlos Ramos -- -- Fecha de creación: 2012/07/26 08:23:31 -- Nombre del módulo: clk200Hz - Behavioral -- Descripción: -- Divisor de frecuencia implementado con contado...
---------------------------------------------------------------------------------- -- Compañía: Estado Finito -- Ingeniero: Carlos Ramos -- -- Fecha de creación: 2012/07/26 08:23:31 -- Nombre del módulo: clk200Hz - Behavioral -- Descripción: -- Divisor de frecuencia implementado con contado...
---------------------------------------------------------------------------------- -- Compañía: Estado Finito -- Ingeniero: Carlos Ramos -- -- Fecha de creación: 2012/07/26 08:23:31 -- Nombre del módulo: clk200Hz - Behavioral -- Descripción: -- Divisor de frecuencia implementado con contado...
---------------------------------------------------------------------------------- -- Compañía: Estado Finito -- Ingeniero: Carlos Ramos -- -- Fecha de creación: 2012/07/26 08:23:31 -- Nombre del módulo: clk200Hz - Behavioral -- Descripción: -- Divisor de frecuencia implementado con contado...
---------------------------------------------------------------------------------- -- Compañía: Estado Finito -- Ingeniero: Carlos Ramos -- -- Fecha de creación: 2012/07/26 08:23:31 -- Nombre del módulo: clk200Hz - Behavioral -- Descripción: -- Divisor de frecuencia implementado con contado...
---------------------------------------------------------------------------------- -- Compañía: Estado Finito -- Ingeniero: Carlos Ramos -- -- Fecha de creación: 2012/07/26 08:23:31 -- Nombre del módulo: clk200Hz - Behavioral -- Descripción: -- Divisor de frecuencia implementado con contado...
---------------------------------------------------------------------------------- -- Compañía: Estado Finito -- Ingeniero: Carlos Ramos -- -- Fecha de creación: 2012/07/26 08:23:31 -- Nombre del módulo: clk200Hz - Behavioral -- Descripción: -- Divisor de frecuencia implementado con contado...
--======================================================================================================================== -- Copyright (c) 2017 by Bitvis AS. All rights reserved. -- You should have received a copy of the license file containing the MIT License (see LICENSE.TXT), if not, -- contact Bitvis AS <support@...
------------------------------------------------------------------------------ -- 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 ...
-- Example using mixed-language simulation -- -- Here we have a VHDL toplevel that instantiates both SV and VHDL -- sub entities library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity endian_swapper_mixed is generic ( DATA_BYTES : integer := 8); port ( clk ...
-- Example using mixed-language simulation -- -- Here we have a VHDL toplevel that instantiates both SV and VHDL -- sub entities library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity endian_swapper_mixed is generic ( DATA_BYTES : integer := 8); port ( clk ...
-- Copyright 1986-2015 Xilinx, Inc. All Rights Reserved. -- -------------------------------------------------------------------------------- -- Tool Version: Vivado v.2015.4 (win64) Build 1412921 Wed Nov 18 09:43:45 MST 2015 -- Date : Wed Mar 02 15:28:43 2016 -- Host : Dries007Laptop running 64-bit major ...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity VolCtrl is generic(INTBIT_WIDTH : positive; -- := 24; FRACBIT_WIDTH : positive --:= 8 ); port( OUT_VOLCTRL_L : out signed((INTBIT_WIDTH - 1) downto 0) := (others => '0'); -- 24 bit signed output ...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity VolCtrl is generic(INTBIT_WIDTH : positive; -- := 24; FRACBIT_WIDTH : positive --:= 8 ); port( OUT_VOLCTRL_L : out signed((INTBIT_WIDTH - 1) downto 0) := (others => '0'); -- 24 bit signed output ...
LIBRARY IEEE; USE IEEE.std_logic_1164.all, IEEE.std_logic_arith.all, IEEE.std_logic_unsigned.all; entity gen is generic( bus_width : integer := 15; TOP_GP2 : integer:= 0 ); port( sysclk, reset, wrb : in std_logic; din : in std_logic_vector(bus_width downto 0);...
------------------------------------------------------------------------------- -- axi_vdma_vregister ------------------------------------------------------------------------------- -- -- ************************************************************************* -- -- (c) Copyright 2010-2011, 2013 Xilinx, Inc. All righ...
------------------------------------------------------------------------------- -- axi_vdma_vregister ------------------------------------------------------------------------------- -- -- ************************************************************************* -- -- (c) Copyright 2010-2011, 2013 Xilinx, Inc. All righ...
------------------------------------------------------------------------------- -- axi_vdma_vregister ------------------------------------------------------------------------------- -- -- ************************************************************************* -- -- (c) Copyright 2010-2011, 2013 Xilinx, Inc. All righ...
------------------------------------------------------------------------------- -- axi_vdma_vregister ------------------------------------------------------------------------------- -- -- ************************************************************************* -- -- (c) Copyright 2010-2011, 2013 Xilinx, Inc. All righ...
------------------------------------------------------------------------------- -- (c) Copyright 2006 - 2013 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 -...
------------------------------------------------------------------------------- -- (c) Copyright 2006 - 2013 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 -...
------------------------------------------------------------------------------- -- (c) Copyright 2006 - 2013 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 -...
------------------------------------------------------------------------------- -- (c) Copyright 2006 - 2013 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 -...
------------------------------------------------------------------------------- -- (c) Copyright 2006 - 2013 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 -...
------------------------------------------------------------------------------- -- (c) Copyright 2006 - 2013 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 -...
------------------------------------------------------------------------------- -- (c) Copyright 2006 - 2013 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 -...
------------------------------------------------------------------------------- -- (c) Copyright 2006 - 2013 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 -...
------------------------------------------------------------------------------- -- (c) Copyright 2006 - 2013 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 -...
------------------------------------------------------------------------------- -- (c) Copyright 2006 - 2013 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 -...
------------------------------------------------------------------------------- -- (c) Copyright 2006 - 2013 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 -...
------------------------------------------------------------------------------- -- (c) Copyright 2006 - 2013 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 -...
------------------------------------------------------------------------------- -- (c) Copyright 2006 - 2013 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 -...
------------------------------------------------------------------------------- -- (c) Copyright 2006 - 2013 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 -...
library verilog; use verilog.vl_types.all; entity altera_merlin_master_translator is generic( AV_ADDRESS_W : integer := 32; AV_DATA_W : integer := 32; AV_BURSTCOUNT_W : integer := 4; AV_BYTEENABLE_W : integer := 4; USE_BURSTCOUNT : integer := 1; USE_BEGINBUR...
library verilog; use verilog.vl_types.all; entity vga_controller is generic( hpixels : vl_logic_vector(9 downto 0) := (Hi1, Hi1, Hi0, Hi0, Hi0, Hi1, Hi1, Hi1, Hi1, Hi1); vlines : vl_logic_vector(9 downto 0) := (Hi1, Hi0, Hi0, Hi0, Hi0, Hi0, Hi1, Hi1, Hi0, Hi0) ); port( ...