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 tried to load the device tree blob of Rocket Chip generated by Chipyard to Spike but got the issue couldn't find extension 'rocket' in shared library 'libcustomext.so.
Here are the steps:
Compile the default Rocket Chip in Chipyard by make
Identify the corresponding dts file from generated-src/chipyard.harness.TestHarness.RocketConfig/chipyard.harness.TestHarness.RocketConfig.dts
Hi,
I tried to load the device tree blob of Rocket Chip generated by Chipyard to Spike but got the issue
couldn't find extension 'rocket' in shared library 'libcustomext.so
.Here are the steps:
make
generated-src/chipyard.harness.TestHarness.RocketConfig/chipyard.harness.TestHarness.RocketConfig.dts
dtc -O dtb -o rc.dtb chipyard.harness.TestHarness.RocketConfig.dts
spike --dtb=rc.dtb --dump-dts foo
Then, the issue comes out.
The versions on my side:
Spike:
de5094a1a901d77ff44f89b38e00fefa15d4018e
Chipyard:
1.13.0
Please let me know if I did something wrong.
Thank you.
The text was updated successfully, but these errors were encountered: