amb5l
New Contributor
3 years agoQuesta crashes adding waves to VCD
I am encountering a crash when running a small testbench on Questa-Intel FPGA Starter Edition (versions 2022.1 and 2021.1), as follows:
... # vcd file wave.vcd # vcd add -r * # Attempting stack trace sig 11 # Signal caught: signo [11] # vsim_stacktrace.vstf written # Current time Tue Sep 27 09:49:24 2022 # Program = vsim # Id = "2022.1" # Version = "2022.01" # Date = "Jan 29 2022" # Platform = win64 # Signature = 99b83b9327725e31dac8178b441b88b1 # End of Stack Trace ** Fatal: (SIGSEGV) Bad pointer access. Closing vsimk. ** Fatal: vsimk is exiting with code 211. Exit codes are defined in the "Error and Warning Messages" appendix of the QuestaSim User's Manual. # End time: 09:49:24 on Sep 27,2022, Elapsed time: 0:00:01 # Errors: 0, Warnings: 0
The source and instructions in the attached ZIP demonstrate the issue.