- Jan 09, 2016
-
-
chick authored
-
- Jan 05, 2016
-
-
Andrew Waterman authored
Support Boolean assert()
-
- Jan 01, 2016
-
-
Palmer Dabbelt authored
This overload exists for Chisel 2 compatibility (Rocket uses it). I tried to just add a single extra method ('apply(Boolean, String="")') but Scala complained about having overloads with implicit arguments. Instead I just went ahead and added 4 overloads that do the same thing as the implicit arguments, just a bit less cleanly. -
Andrew Waterman authored
Add '=/=' to bits, which does the same as '!='
-
- Dec 31, 2015
-
-
Palmer Dabbelt authored
It looks like this is in Chisel2 now, and some stuff in uncore is using it. IIRC, we decided that this was the correct thing to do for some Scala style reasons.
-
- Dec 16, 2015
-
-
Chick Markley authored
Meaningful error when resource copy fails. Seems like this is exposing some deeper error with sbt and external libraries/jars. Sometimes this error message makes sometimes the entire JVM and sbt dump with SEG fault, I don't think this is a chisel problem
-
Jim Lawson authored
Fix some nits: add that line to .gitignore that keeps coming back, do parallel testing by default
-
ducky authored
-
Chick Markley authored
Print test stdout/stderr to console, works for my use cases
-
ducky authored
-
ducky authored
-
- Dec 15, 2015
-
-
Chick Markley authored
Modify TestDriver to take resource paths instead of Files Tested in chisel3:new_unit_tester Tested in chisel-tutorial:chisel3prep
-
ducky authored
-
- Dec 12, 2015
-
-
Andrew Waterman authored
Fix Counter doc
-
ducky authored
-
Adam Izraelevitz authored
Refactor tests to use stop() and assert() instead of io.error/io.done
-
ducky authored
Gate assert, printf, stop by reset Fix testbenches that never worked Change simulation prints to display cycle at which test was signaled to end, not when simulator stops Better documentation for Counter
-
Andrew Waterman authored
Add stop() in BasicTester as a replacement for io.done
-
ducky authored
-
Adam Izraelevitz authored
Add support for printf and asserts, add testbench for asserts and printf
-
ducky authored
-
Adam Izraelevitz authored
Add Option support in Bundle
-
- Dec 11, 2015
-
-
Andrew Waterman authored
Refactor test code generation, add support for additional .v files
-
ducky authored
-
- Dec 10, 2015
- Dec 07, 2015
-
-
Palmer Dabbelt authored
Split internal and FIRRTL packages
-
ducky authored
-
Palmer Dabbelt authored
More design rationale for Vec
-
ducky authored
-
- Nov 07, 2015
-
-
Jim Lawson authored
Further testing improvements
-
Henry Cook authored
-
azidar authored
-
Henry Cook authored
-
Henry Cook authored
-
- Nov 05, 2015
-
-
Jim Lawson authored
Fix new style errors
-
Jim Lawson authored
Style fixes for test code
-
Henry Cook authored
Testing improvements fixing 4 broken tests and reducing runtime
-
ducky authored
-