# Reading D:/ModelSim/tcl/vsim/pref.tcl
# //  ModelSim SE-64 10.6d Feb 24 2018
# //
# //  Copyright 1991-2018 Mentor Graphics Corporation
# //  All Rights Reserved.
# //
# //  ModelSim SE-64 and its associated documentation contain trade
# //  secrets and commercial or financial information that are the property of
# //  Mentor Graphics Corporation and are privileged, confidential,
# //  and exempt from disclosure under the Freedom of Information Act,
# //  5 U.S.C. Section 552. Furthermore, this information
# //  is prohibited from disclosure under the Trade Secrets Act,
# //  18 U.S.C. Section 1905.
# //
# OpenFile C:/Users/hgszh/Desktop/ADS1259/src/spi_master/sim/spi_master.mpf
# Loading project spi_master
vsim -novopt work.SPI_Master_TB
# vsim -novopt work.SPI_Master_TB 
# Start time: 07:34:38 on Jun 01,2025
# ** Warning: (vsim-8891) All optimizations are turned off because the -novopt switch is in effect. This will cause your simulation to run very slowly. If you are using this switch to preserve visibility for Debug or PLI features please see the User's Manual section on Preserving Object Visibility with vopt.
# Loading sv_std.std
# Loading work.SPI_Master_TB
# Loading work.SPI_Master
run
# Sent out 0xC1, Received 0xc1
# Sent out 0xBE, Received 0xbe
# Sent out 0xEF, Received 0xef
restart
# ** Warning: (vsim-8891) All optimizations are turned off because the -novopt switch is in effect. This will cause your simulation to run very slowly. If you are using this switch to preserve visibility for Debug or PLI features please see the User's Manual section on Preserving Object Visibility with vopt.
run
# Sent out 0xC1, Received 0xc1
# Sent out 0xBE, Received 0xbe
# Sent out 0xEF, Received 0xef
add wave -position insertpoint sim:/SPI_Master_TB/*
# ** Warning: (vsim-WLF-5000) WLF file currently in use: vsim.wlf
#           File in use by: hgszh  Hostname: SZH  ProcessID: 28124
#           Attempting to use alternate WLF file "./wlft5r8v2b".
# ** Warning: (vsim-WLF-5001) Could not open WLF file: vsim.wlf
#           Using alternate file: ./wlft5r8v2b
run
restart
# ** Warning: (vsim-8891) All optimizations are turned off because the -novopt switch is in effect. This will cause your simulation to run very slowly. If you are using this switch to preserve visibility for Debug or PLI features please see the User's Manual section on Preserving Object Visibility with vopt.
run
# Sent out 0xC1, Received 0xc1
# Sent out 0xBE, Received 0xbe
# Sent out 0xEF, Received 0xef
# End time: 07:35:45 on Jun 01,2025, Elapsed time: 0:01:07
# Errors: 0, Warnings: 0
