-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclock_generator_0_wave.tcl
37 lines (35 loc) · 1.95 KB
/
clock_generator_0_wave.tcl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Simulation Model Generator
# Xilinx EDK 14.7 EDK_P.20131013
# Copyright (c) 1995-2012 Xilinx, Inc. All rights reserved.
#
# File clock_generator_0_wave.tcl (Sun Nov 19 14:43:04 2017)
#
# Module microblaze_clock_generator_0_wrapper
# Instance clock_generator_0
if { [info exists PathSeparator] } { set ps $PathSeparator } else { set ps "/" }
if { ![info exists tbpath] } { set tbpath "microblaze_tb${ps}dut" }
wave add $tbpath${ps}clock_generator_0${ps}CLKIN -into $id
wave add $tbpath${ps}clock_generator_0${ps}CLKOUT0 -into $id
wave add $tbpath${ps}clock_generator_0${ps}CLKOUT1 -into $id
wave add $tbpath${ps}clock_generator_0${ps}CLKOUT2 -into $id
# wave add $tbpath${ps}clock_generator_0${ps}CLKOUT3 -into $id
# wave add $tbpath${ps}clock_generator_0${ps}CLKOUT4 -into $id
# wave add $tbpath${ps}clock_generator_0${ps}CLKOUT5 -into $id
# wave add $tbpath${ps}clock_generator_0${ps}CLKOUT6 -into $id
# wave add $tbpath${ps}clock_generator_0${ps}CLKOUT7 -into $id
# wave add $tbpath${ps}clock_generator_0${ps}CLKOUT8 -into $id
# wave add $tbpath${ps}clock_generator_0${ps}CLKOUT9 -into $id
# wave add $tbpath${ps}clock_generator_0${ps}CLKOUT10 -into $id
# wave add $tbpath${ps}clock_generator_0${ps}CLKOUT11 -into $id
# wave add $tbpath${ps}clock_generator_0${ps}CLKOUT12 -into $id
# wave add $tbpath${ps}clock_generator_0${ps}CLKOUT13 -into $id
# wave add $tbpath${ps}clock_generator_0${ps}CLKOUT14 -into $id
# wave add $tbpath${ps}clock_generator_0${ps}CLKOUT15 -into $id
wave add $tbpath${ps}clock_generator_0${ps}CLKFBIN -into $id
# wave add $tbpath${ps}clock_generator_0${ps}CLKFBOUT -into $id
wave add $tbpath${ps}clock_generator_0${ps}PSCLK -into $id
wave add $tbpath${ps}clock_generator_0${ps}PSEN -into $id
wave add $tbpath${ps}clock_generator_0${ps}PSINCDEC -into $id
# wave add $tbpath${ps}clock_generator_0${ps}PSDONE -into $id
wave add $tbpath${ps}clock_generator_0${ps}RST -into $id
wave add $tbpath${ps}clock_generator_0${ps}LOCKED -into $id