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