ucb-bar / constellation

A Chisel RTL generator for network-on-chip interconnects
http://constellation.readthedocs.io
BSD 3-Clause "New" or "Revised" License
169 stars 24 forks source link

Chipyard-Standalone Testing with Config AXI4TestConfig00 #68

Open qwerssss1 opened 3 months ago

qwerssss1 commented 3 months ago

command: make SUB_PROJECT=constellation BINARY=none CONFIG=AXI4TestConfig00 run-binary-debug simulator: verilator

error log: Exception in thread "main" java.lang.reflect.InvocationTargetException at ... () at chipyard.stage.phases.PreElaboration.$anonfun$transform$1(PreElaboration.scala:35) at ... () at ... (Stack trace trimmed to user code only. Rerun with --full-stacktrace to see the full stack trace) Caused by: java.lang.UnsupportedOperationException: empty.max

I can pass the config Testconfig00 but fail with AXI/Tilelink config with error above.

jerryz123 commented 3 months ago

Try make SUB_PROJECT=constellation BINARY=none CONFIG=AXI4TestConfig00 run-binary-debug MODEL=AXI4TestHarness

qwerssss1 commented 3 months ago

Thanks, it works