aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/VerilogEmitterTests.scala
AgeCommit message (Expand)Author
2022-01-06Add FileInfo to asyncResetAlwaysBlocks (#2451)sinofp
2021-11-30[deprecation clean up] remove trait firrtl.util.BackendCompilationUtilities (...Jiuyang Liu
2021-11-19Disable random init (#2396)Jiuyang Liu
2021-07-29Dedup attribute annos (#2297)Jared Barocsi
2021-01-28Stop padding multiply and divide ops (#2058)Jack Koenig
2020-10-26fix a test not detecting verilog name conflicts.Jiuyang liu
2020-10-01Fix "fix" for negative literals > 32 bitsJack Koenig
2020-09-16Change to Apache 2.0 License (#1901)Chick Markley
2020-08-26Emit parentheses in Verilog for nested unary ops (#1865)Jack Koenig
2020-08-14Apply scalafmt againJack Koenig
2020-08-14All of src/ formatted with scalafmtchick
2020-07-15ir: store FileInfo string in escaped format (#1690)Kevin Laeufer
2020-06-25Add a second instance to Verilog keyword testSchuyler Eldridge
2020-06-22recore of Attributes (#1643)Jiuyang Liu
2020-05-13consolidated wire+assign to just wire, with expression inlined (#1600)Murali Vijayaraghavan
2020-05-08deprecating BackendCompilationUtilities trait for object (#1575)Deborah Soung
2020-05-05before/after initial block macros (#1550)Deborah Soung
2020-03-17[RFC] Factor out common test classes; package them (#1412)David Biancolin
2020-03-11Migrate to DependencyAPISchuyler Eldridge
2020-03-04Revert "Verilog emitter transform InlineNots (#1270)"Albert Magyar
2020-02-12Removed unused imports in src/test/ (#1381)Jim Lawson
2020-02-12Fixing lint error: x + -1 (#1374)Adam Izraelevitz
2020-01-15Verilog emitter transform InlineBitExtractions (#1296)John Ingalls
2020-01-07Remove unnecessary $signed casts for PrimOps in Verilog EmitterJack Koenig
2020-01-06Verilog emitter transform InlineNots (#1270)John Ingalls
2019-10-31Guard initial blocks in emitted Verilog with `ifndef SYNTHESISJack Koenig
2019-10-22Add Register Updates/else-if Verilog Emitter testsSchuyler Eldridge
2018-11-15Combine cats (#851)Albert Chen
2018-10-12Refactor VerilogRename -> RemoveKeywordCollisionsSchuyler Eldridge
2018-10-12Verilog renaming uses "_", works on whole ASTSchuyler Eldridge
2018-08-30Emit Verilog Comments (#874)albertchen-sifive
2018-07-26Support for load memory annotations in chisel (#833)Chick Markley
2018-05-29Fix pad (#817)Jack Koenig
2018-02-22Add tests for #702. Adds Utility functions. Allows clock muxing in FIRRTL, bu...Adam Izraelevitz
2017-03-06Add ability to emit 1 file per module (#443)Jack Koenig
2017-02-26Align types and names of ports in emitted Verilog (#463)Jack Koenig
2017-01-19Verilog rem fix (#404)grebe
2016-11-23Stringified annotations (#367)Adam Izraelevitz
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
2016-11-04Refactor Compilers and Transformsjackkoenig
2016-10-31Fixed Verilog emission of andr, orr, and xorr (#357)Adam Izraelevitz