aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/util/BackendCompilationUtilities.scala
AgeCommit message (Expand)Author
2021-11-30[deprecation clean up] remove trait firrtl.util.BackendCompilationUtilities (...Jiuyang Liu
2020-11-10Refactor emiter (#1879)Jiuyang Liu
2020-09-16Change to Apache 2.0 License (#1901)Chick Markley
2020-08-14All of src/ formatted with scalafmtchick
2020-07-14Delete outdated scalastyle configuration comments from sourceAlbert Magyar
2020-05-18Fix equivalence tests (#853)Albert Chen
2020-05-08deprecating BackendCompilationUtilities trait for object (#1575)Deborah Soung
2020-05-05before/after initial block macros (#1550)Deborah Soung
2020-01-07Redirect testing shell commands to loggerJack Koenig
2019-08-01Followup to PR #1142chick
2019-07-25Allow name of blackbox resource .f file to change from static value (#1129)Albert Magyar
2019-06-18Use scalafix to remove unused import and deprecated procedure syntax (#1074)Leway Colin
2019-04-25Add FirrtlStage, make Driver compatibility layerSchuyler Eldridge
2018-08-29Filter resource file names to avoid including the same file multiple times. (...Jim Lawson
2018-07-20Constant prop add (#849)albertchen-sifive
2018-06-06Mechanism to stop verilator from generating VCD file Chisel Issue #808 (#794)Chick Markley
2018-04-11Cleaning up BlackBoxSourceHelper (#786)Henry Cook
2017-09-21Fix problem where wrong verilog file is used. (#661)Chick Markley
2017-02-01Fix anno in backend (#428)Chick Markley
2017-01-31Replace createTempDirectory with createTestDirectory (#427)Jack Koenig
2017-01-29Keep firrtl's simulation environment in sync with chisel's. (#425)Jim Lawson
2017-01-27Move BackendCompilationUtilities into a util package for use by chisel3. (#400)Jim Lawson