CSL-KU / firesim-nvdla

FireSim-NVDLA: NVIDIA Deep Learning Accelerator (NVDLA) Integrated with RISC-V Rocket Chip SoC Running on the Amazon FPGA Cloud
Other
161 stars 31 forks source link

TRACERV issue with NVDLA #25

Open JunaidCBNU opened 3 years ago

JunaidCBNU commented 3 years ago

I have enabled the tracing and tried all possible trigger conditions. But no file is being generated at the end. Configuration in config_runtime:

tracing] enable=yes

Trace output formats. Only enabled if "enable" is set to "yes" above

0 = human readable; 1 = binary (compressed raw data); 2 = flamegraph (stack

unwinding -> Flame Graph)

output_format=0

Trigger selector.

0 = no trigger; 1 = cycle count trigger; 2 = program counter trigger; 3 =

instruction trigger

selector=1 start=0 end=-1