- Aug 04, 2016
- 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.
-
azidar authored
-
- Jul 27, 2016
-
-
Adam Izraelevitz authored
Detects and flags cyclic module loops
-
- Jul 26, 2016
- Jul 22, 2016
-
-
azidar authored
-
Kamyar Mohajerani authored
Indentation support for the ANTLR parser - some clean-up of the parser code (TODO: file input could be improved, more clean-up) - get rid of Translator and specify all syntactic rules in antlr4 grammer - support for else-when shorthand in the grammar - rename Begin to Block which makes more sense
-
- Jul 08, 2016
-
-
Andrew Waterman authored
Randomization should be controllable separately. Verilator, for example, already does this if it is passed --x-assign unique; doing it redundantly reduces simulation performance.
-
- Jul 07, 2016
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-