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

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [fpga/] [xilinx_avnet_lx9microbard/] [rtl/] [verilog/] [coregen_chipscope/] [chipscope_ila.veo] - Blame information for rev 157

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 157 olivier.gi
///////////////////////////////////////////////////////////////////////////////
2
// Copyright (c) 2012 Xilinx, Inc.
3
// All Rights Reserved
4
///////////////////////////////////////////////////////////////////////////////
5
//   ____  ____
6
//  /   /\/   /
7
// /___/  \  /    Vendor     : Xilinx
8
// \   \   \/     Version    : 14.2
9
//  \   \         Application: Xilinx CORE Generator
10
//  /   /         Filename   : chipscope_ila.veo
11
// /___/   /\     Timestamp  : Tue Sep 25 22:02:47 CEST 2012
12
// \   \  /  \
13
//  \___\/\___\
14
//
15
// Design Name: ISE Instantiation template
16
///////////////////////////////////////////////////////////////////////////////
17
 
18
// The following must be inserted into your Verilog file for this
19
// core to be instantiated. Change the instance name and port connections
20
// (in parentheses) to your own signal names.
21
 
22
//----------- Begin Cut here for INSTANTIATION Template ---// INST_TAG
23
chipscope_ila YourInstanceName (
24
    .CONTROL(CONTROL), // INOUT BUS [35:0]
25
    .CLK(CLK), // IN
26
    .TRIG0(TRIG0) // IN BUS [23:0]
27
);
28
 
29
// INST_TAG_END ------ End INSTANTIATION Template ---------
30
 

powered by: WebSVN 2.1.0

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