-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsplitter.stran
More file actions
20 lines (20 loc) · 953 Bytes
/
Copy pathsplitter.stran
File metadata and controls
20 lines (20 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# // Questa Sim-64
# // Version 10.3b linux_x86_64 May 29 2014
# //
# // Copyright 1991-2014 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 -Lf /home/ecegrid/a/ece337/Course_Prod/IP_Libs/Lab_IP_Lib/Vsim -L /home/ecegrid/a/ece337/Course_Prod/Cell_Libs/AMI_05/vhdl_work -L /home/ecegrid/a/ece337/Class0.5u/GOLD_LIB "+no_glitch_msg" -coverage -voptargs="+acc" -i -t ps source_work/.tb_splitter
# Start time: 20:14:43 on Nov 28,2016
# ** Note: (vsim-3813) Design is being optimized due to module recompilation...
# Loading sv_std.std
# Loading work.tb_splitter(fast)
# Loading work.splitter(fast)
add wave -position insertpoint sim:/tb_splitter/DUT/*
run 5000 ns
# End time: 20:15:15 on Nov 28,2016, Elapsed time: 0:00:32
# Errors: 0, Warnings: 0