Open silvaurus opened 6 years ago
I think this issue only occurs on conv_8x8_fc_int16
Hi, the path for "syn_tb_defines.vh" is wrong. you can run just modify line 56 in synth_tb/sim_scripts/inp_txn_to_hexdump.pl as the following.
populate_mseq_defines("../synth_tb/syn_tb_defines.vh", \%MSEQ_defines);
after that, you should can run the sims.
Hi! I'm running the makefile under
hw/verif/sim
, by just doingmake build
,make run TESTDIR=../traces/traceplayer/conv_8x8_fc_int16/
, and it gives me a couple of warnings relating to path not found. I run make file underhw/verif/sim
directory.