ucb-bar / chisel-tutorial

chisel tutorial exercises and answers
Other
696 stars 197 forks source link

java.lang.Runtimeexception #129

Closed jjtoms4s closed 6 years ago

jjtoms4s commented 6 years ago

360 20180528152044939 i follow the quick_start and then i run into this error when run this command ( test:run-main problems.Launcher Mux4) does anyone have idea

jjtoms4s commented 6 years ago

in addtions the MUX2 work but the other task run into the same error

ucbjrl commented 6 years ago

The README.md was out of date for the updated sbt. We've updated it to specify the correct invocation for running tests.

Additionally, the initial problems tests are expected to generate errors, and we force an early exit with a non-zero exit code to indicate failure (the tests will fail until you add the correct code to make them pass). The updated sbt was throwing a security exception in response to this attempt to exit early.

Fixed by #125 and #131.