- Aug 19, 2016
-
-
shunshou authored
-
Angie authored
-
Jim Lawson authored
-
- Aug 18, 2016
-
-
Angie Wang authored
* Updated FIRRTL spec + related code for readwrite ports. (write) data -> wdata & mask -> wmask for clarity * Also removed simple.fir that snuck into master branch. -
Adam Izraelevitz authored
Now prints usage when given incorrect arguments
-
- Aug 17, 2016
-
-
Adam Izraelevitz authored
Also added clock to reg's abstract syntax
-
mwachs5 authored
-
- Aug 16, 2016
-
-
Adam Izraelevitz authored
Added help string #234
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
* Removed stanza implementation/tests. In the future we can move the stanza tests over, but for now they should be deleted. * Added back integration .fir files * Added Makefile to give Travis hooks * Added firrtl script (was ignored before)
-
- Aug 13, 2016
-
-
Jack Koenig authored
-
Adam Izraelevitz authored
Add missing case for connecting ClockType
-
Megan Wachs authored
-
- Aug 10, 2016
-
-
Donggyu authored
-
Chick Markley authored
fix read port enables in RemoveCHIRRTL LGTM -chick
-
Donggyu Kim authored
read port enables for cmems should always be high
-
- Aug 09, 2016
-
-
Adam Izraelevitz authored
Don't create output files until the compiler succeeds
-
Andrew Waterman authored
Creating the output file preemptively screws up make, as on subsequent executions of make, it thinks the task succeeded.
-
- Aug 06, 2016
-
-
Adam Izraelevitz authored
Bugfix: recursing stmts to remove unknown widths
-
- Aug 05, 2016
-
-
Adam Izraelevitz authored
* Added RemoveEmpty.scala, which removes Empty and nested Blocks * Reused squashEmpty from ExpandWhens by moving it to Utils * Squash EmptyStmts in ExpandWhens correctly
-
azidar authored
-
azidar authored
-
- Aug 04, 2016
-
-
Donggyu authored
-
- Aug 03, 2016
-
-
Adam Izraelevitz authored
Change serialize to abstract method on FirrtlNode
-
Adam Izraelevitz authored
Fix mem infer
-
Donggyu Kim authored
turned on with '--inferRW <circuit name>'
-
Jack Koenig authored
-
Adam Izraelevitz authored
Fix use of global state in instance loop checking
-
Adam Izraelevitz authored
Change default log level to warn
-
Adam Izraelevitz authored
Refactor RemoveAccesses and fix bug #210.
-
jackkoenig authored
Also increase sensitivity of thread safety checking Fixes #159
-
- Aug 02, 2016
-
-
Adam Izraelevitz authored
remove ConstProp in HighFirrtlToMiddleFirrtl
-
Adam Izraelevitz authored
Fix StringSpec generators to only choose from valid values.
-
azidar authored
-
Jack Koenig authored
-
azidar authored
Added corresponding unit test.
-
Jack Koenig authored
The old almost equivalent syntax gives the same result but can cause the test to fail if too many invalid values are thrown away.
-
- Jul 30, 2016
-
-
Donggyu Kim authored
ConstProp before width padding causes errors for SIntLiteral
-
- Jul 29, 2016