- Oct 06, 2016
-
-
Jim Lawson authored
This was originally mixed in with #199, Add Assert Data.
-
Jim Lawson authored
Update to current sbt resolver idiom.
-
Jim Lawson authored
Give <> and := legacy behavior in compatibility mode
-
Andrew Waterman authored
Static accesses are strictly checked.
-
Andrew Waterman authored
-
Jim Lawson authored
Make asInput/asOutput/flip deprecation warnings dynamic
-
Andrew Waterman authored
Code that imports Chisel._ shouldn't see them. Not sure if requireIOWrap is the right condition... or if cyan is a good choice of color for deprecation warnings.
-
Richard Lin authored
Generate scaladoc for all subprojects.
-
- Oct 05, 2016
-
-
Andrew Waterman authored
@unchecked is better than matching on _ in this case, because we want to fail on an unexpected case, rather than silently proceed.
-
Jim Lawson authored
-
- Oct 01, 2016
-
-
Jim Lawson authored
Gsdt - Fixup to Chisel connections and direction - PR 200 revisited.
-
Jim Lawson authored
Add Data dir method to Chisel compatibility layer.
-
Jim Lawson authored
-
- Sep 30, 2016
-
-
Jim Lawson authored
-
Jim Lawson authored
-
Richard Lin authored
Massive rename of CompileOptions.
-
Jim Lawson authored
-
Jim Lawson authored
Massage CompileOption names in an attempt to preserve default (Strict) CompileOptions in the absence of explicit imports. NOTE: Since the default is now strict, we may encounter errors when we generate connections for clients (i.e., in Vec.do_apply() when we wire up a sequence). We should really thread the CompileOptions through the macro system so the client's implicits are used.
-
- Sep 29, 2016
-
-
Jim Lawson authored
Use aggregate to run project tasks in subprojects Use sbt-unidoc to generate combined scaladoc for project and subprojects.
-
Jim Lawson authored
Don't use firrtlDirection for direction checks - fix #298.
-
Jim Lawson authored
firrtlDirection should only be used for emitting firrtl. Any checks on the actual direction should use the bound Direction `dir`.
-
- Sep 27, 2016
-
-
Jim Lawson authored
Add Strict default for compile options, onto gsdt
-
ducky authored
-
- Sep 24, 2016
-
-
Jim Lawson authored
-
- Sep 23, 2016
-
-
Jim Lawson authored
Scaladocs for utils
-
ducky authored
-
- Sep 22, 2016
-
-
ducky authored
-
Andrew Waterman authored
Additionally, fix Clock.asUInt (previously, it threw an esoteric exception), and add a simple test of both.
-
Jim Lawson authored
-
Andrew Waterman authored
In the Chisel frontend, the implicit clock is named clock, but in the generated FIRRTL, it is named clk. There is no reason for this discrepancy, and yet fixing it is painful, as it will break test harnesses. Better to take the pain now than later. Resolves #258.
-
- Sep 17, 2016
-
-
Jim Lawson authored
o explain why this merge is necessary,
-
Jim Lawson authored
-
- Sep 16, 2016
-
-
Wesley W. Terpstra authored
-
Jim Lawson authored
-
Jim Lawson authored
-
Jim Lawson authored
This reverts commit 920f6dc1.
-
Jim Lawson authored
-
Jim Lawson authored
-
- Sep 14, 2016
-
-
Henry Cook authored
-
- Sep 10, 2016
-
-
Jim Lawson authored
-