Closed shu-soleil closed 2 years ago
@EmilioPeJu have you seen this before?
Have I seen Vivado crashing? yes, a few times, but unfortunate the logs don't show enough information to know the underlying condition... I stopped the simulation at time 155 ns and stepped line by line until crashing, it breaks somewhere in pcap_buffer.vhd
inside process ps_mode_bus
while trying to set pcap_dat_o
using the record mode_ts_bits
, my guess is that Vivado simulator is not handling records correctly under some unknown conditions... I've seen Michael having lots of problems with records in the past.
I've corrected the crash on the branch fixPCAPSimError, this issue is linked to PR #85 to add crash report on the testbench result.
Running 'make TEST="pcap 3" single_hdl_test' on the commit 2dc5f16, the test result shows:
But actually a Fatal error occured