I read Documentation: constellation.readthedocs.io.
and follow the steps of
- Installing Espresso
- Installing Minimal-Standalone
Then I git clone constellation and execute commands:
cd constellation
CONSTELLATION_STANDALONE=1 sbt "testOnly constellation.NoCTest00"
However,sbt report error:

Does the source code match the version of the documentation?How can I fix it and generate verilog succesfully?