aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/UnitTests.scala
AgeCommit message (Expand)Author
2021-03-29Fix RemoveAccesses, delete CSESubAccesses (#2157)Jack Koenig
2020-09-16Change to Apache 2.0 License (#1901)Chick Markley
2020-08-25Inline Boolean Expressions (#1817)Albert Chen
2020-08-14All of src/ formatted with scalafmtchick
2020-03-17[RFC] Factor out common test classes; package them (#1412)David Biancolin
2020-02-12Removed unused imports in src/test/ (#1381)Jim Lawson
2020-01-15improve the tail ir usability. (#1241)Sequencer
2019-09-16Rename gender to flowSchuyler Eldridge
2019-02-22Add Width Constraints with Annotations (#956)Albert Chen
2019-01-23Improve Shl codegen; eliminate Shlw WIR node (#994)Andrew Waterman
2018-10-31Remove all uses of get_flip and deprecateJack Koenig
2018-06-11Add utilities for UInt and SInt literals (#815)Jack Koenig
2018-02-27Refactor Annotations (#721)Jack Koenig
2018-02-22Add tests for #702. Adds Utility functions. Allows clock muxing in FIRRTL, bu...Adam Izraelevitz
2017-12-22API change: out-of-bounds vec accesses now invalid, not first element (#685)Adam Izraelevitz
2017-08-23Reorder port and wire assignments in Verilog (#641)Adam Izraelevitz
2017-06-28Promote ConstProp to a transformJack Koenig
2017-03-09Sint tests and change in serialization (#456)Adam Izraelevitz
2017-03-06Add ability to emit 1 file per module (#443)Jack Koenig
2016-12-08Clk2clock - rename the implicit "clk" module input "clock" (#387)Jim Lawson
2016-12-05Add check for muxing between clocks (#360)Jack Koenig
2016-11-21Bugfix: exponential runtime of pull muxes (#379)Adam Izraelevitz
2016-11-07Added underscore to GEN, now its _GEN (#362)Adam Izraelevitz
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
2016-11-04Refactor Compilers and Transformsjackkoenig
2016-11-01Fix Match Error in Check Types on Partial Connect (#359)Jack Koenig
2016-09-08remove Utils.{AND, OR, NOT, EQV}Donggyu Kim
2016-08-04Addd check: bits, tail, head arg widthazidar
2016-08-01Refactor RemoveAccesses and fix bug #210.azidar
2016-06-10API Cleanup - ASTJack
2016-05-24Added Errors class and fixed tests.azidar
2016-05-24add better type mismatch error messageColin Schmidt
2016-05-12Implement File Infojackkoenig
2016-05-10Add test suite for Constant PropagationAdam Izraelevitz
2016-04-26Test that nested expressions don't make it to the EmitterAndrew Waterman
2016-04-26Fixed the check for bundle equality to allow relative flips to be wrong, but ...Adam Izraelevitz
2016-04-16Add license to testsjackkoenig
2016-04-09Adds check for type of DefRegister initializationjackkoenig
2016-04-09Fix bundle type equalityAdam Izraelevitz