-
Notifications
You must be signed in to change notification settings - Fork 1
/
counter_test.fdo
executable file
·49 lines (49 loc) · 1.2 KB
/
counter_test.fdo
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
37
38
39
40
41
42
43
44
45
46
47
48
49
######################################################################
##
## Filename: counter_test.fdo
## Created on: Thu Nov 24 17:19:22 中国标准时间 2016
##
## Auto generated by Project Navigator for Behavioral Simulation
##
## ---------------------DO NOT EDIT THIS FILE-------------------------
## You may want to add additional commands to control the simulation
## in the user specific do file (<module>.udo) which is automatically
## generated in the project directory and will not be removed on
## subsequent simulation flows run from Project Navigator.
## ---------------------DO NOT EDIT THIS FILE-------------------------
##
######################################################################
#
# Create work library
#
vlib work
#
# Compile sources
#
vcom -explicit -93 "Counter.vhd"
vcom -explicit -93 "counter_test.vhd"
#
# Call vsim to invoke simulator
#
vsim -voptargs="+acc" -t 1ps -lib work work.counter_test
#
# Source the wave do file
#
do {counter_test_wave.fdo}
#
# Set the window types
#
view wave
view structure
view signals
#
# Source the user do file
#
do {counter_test.udo}
#
# Run simulation for this time
#
run 1000ns
#
# End
#