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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: