OpenCores
URL https://opencores.org/ocsvn/a-z80/a-z80/trunk

Subversion Repositories a-z80

[/] [a-z80/] [trunk/] [host/] [basic_nexys3/] [ipcore_dir/] [ila.veo] - Blame information for rev 8

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 8 gdevic
///////////////////////////////////////////////////////////////////////////////
2
// Copyright (c) 2016 Xilinx, Inc.
3
// All Rights Reserved
4
///////////////////////////////////////////////////////////////////////////////
5
//   ____  ____
6
//  /   /\/   /
7
// /___/  \  /    Vendor     : Xilinx
8
// \   \   \/     Version    : 14.7
9
//  \   \         Application: Xilinx CORE Generator
10
//  /   /         Filename   : ila.veo
11
// /___/   /\     Timestamp  : Tue Feb 23 19:15:38 Central Standard Time 2016
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
ila YourInstanceName (
24
    .CONTROL(CONTROL), // INOUT BUS [35:0]
25
    .CLK(CLK), // IN
26
    .DATA(DATA), // IN BUS [7:0]
27
    .TRIG0(TRIG0) // IN BUS [7:0]
28
);
29
 
30
// INST_TAG_END ------ End INSTANTIATION Template ---------
31
 

powered by: WebSVN 2.1.0

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