firesim / FireMarshal

Software workload management tool for RISC-V based SoC research. This is the default workload management tool for Chipyard and FireSim.
https://docs.fires.im/en/latest/Advanced-Usage/Workloads/index.html
Other
76 stars 51 forks source link

FireMarshal does not work with the latest doit version #239

Closed Schmitz48 closed 2 years ago

Schmitz48 commented 2 years ago

Hi,

I tried to run the ./marshal build br-base.json command and I got the following error message: NotImplementedError: doit.cmd_base.py:TaskLoader was removed on 0.36.0, use TaskLoader2 instead

Simply changing the TaskLoader to TaskLoader2 in wlutil/build.py did not work for me so I downgraded my doit version.

Regards, Philipp

Schmitz48 commented 2 years ago

Issue has been addressed :+1: