You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was already build the zsim+ramulator and I have run the tests to make sure both the zsim and ramulator is available. But I find that the .cfg file provided in the NATSA repo can not be directly used to run on the zsim+ramulator frame. For example, I modified the path in .cfg and use ./build/opt/zsim /config_files/scrimp/262144/2048/arm/hbm/64/scrimp_arm_hbm.cfg but there was error shows Invalid memory controller type Ramulator . So I changed the sys.mem.type into Traces and tried again. But there was still an error [S 0] Failed assertion on build/opt/init.cpp:758 'zinfo->numCores == coreIdx' (with '64 == 0') Pin app terminated abnormally due to signal 11. It seems that Timing core was not built successfully.
I wonder if the author can provide more details about the .cfg or some information how to use there configs to run the Zsim + ramulator.
Best wish
The text was updated successfully, but these errors were encountered:
cong-x-p
changed the title
Need some
Need some explanation for the .cfg file
Jun 15, 2023
Thanks a lot for your interest on NATSA. First I would first encourage you to read my answer to issue #1.
What you did is correct, but if you still want to use the trace-based approach you may need to open an issue in ZSim+Ramulator repo, since I am not the main maintainer of such framework and can provide very limited support about that.
Thanks again and sorry for the inconveniences.
Best,
Ivan
Dear Author,
I was already build the zsim+ramulator and I have run the tests to make sure both the zsim and ramulator is available. But I find that the
.cfg
file provided in the NATSA repo can not be directly used to run on the zsim+ramulator frame. For example, I modified the path in.cfg
and use./build/opt/zsim /config_files/scrimp/262144/2048/arm/hbm/64/scrimp_arm_hbm.cfg
but there was error showsInvalid memory controller type Ramulator
. So I changed thesys.mem.type
intoTraces
and tried again. But there was still an error[S 0] Failed assertion on build/opt/init.cpp:758 'zinfo->numCores == coreIdx' (with '64 == 0')
Pin app terminated abnormally due to signal 11.
It seems thatTiming
core was not built successfully.I wonder if the author can provide more details about the
.cfg
or some information how to use there configs to run the Zsim + ramulator.Best wish
The text was updated successfully, but these errors were encountered: