nvdla / hw

RTL, Cmodel, and testbench for NVDLA
Other
1.72k stars 567 forks source link

problems when generate nvdla.fsdb #295

Open luoxinjie1146 opened 5 years ago

luoxinjie1146 commented 5 years ago

When I'm building verif_protection in master branch, the follow several errors occurs in run_trace_player.sh and run_test.py. How can I get the nvdla.fsdb?

  1. after stack trace appears when running run_trace_player.sh, and I can't find the nvdla.fsdb.

An unexpected termination has occurred in ....../simv due to a signal: Segmentation fault And at that moment, the Makefile of verif/protection is still running untill time out.

  1. and sometimes it reports as follows and there isn't a nvdla.fsdb in the directory.
    
    *Verdi3* : Loading SystemC dumping library libsscore_vcs201606_sc230_gcc48.so.
    *Verdi3* : FSDB_GATE is set.
    *Verdi3* : FSDB_RTL is set.
    *Verdi3* : Enable Parallel Dumping.
    FSDB Dumper for VCS, Release Verdi3_L-2016.06-1, Linux x86_64/64bit, 07/10/2016
    (C) 1996 - 2016 by Synopsys, Inc.

--- Stack trace follows:

Dumping VCS Annotated Stack: ...... No context available



3. and somtimes it reports `core dumped`
whc204 commented 4 years ago

Hello, have you solved your question?