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

Subversion Repositories thor

[/] [thor/] [trunk/] [FT64/] [rtl/] [bench/] [soc/] [NexysVideoClkgen/] [NexysVideoClkgen_stub.v] - 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_verilog -force -mode synth_stub
7
//               C:/Cores5/FT64/FT64/FT64.srcs/sources_1/ip/NexysVideoClkgen/NexysVideoClkgen_stub.v
8
// Design      : NexysVideoClkgen
9
// Purpose     : Stub declaration of top-level module interface
10
// Device      : xc7a200tsbg484-1
11
// --------------------------------------------------------------------------------
12
 
13
// This empty module with port declaration file causes synthesis tools to infer a black box for IP.
14
// The synthesis directives are for Synopsys Synplify support to prevent IO buffer insertion.
15
// Please paste the declaration into a Verilog source file or add the file as an additional source.
16
module NexysVideoClkgen(clk100, clk400, clk80, clk50, clk200, reset, locked,
17
  clk_in1)
18
/* synthesis syn_black_box black_box_pad_pin="clk100,clk400,clk80,clk50,clk200,reset,locked,clk_in1" */;
19
  output clk100;
20
  output clk400;
21
  output clk80;
22
  output clk50;
23
  output clk200;
24
  input reset;
25
  output locked;
26
  input clk_in1;
27
endmodule

powered by: WebSVN 2.1.0

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