- Jan 29, 2016
-
-
Andrew Waterman authored
-
- Jan 28, 2016
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- Jan 26, 2016
-
-
Andrew Waterman authored
-
- Jan 25, 2016
-
-
Andrew Waterman authored
-
- Jan 24, 2016
-
-
Andrew Waterman authored
-
Andrew Waterman authored
This allows us to share Verilog test harnesses between the two.
-
Andrew Waterman authored
-
Andrew Waterman authored
Move firrtl subpackage to inside internal subpackage.
-
jackkoenig authored
-
- Jan 18, 2016
-
-
Andrew Waterman authored
-
Andrew Waterman authored
The change to fix elsewhen/otherwise blew up the node count.
-
Andrew Waterman authored
Fix when / elsewhen / otherwise behavior and add unit test
-
- Jan 17, 2016
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
Accomplish this by avoiding default-null parameters on the apply methods.
-
ducky authored
-
- Jan 16, 2016
-
-
Andrew Waterman authored
Calling toBits inside of flatten makes asInput/asOutput/asDirectionless fail on SInts. Also, the abstract type Data was already defining it to return Seq[Bits], so this change didn't really change the API.
-
- Jan 13, 2016
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- Jan 12, 2016
-
-
Andrew Waterman authored
Add a dummy chiselMain
-
Palmer Dabbelt authored
We don't have this in Chisel3, but for compatibility with berkeley-hardfloat I want a function header. This lets me keep the test harness in upstream hardfloat so I don't have to fork it for Chisel3 testing.
-
- 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
-