bu-icsg / dana

Dynamically Allocated Neural Network Accelerator for the RISC-V Rocket Microprocessor in Chisel
Other
203 stars 36 forks source link

Error in building emulator #47

Closed phthinh closed 6 years ago

phthinh commented 6 years ago

It has an error when I built the emulator according to the guide as follow:

Build an emulator

cd $fpga_zynq_dir/rocket-chip/emulator make ROCKETCHIP_ADDONS=dana CONFIG=XFilesDanaCPPConfig

It seems that there is no defined XFilesDanaCPPConfig CONFIG. I think it should be CONFIG=DanaEmulatorConfig, isn't it?

seldridge commented 6 years ago

You're exactly right with the fix. Thanks for pointing out what the solution should be! This is now correctly specified in the short version of the top level README.md.