- Aug 12, 2016
- Aug 10, 2016
-
-
Angie authored
-
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
- Jul 28, 2016
-
-
Donggyu Kim authored
-
Donggyu Kim authored
read ports are declared outside when clauses and used multiple times, so their enables should be inserted when being replaced
-
Adam Izraelevitz authored
Added future-release.txt
-
Adam Izraelevitz authored
Rework Annotations
-
azidar authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
Conflicts: src/main/scala/firrtl/Compiler.scala src/main/scala/firrtl/LoweringCompilers.scala src/main/scala/firrtl/passes/Inline.scala src/test/scala/firrtlTests/AnnotationTests.scala src/test/scala/firrtlTests/InlineInstancesTests.scala
-
Adam Izraelevitz authored
Fixed reg concrete syntax. #197.
-
azidar authored
Keeps track of proposed changes to add to the next version of the Firrtl spec.
-
Adam Izraelevitz authored
Added a Chirrtl check for undeclared wires, etc.
-