File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ in [sbt](http://www.scala-sbt.org/release/docs/Getting-Started/Setup.html).
30
30
$ sbt run
31
31
32
32
This will generate and test a simple block (` Hello ` ) that always outputs the
33
- number 42. You should see ` [success] ` on the last line of output (from sbt) and
33
+ number 42 (aka 0x2a) . You should see ` [success] ` on the last line of output (from sbt) and
34
34
` PASSED ` on the line before indicating the block passed the testcase. If you
35
35
are doing this for the first time, sbt will automatically download the
36
36
appropriate versions of Chisel3, the Chisel Testers harness
@@ -89,14 +89,14 @@ memories.
89
89
90
90
To check that all of your solutions are correct:
91
91
92
- $ ./run-problems .sh all
92
+ $ ./run-problem .sh all
93
93
94
94
95
95
To run all of our reference solutions:
96
96
97
- $ ./run-solutions .sh all
97
+ $ ./run-solution .sh all
98
98
99
- Note: ./run-problems .sh, ./run-solutions .sh, ./run-examples.sh are convenience scripts to invoke tests
99
+ Note: ./run-problem .sh, ./run-solution .sh, ./run-examples.sh are convenience scripts to invoke tests
100
100
101
101
Learning More Chisel
102
102
--------------------
You can’t perform that action at this time.
0 commit comments