- Oct 28, 2016
-
-
Jim Lawson authored
-
Jim Lawson authored
Since chisel now depends on firrtl, we need a way for super projects (i.e., rocket-chip) to control the actual firrtl package used by chisel.
-
- Oct 27, 2016
-
-
Andrew Waterman authored
No more need for e.g. new Bundle { def foo(dummy: Int): Data } as now you can write new Bundle { def foo: Data } This also removes code duplication with Module. h/t @sdtwigg
-
- Oct 26, 2016
-
-
Jim Lawson authored
-
- Oct 25, 2016
-
-
Chick Markley authored
* FixedPoint number support for chisel3 FixedPoint numbers have a width and a binary position Either, neither or both maybe inferred. Firrtl will convert these to SInts during lowering passes * Fixes based on Jack's comments on PR #328 * Add experimental warning to FixedPoint class and object * Fixed comment per Adam's comment on PR #328
-
Jim Lawson authored
Add a cloneType method to QueueIO
-
Jim Lawson authored
Tobits deprecation
-
Jim Lawson authored
-
- Oct 20, 2016
-
-
jackkoenig authored
This causes Verilator tests to compile faster and use less memory
-
Jim Lawson authored
-
- Oct 19, 2016
-
-
Chick Markley authored
Implement a standardized execution scheme for chisel
-
- Oct 15, 2016
-
-
chick authored
Provide support for chisel options Provide support for firrtl options when called as part of chisel compile provide command line support the above options via scopt provide and execution result class that can be used when chisel3 is part of some externally controlled toolchain
-
- Oct 13, 2016
-
-
Schuyler Eldridge authored
Candidate fix for #245
-
Scott Beamer authored
-
- Oct 12, 2016
-
-
Jim Lawson authored
-
- Oct 08, 2016
-
-
Jim Lawson authored
This reverts commit 10f17011.
-
- Oct 07, 2016
-
-
Richard Lin authored
Buildinfo
-
Jim Lawson authored
-
Jim Lawson authored
-
Jim Lawson authored
This reverts commit 3ea7faaa, reversing changes made to 7aea39d4. Update chisel-testers before commiting this change (deleting EnqIO/DeqIO).
-
Jim Lawson authored
-
Jim Lawson authored
-
Jim Lawson authored
-
Jim Lawson authored
Remove EnqIO, DeqIO - #308
-
Jim Lawson authored
-
Jim Lawson authored
-
Jim Lawson authored
Generate a better error message for missing IO() wrapper - fix #305
-
Jim Lawson authored
clone firrtlDirection when cloning - Issue #306
-
Jim Lawson authored
-
Jim Lawson authored
Use "chisel3" as sbt project name.
-
Jim Lawson authored
Add Cookbook tests
-
Jim Lawson authored
Update Driver: Check the simulation exit code #281
-
Jim Lawson authored
Merge with master and support checking for failure with an explicit assertion message.
-
- Oct 06, 2016
-
-
Jim Lawson authored
-
Jim Lawson authored
TransitName comment change.
-
Jim Lawson authored
Update @sdtwigg's PR #199 - Add Assert Data.
-
Jim Lawson authored
This was originally mixed in with #199, Add Assert Data.
-
Jim Lawson authored
-
Jim Lawson authored
Update to current sbt resolver idiom.
-
Jim Lawson authored
Give <> and := legacy behavior in compatibility mode
-