File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 65
65
#
66
66
67
67
#
68
- # Uses DefaultVendor_StartTranscript and DefaultVendor_StopTranscript
68
+ # If uncomment the following will DefaultVendor_StartTranscript and DefaultVendor_StopTranscript
69
69
#
70
70
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
+ # }
81
82
82
83
# -------------------------------------------------
83
84
# IsVendorCommand
You can’t perform that action at this time.
0 commit comments