ucb-bar / constellation

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

How to run the tests in test folder #76

Closed pointerliu closed 1 month ago

pointerliu commented 1 month ago

It appears that Constellation cannot be run independently. How can I execute the tests located in the test folder now?

I am attempting to run sbt "project constellation" test in the Chipyard environment, but it seems to require a large amount of memory. Did I miss anything ?

Is there a recommended approach for running these tests efficiently?

jerryz123 commented 1 month ago

Running it through Chipyard is the best way.

make SUB_PROJECT=constellation CONFIG=TestConfig00 run-binary BINARY=none