Skip to content

Commit e3a381b

Browse files
committed
XSIM 2024.2 uses tcl 8.6, so OSVVM's default logging now works.
1 parent b725d17 commit e3a381b

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

VendorScripts_Xsim.tcl

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,20 @@
6565
#
6666

6767
#
68-
# Uses DefaultVendor_StartTranscript and DefaultVendor_StopTranscript
68+
# If uncomment the following will DefaultVendor_StartTranscript and DefaultVendor_StopTranscript
6969
#
7070

71-
# With this commented out, it will run the DefaultVendor_StartTranscript
72-
proc vendor_StartTranscript {FileName} {
73-
# Do nothing - for now
74-
}
75-
#
76-
proc vendor_StopTranscript {FileName} {
77-
# This will have everything from a session rather than just the current build.
78-
# OK for bring up
79-
file copy -force vivado.log ${FileName}
80-
}
71+
# XSIM 2024.2 uses tcl 8.6 so OSVVM's default logging should work
72+
# # With this commented out, it will run the DefaultVendor_StartTranscript
73+
# proc vendor_StartTranscript {FileName} {
74+
# # Do nothing - for now
75+
# }
76+
# #
77+
# proc vendor_StopTranscript {FileName} {
78+
# # This will have everything from a session rather than just the current build.
79+
# # OK for bring up
80+
# file copy -force vivado.log ${FileName}
81+
# }
8182

8283
# -------------------------------------------------
8384
# IsVendorCommand

0 commit comments

Comments
 (0)