-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupDownCounter.stran
20 lines (20 loc) · 997 Bytes
/
upDownCounter.stran
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# // ModelSim SE-64 10.1b Apr 26 2012 Linux 2.6.32-504.12.2.el6.x86_64
# //
# // Copyright 1991-2012 Mentor Graphics Corporation
# // All Rights Reserved.
# //
# // THIS WORK CONTAINS TRADE SECRET AND PROPRIETARY INFORMATION
# // WHICH IS THE PROPERTY OF MENTOR GRAPHICS CORPORATION OR ITS
# // LICENSORS AND IS SUBJECT TO LICENSE TERMS.
# //
# vsim +no_glitch_msg -L /home/ecegrid/a/ece337/Course_Prod/Cell_Libs/AMI_05/vhdl_work -L /home/ecegrid/a/ece337/Class0.5u/GOLD_LIB -Lf /home/ecegrid/a/ece337/Class0.5u/ECE337_IP/vsim -coverage -i -t ps source_work/.tb_upDownCounter
# ** Note: (vsim-3812) Design is being optimized...
# Loading sv_std.std
# Loading work.tb_upDownCounter(fast)
add wave -position insertpoint sim:/tb_upDownCounter/*
run 100ns
coverage report -html -htmldir covhtmlreport -threshL 50 -threshH 90
# Report created in covhtmlreport/index.html
run 100ns
coverage report -html -htmldir covhtmlreport -threshL 50 -threshH 90
# Report created in covhtmlreport/index.html