content
stringlengths
1
1.04M
-- ***************************************************************************************** -- Standard libraries -- Version 0.2 -- Modified 02.12.2006 -- Designed by Ruslan Lepetenok -- ***************************************************************************************** library IEEE; use IEEE.std_logic_...
-- ***************************************************************************************** -- Standard libraries -- Version 0.2 -- Modified 02.12.2006 -- Designed by Ruslan Lepetenok -- ***************************************************************************************** library IEEE; use IEEE.std_logic_...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 16:05:49 10/31/2011 -- Design Name: -- Module Name: preEscalador - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Re...
architecture RTL of ENTITY1 is signal sig1, sig2 : std_logic; signal sig9 : std_logic; signal sig3 : std_logic; signal sig4 : std_logic; signal sig5 : std_logic; signal sig6 : std_logic; signal sig7 : std_logic; component COMP1 is port ( SIG1 : in std_logic; SIG2 : out std_logic;...
library ieee; use ieee.std_logic_1164.all; entity hello is generic (constant l : natural := 8); port (a : in std_logic_vector (l - 1 downto 0)); end hello; architecture behav of hello is ` signal clk : std_logic; signal q : std_logic_vector (lrocess begin & clk <= '0'; wait for 1 ns; clk <= '1'for 1...
------------------------------------------------------------------------------- -- wrap_brst.vhd ------------------------------------------------------------------------------- -- -- -- (c) Copyright [2010 - 2013] Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- o...
------------------------------------------------------------------------------- -- wrap_brst.vhd ------------------------------------------------------------------------------- -- -- -- (c) Copyright [2010 - 2013] Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- o...
------------------------------------------------------------------------------- -- wrap_brst.vhd ------------------------------------------------------------------------------- -- -- -- (c) Copyright [2010 - 2013] Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- o...
------------------------------------------------------------------------------- -- wrap_brst.vhd ------------------------------------------------------------------------------- -- -- -- (c) Copyright [2010 - 2013] Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- o...
------------------------------------------------------------------------------- -- wrap_brst.vhd ------------------------------------------------------------------------------- -- -- -- (c) Copyright [2010 - 2013] Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- o...
------------------------------------------------------------------------------- -- wrap_brst.vhd ------------------------------------------------------------------------------- -- -- -- (c) Copyright [2010 - 2013] Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- o...
------------------------------------------------------------------------------- -- wrap_brst.vhd ------------------------------------------------------------------------------- -- -- -- (c) Copyright [2010 - 2013] Xilinx, Inc. All rights reserved. -- -- This file contains confidential and proprietary information -- o...
------------------------------------------------------------------------------- -- -- File: tb_TestDataPath_all.vhd -- Author: Tudor Gherman -- Original Project: ZmodScopeController -- Date: 11 Dec. 2020 -- ------------------------------------------------------------------------------- -- (c) 2020 Copyright Digilent I...
------------------------------------------------------------------------------- -- -- File: tb_TestDataPath_all.vhd -- Author: Tudor Gherman -- Original Project: ZmodScopeController -- Date: 11 Dec. 2020 -- ------------------------------------------------------------------------------- -- (c) 2020 Copyright Digilent I...
-- ----------------------------------------------------------------------- -- -- Syntiac's generic VHDL support files. -- -- ----------------------------------------------------------------------- -- Copyright 2005-2010 by Peter Wendrich (pwsoft@syntiac.com) -- http://www.syntiac.com/fpga64.html -- -- This source file ...
library ieee ; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity Reg8Bit is port( valIn: in std_logic_vector(7 downto 0); clk: in std_logic; rst: in std_logic; valOut: out std_logic_vector(7 downto 0) ); end Reg8Bit; architecture strc_Reg8Bit of Reg8Bit is signal Temp: std_logic_vector(7 ...
library ieee ; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity Reg8Bit is port( valIn: in std_logic_vector(7 downto 0); clk: in std_logic; rst: in std_logic; valOut: out std_logic_vector(7 downto 0) ); end Reg8Bit; architecture strc_Reg8Bit of Reg8Bit is signal Temp: std_logic_vector(7 ...
library ieee ; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity Reg8Bit is port( valIn: in std_logic_vector(7 downto 0); clk: in std_logic; rst: in std_logic; valOut: out std_logic_vector(7 downto 0) ); end Reg8Bit; architecture strc_Reg8Bit of Reg8Bit is signal Temp: std_logic_vector(7 ...
library ieee ; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity Reg8Bit is port( valIn: in std_logic_vector(7 downto 0); clk: in std_logic; rst: in std_logic; valOut: out std_logic_vector(7 downto 0) ); end Reg8Bit; architecture strc_Reg8Bit of Reg8Bit is signal Temp: std_logic_vector(7 ...
library ieee ; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity Reg8Bit is port( valIn: in std_logic_vector(7 downto 0); clk: in std_logic; rst: in std_logic; valOut: out std_logic_vector(7 downto 0) ); end Reg8Bit; architecture strc_Reg8Bit of Reg8Bit is signal Temp: std_logic_vector(7 ...
--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 Jun 05 08:32:55 2017 --Host : GILAMONSTER running 64-bit major release ...
-- EMACS settings: -*- tab-width: 2; indent-tabs-mode: t -*- -- vim: tabstop=2:shiftwidth=2:noexpandtab -- kate: tab-width 2; replace-tabs off; indent-width 2; -- -- ============================================================================ -- Authors: Thomas B. Preusser -- Martin Zabel -- Patri...
-- EMACS settings: -*- tab-width: 2; indent-tabs-mode: t -*- -- vim: tabstop=2:shiftwidth=2:noexpandtab -- kate: tab-width 2; replace-tabs off; indent-width 2; -- -- ============================================================================ -- Authors: Thomas B. Preusser -- Martin Zabel -- Patri...
-- -- Top module for ZPUINO -- -- Copyright 2010 Alvaro Lopes <alvieboy@alvie.com> -- -- Version: 1.0 -- -- The FreeBSD license -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are met: -- -- 1. Redistributio...
-- -- Top module for ZPUINO -- -- Copyright 2010 Alvaro Lopes <alvieboy@alvie.com> -- -- Version: 1.0 -- -- The FreeBSD license -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are met: -- -- 1. Redistributio...
-- -- Top module for ZPUINO -- -- Copyright 2010 Alvaro Lopes <alvieboy@alvie.com> -- -- Version: 1.0 -- -- The FreeBSD license -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are met: -- -- 1. Redistributio...
-- -- Top module for ZPUINO -- -- Copyright 2010 Alvaro Lopes <alvieboy@alvie.com> -- -- Version: 1.0 -- -- The FreeBSD license -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are met: -- -- 1. Redistributio...
-- -- Top module for ZPUINO -- -- Copyright 2010 Alvaro Lopes <alvieboy@alvie.com> -- -- Version: 1.0 -- -- The FreeBSD license -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are met: -- -- 1. Redistributio...
-- -- Top module for ZPUINO -- -- Copyright 2010 Alvaro Lopes <alvieboy@alvie.com> -- -- Version: 1.0 -- -- The FreeBSD license -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are met: -- -- 1. Redistributio...
-- -- Top module for ZPUINO -- -- Copyright 2010 Alvaro Lopes <alvieboy@alvie.com> -- -- Version: 1.0 -- -- The FreeBSD license -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are met: -- -- 1. Redistributio...
-- -- Top module for ZPUINO -- -- Copyright 2010 Alvaro Lopes <alvieboy@alvie.com> -- -- Version: 1.0 -- -- The FreeBSD license -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are met: -- -- 1. Redistributio...
-- -- Top module for ZPUINO -- -- Copyright 2010 Alvaro Lopes <alvieboy@alvie.com> -- -- Version: 1.0 -- -- The FreeBSD license -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are met: -- -- 1. Redistributio...
-- -- Top module for ZPUINO -- -- Copyright 2010 Alvaro Lopes <alvieboy@alvie.com> -- -- Version: 1.0 -- -- The FreeBSD license -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are met: -- -- 1. Redistributio...
-- -- Top module for ZPUINO -- -- Copyright 2010 Alvaro Lopes <alvieboy@alvie.com> -- -- Version: 1.0 -- -- The FreeBSD license -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are met: -- -- 1. Redistributio...
-- -- Top module for ZPUINO -- -- Copyright 2010 Alvaro Lopes <alvieboy@alvie.com> -- -- Version: 1.0 -- -- The FreeBSD license -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are met: -- -- 1. Redistributio...
-- -- Top module for ZPUINO -- -- Copyright 2010 Alvaro Lopes <alvieboy@alvie.com> -- -- Version: 1.0 -- -- The FreeBSD license -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions -- are met: -- -- 1. Redistributio...
------------------------------------------------------------------------------- -- File Name : DC_ROM.vhd -- -- Project : JPEG_ENC -- -- Module : DC_ROM -- -- Content : DC_ROM Luminance -- -- Description : -- -- Spec. : -- -- Author : Michal Krepa -- ----------------------------------------------------...
------------------------------------------------------------------------------- -- File Name : DC_ROM.vhd -- -- Project : JPEG_ENC -- -- Module : DC_ROM -- -- Content : DC_ROM Luminance -- -- Description : -- -- Spec. : -- -- Author : Michal Krepa -- ----------------------------------------------------...
------------------------------------------------------------------------------- -- File Name : DC_ROM.vhd -- -- Project : JPEG_ENC -- -- Module : DC_ROM -- -- Content : DC_ROM Luminance -- -- Description : -- -- Spec. : -- -- Author : Michal Krepa -- ----------------------------------------------------...
library ieee; use ieee.std_logic_1164.all; entity cmp_411 is port ( eq : out std_logic; in0 : in std_logic; in1 : in std_logic ); end cmp_411; architecture augh of cmp_411 is signal tmp : std_logic; begin -- Compute the result tmp <= '0' when in0 /= in1 else '1'; -- Set the outputs eq <= tmp; ...
library ieee; use ieee.std_logic_1164.all; entity cmp_411 is port ( eq : out std_logic; in0 : in std_logic; in1 : in std_logic ); end cmp_411; architecture augh of cmp_411 is signal tmp : std_logic; begin -- Compute the result tmp <= '0' when in0 /= in1 else '1'; -- Set the outputs eq <= tmp; ...
-------------------------------------------------------------------------------- -- -- FIFO Generator Core Demo Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and pro...
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 13:56:33 07/06/2016 -- Design Name: -- Module Name: RF_fetch - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Revisi...
-- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation, either version 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful...
------------------------------------------------------------------------------ -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2003 - 2008, Gaisler Research -- Copyright (C) 2008 - 2014, Aeroflex Gaisler -- -- This program is free software; you can redistribute it and/or modify -- it under the...
-- libraries --------------------------------------------------------------------------------- {{{ library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.NUMERIC_STD.ALL; use ieee.std_logic_textio.all; use std.textio.all; -----------------------------------------------------------------------------------------------...
-- libraries --------------------------------------------------------------------------------- {{{ library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.NUMERIC_STD.ALL; use ieee.std_logic_textio.all; use std.textio.all; -----------------------------------------------------------------------------------------------...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity FSM_LCD is port ( Clock, RST, Sign : in std_logic; Operation : in std_logic_vector(1 downto 0); Selection : out std_logic_vector(4 downto 0); RS, EN : out std_logic ); ...
-- 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...
-------------------------------------------------------------------------------- -- -- FIFO Generator Core Demo Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and prop...
-------------------------------------------------------------------------------- -- -- FIFO Generator Core Demo Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and prop...
-------------------------------------------------------------------------------- -- -- FIFO Generator Core Demo Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. -- -- This file contains confidential and prop...
------------------------------------------------------------------------------- -- -- File: HS_Negotiation.vhd -- Author: Gherman Tudor -- Original Project: USB Device IP on 7-series Xilinx FPGA -- Date: 2 May 2016 -- ------------------------------------------------------------------------------- -- (c) 2016 Copyright ...
------------------------------------------------------------------------------- -- -- File: HS_Negotiation.vhd -- Author: Gherman Tudor -- Original Project: USB Device IP on 7-series Xilinx FPGA -- Date: 2 May 2016 -- ------------------------------------------------------------------------------- -- (c) 2016 Copyright ...
------------------------------------------------------------------------------- -- axi_datamover_stbs_set.vhd ------------------------------------------------------------------------------- -- -- ************************************************************************* -- ...
-- THIS FILE WAS GENERATED ON Tue Oct 30 13:46:44 2012 EDT -- BASED ON THE FILE: bias_vhdl.xml -- YOU PROBABLY SHOULD NOT EDIT IT -- This file contains the implementation declarations for worker bias_vhdl -- Interface definition signal names defined with pattern rule: "%s_" -- OCP-based Control...
--Copyright (C) 2016 Siavoosh Payandeh Azad Behrad Niazmand library ieee; use ieee.std_logic_1164.all; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use IEEE.NUMERIC_STD.all; use IEEE.MATH_REAL.ALL; entity Cx_Reconf_pseudo_checkers is port ( reconfig_cx: in std_logic; -- * flit_type...
--Copyright (C) 2016 Siavoosh Payandeh Azad Behrad Niazmand library ieee; use ieee.std_logic_1164.all; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use IEEE.NUMERIC_STD.all; use IEEE.MATH_REAL.ALL; entity Cx_Reconf_pseudo_checkers is port ( reconfig_cx: in std_logic; -- * flit_type...
--Copyright (C) 2016 Siavoosh Payandeh Azad Behrad Niazmand library ieee; use ieee.std_logic_1164.all; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use IEEE.NUMERIC_STD.all; use IEEE.MATH_REAL.ALL; entity Cx_Reconf_pseudo_checkers is port ( reconfig_cx: in std_logic; -- * flit_type...
--Copyright (C) 2016 Siavoosh Payandeh Azad Behrad Niazmand library ieee; use ieee.std_logic_1164.all; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use IEEE.NUMERIC_STD.all; use IEEE.MATH_REAL.ALL; entity Cx_Reconf_pseudo_checkers is port ( reconfig_cx: in std_logic; -- * flit_type...
--Copyright (C) 2016 Siavoosh Payandeh Azad Behrad Niazmand library ieee; use ieee.std_logic_1164.all; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use IEEE.NUMERIC_STD.all; use IEEE.MATH_REAL.ALL; entity Cx_Reconf_pseudo_checkers is port ( reconfig_cx: in std_logic; -- * flit_type...
--Copyright (C) 2016 Siavoosh Payandeh Azad Behrad Niazmand library ieee; use ieee.std_logic_1164.all; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use IEEE.NUMERIC_STD.all; use IEEE.MATH_REAL.ALL; entity Cx_Reconf_pseudo_checkers is port ( reconfig_cx: in std_logic; -- * flit_type...
--Copyright (C) 2016 Siavoosh Payandeh Azad Behrad Niazmand library ieee; use ieee.std_logic_1164.all; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use IEEE.NUMERIC_STD.all; use IEEE.MATH_REAL.ALL; entity Cx_Reconf_pseudo_checkers is port ( reconfig_cx: in std_logic; -- * flit_type...
--Copyright (C) 2016 Siavoosh Payandeh Azad Behrad Niazmand library ieee; use ieee.std_logic_1164.all; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use IEEE.NUMERIC_STD.all; use IEEE.MATH_REAL.ALL; entity Cx_Reconf_pseudo_checkers is port ( reconfig_cx: in std_logic; -- * flit_type...
--Copyright (C) 2016 Siavoosh Payandeh Azad Behrad Niazmand library ieee; use ieee.std_logic_1164.all; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use IEEE.NUMERIC_STD.all; use IEEE.MATH_REAL.ALL; entity Cx_Reconf_pseudo_checkers is port ( reconfig_cx: in std_logic; -- * flit_type...
------------------------------------------------------------------------------- -- -- File: MIPI_CSI2_RxTop.vhd -- Author: Elod Gyorgy -- Original Project: MIPI CSI-2 Receiver IP -- Date: 15 December 2017 -- ------------------------------------------------------------------------------- --MIT License -- --Copyright (c)...
-- Copyright 1986-2016 Xilinx, Inc. All Rights Reserved. -- -------------------------------------------------------------------------------- -- Tool Version: Vivado v.2016.4 (win64) Build 1756540 Mon Jan 23 19:11:23 MST 2017 -- Date : Thu Oct 26 22:45:02 2017 -- Host : Juice-Laptop running 64-bit majo...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; -- Data bit connections on display: -- -- --0-- -- | | -- 1 2 -- | | -- --3-- -- | | -- 4 5 -- | | -- --6-- [7] (dot) entity seg7 is Port ( clock_i : in std_logic; reset_i : in std_logic...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity hardware_interface is Port ( ssegAnode : out STD_LOGIC_VECTOR (7 downto 0); ssegCathode : out STD_LOGIC_VECTOR (7 downto 0); slideSwitches : in STD_LOGIC_VECTOR (15 downto 0); ...
goes: entity e6
library ieee; use ieee.std_logic_1164.all; entity SyncREGn is generic (n : integer := 4); port( Din : in std_logic_vector(n-1 downto 0); EN : in std_logic; C : in std_logic; Dout : out std_logic_vector(n-1 downto 0) ); end SyncREGn; architecture behavior of SyncREGn is signal reg : std_logic_vector(n-1 d...
-------------------------------------------------------------------------------- -- Author: Parham Alvani (parham.alvani@gmail.com) -- -- Create Date: 05-05-2016 -- Module Name: vending-machine.vhd -------------------------------------------------------------------------------- library IEEE; use IEEE.std_log...
-- 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 ieee.numeric_std.all; use work.memory_types.all; entity vga_sequencer is generic ( display_rows : natural := 480; display_cols : natural := 640 ); port ( clock : in std_logic; -- 100 MHz Clock output_enable : out std_logic := '0'; -- TODO make th...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; use work.memory_types.all; entity vga_sequencer is generic ( display_rows : natural := 480; display_cols : natural := 640 ); port ( clock : in std_logic; -- 100 MHz Clock output_enable : out std_logic := '0'; -- TODO make th...
------------------------------------------------------------------------------- -- -- COPYRIGHT (C) 2013, Digilent RO. All rights reserved -- ----------------------------------------------...
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.NUMERIC_STD.ALL; use IEEE.STD_LOGIC_ARITH.ALL; --library UNISIM; --use UNISIM.VComponents.all; entity TOP is port (CLK, RESET: IN STD_LOGIC; WE,RE,load : in std_logic;--delete after testing. this signals should be from control unit dout:out std_logic;-- we ...
library ieee; use ieee.std_logic_1164.all; entity UC_transmissor is port(liga : in std_logic; enviar : in std_logic; reset : in std_logic; clock : in std_logic; CTS : in std_logic; DTR : out std_logic; RTS : out std_logic; ...
entity slice1 is end entity; architecture test of slice1 is function resolved (x : bit_vector) return bit; subtype r_bit is resolved bit; type r_bit_vector is array (natural range <>) of r_bit; signal x : r_bit_vector(0 to 7); signal y : r_bit_vector(7 downto 0); begin x(0 to 3) <= "1111"; ...
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity CharRam is port ( clka : in std_logic; wea : in std_logic; addra : in std_logic_vector(10 downto 0); dina : in std_logic_vector(7 downto 0); douta : out std_logic_vector(7 downto 0); ...
---------------------------------------------------------------------------------- -- Authors: Mike Field <hamster@snap.net.nz> -- Rob Taglang <rob@taglang.io> -- -- Create Date: 06:01:06 01/23/2013 -- Modified: 5/20/2017 -- -- Description: -- Drive the ADV7511 HDMI encoder directly from the PL fabr...
---------------------------------------------------------------------------------- -- Authors: Mike Field <hamster@snap.net.nz> -- Rob Taglang <rob@taglang.io> -- -- Create Date: 06:01:06 01/23/2013 -- Modified: 5/20/2017 -- -- Description: -- Drive the ADV7511 HDMI encoder directly from the PL fabr...
---------------------------------------------------------------------------------- -- Authors: Mike Field <hamster@snap.net.nz> -- Rob Taglang <rob@taglang.io> -- -- Create Date: 06:01:06 01/23/2013 -- Modified: 5/20/2017 -- -- Description: -- Drive the ADV7511 HDMI encoder directly from the PL fabr...
---------------------------------------------------------------------------------- -- Authors: Mike Field <hamster@snap.net.nz> -- Rob Taglang <rob@taglang.io> -- -- Create Date: 06:01:06 01/23/2013 -- Modified: 5/20/2017 -- -- Description: -- Drive the ADV7511 HDMI encoder directly from the PL fabr...
---------------------------------------------------------------------------------- -- Authors: Mike Field <hamster@snap.net.nz> -- Rob Taglang <rob@taglang.io> -- -- Create Date: 06:01:06 01/23/2013 -- Modified: 5/20/2017 -- -- Description: -- Drive the ADV7511 HDMI encoder directly from the PL fabr...
---------------------------------------------------------------------------------- -- Authors: Mike Field <hamster@snap.net.nz> -- Rob Taglang <rob@taglang.io> -- -- Create Date: 06:01:06 01/23/2013 -- Modified: 5/20/2017 -- -- Description: -- Drive the ADV7511 HDMI encoder directly from the PL fabr...
---------------------------------------------------------------------------------- -- Authors: Mike Field <hamster@snap.net.nz> -- Rob Taglang <rob@taglang.io> -- -- Create Date: 06:01:06 01/23/2013 -- Modified: 5/20/2017 -- -- Description: -- Drive the ADV7511 HDMI encoder directly from the PL fabr...
entity adder is -- i0, i1 and the carry-in ci are inputs of the adder. -- s is the sum output, co is the carry-out. port (i0, i1 : in bit; ci : in bit; s : out bit; co : out bit); end adder; architecture rtl of adder is begin -- This full-adder architecture contains two concurrent assignment. -- ...
-------------------------------------------------------------------------------- -- -- BLK MEM GEN v7_3 Core - Synthesizable Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2006_3010 Xilinx, Inc. All rights reserved. -- -- This...
-------------------------------------------------------------------------------- -- -- BLK MEM GEN v7_3 Core - Synthesizable Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2006_3010 Xilinx, Inc. All rights reserved. -- -- This...
-------------------------------------------------------------------------------- -- -- BLK MEM GEN v7_3 Core - Synthesizable Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2006_3010 Xilinx, Inc. All rights reserved. -- -- This...
-------------------------------------------------------------------------------- -- -- BLK MEM GEN v7_3 Core - Synthesizable Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2006_3010 Xilinx, Inc. All rights reserved. -- -- This...
-------------------------------------------------------------------------------- -- -- BLK MEM GEN v7_3 Core - Synthesizable Testbench -- -------------------------------------------------------------------------------- -- -- (c) Copyright 2006_3010 Xilinx, Inc. All rights reserved. -- -- This...
-- EMACS settings: -*- tab-width: 4; indent-tabs-mode: t -*- -- vim: tabstop=4:shiftwidth=4:noexpandtab -- kate: tab-width 4; replace-tabs off; indent-width 4; -- -- ============================================================================= -- Authors: Paul Genssler -- -- Description: -- ----------------------------...
-- EMACS settings: -*- tab-width: 4; indent-tabs-mode: t -*- -- vim: tabstop=4:shiftwidth=4:noexpandtab -- kate: tab-width 4; replace-tabs off; indent-width 4; -- -- ============================================================================= -- Authors: Paul Genssler -- -- Description: -- ----------------------------...
-- file: Interface_Master_BD_clk_wiz_0_0.vhd -- -- (c) Copyright 2008 - 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. -- -- DISCLAIMER -- T...