- Oct 29, 2016
-
-
chick authored
-
chick authored
Next step is to serialize
-
https://github.com/ucb-bar/chisel3chick authored
-
chick authored
-
Donggyu Kim authored
-
Donggyu Kim authored
-
Andrew Waterman authored
-
- Oct 28, 2016
-
-
Andrew Waterman authored
defaultCompileOptions is convenient, but it frequently foils the compatibility layer by providing strict defaults rather than passing through the user's CompileOptions. This notably manifests for chiselCloneType, which has different behavior for chisel3 and Chisel. Ideally, we'd get rid of defaultCompileOptions within chisel3.core and only supply it to people who import chisel3._ (attn. @ucbjrl). That would statically prevent further regressions of this nature within the core. The change to Vec.truncateIndex seems extraneous, but I chose an alternate implementation rather than requiring compileOptions in another place.
-
Andrew Waterman authored
f1507aa7 triggers a rocket-chip regression, because Chisel used to not preserve flippedness on cloneType.
-
Donggyu authored
fix SeqMem's read port creation
-
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 24, 2016
-
-
Donggyu Kim authored
this helps firrtl to infer read enable signals
-
- 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
-