OpenCores
URL https://opencores.org/ocsvn/thor/thor/trunk

Subversion Repositories thor

[/] [thor/] [trunk/] [FT64/] [rtl/] [bench/] [soc/] [NexysVideoClkgen/] [NexysVideoClkgen_stub.vhdl] - Blame information for rev 46

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 46 robfinch
-- Copyright 1986-2017 Xilinx, Inc. All Rights Reserved.
2
-- --------------------------------------------------------------------------------
3
-- Tool Version: Vivado v.2017.3 (win64) Build 2018833 Wed Oct  4 19:58:22 MDT 2017
4
-- Date        : Fri Jan 26 22:39:31 2018
5
-- Host        : Ateana3 running 64-bit major release  (build 9200)
6
-- Command     : write_vhdl -force -mode synth_stub
7
--               C:/Cores5/FT64/FT64/FT64.srcs/sources_1/ip/NexysVideoClkgen/NexysVideoClkgen_stub.vhdl
8
-- Design      : NexysVideoClkgen
9
-- Purpose     : Stub declaration of top-level module interface
10
-- Device      : xc7a200tsbg484-1
11
-- --------------------------------------------------------------------------------
12
library IEEE;
13
use IEEE.STD_LOGIC_1164.ALL;
14
 
15
entity NexysVideoClkgen is
16
  Port (
17
    clk100 : out STD_LOGIC;
18
    clk400 : out STD_LOGIC;
19
    clk80 : out STD_LOGIC;
20
    clk50 : out STD_LOGIC;
21
    clk200 : out STD_LOGIC;
22
    reset : in STD_LOGIC;
23
    locked : out STD_LOGIC;
24
    clk_in1 : in STD_LOGIC
25
  );
26
 
27
end NexysVideoClkgen;
28
 
29
architecture stub of NexysVideoClkgen is
30
attribute syn_black_box : boolean;
31
attribute black_box_pad_pin : string;
32
attribute syn_black_box of stub : architecture is true;
33
attribute black_box_pad_pin of stub : architecture is "clk100,clk400,clk80,clk50,clk200,reset,locked,clk_in1";
34
begin
35
end;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.