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
/
test
/
resources
Age
Commit message (
Expand
)
Author
2021-09-29
Add RTLIL Backend. (#2331)
Nicolas Machado
2021-03-19
Legalize neg: -x becomes 0 - x (#2128)
Jack Koenig
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-13
Remove LegacyAnnotation and [most] MoultingYaml (#1833)
Jack Koenig
2020-08-01
Error on ExtModules w/ same defname, diff. ports (#1734)
Schuyler Eldridge
2020-07-27
Fix out-of-scope reference in handwritten CHIRRTL mem test
Albert Magyar
2020-03-12
Add Support for FPGA Bitstream Preset-registers (#1050)
John's Brew
2019-05-24
Emit legal Verilog literals for ExtModule IntParams > 32-bit (#1087)
Jack Koenig
2019-02-14
Asynchronous Reset (#1011)
Jack Koenig
2018-11-07
Add firrtl.options tests
Schuyler Eldridge
2018-10-31
Don't include verilog header files in "FileList" for VCS/Verilator. (#918)
Jim Lawson
2018-06-11
Allow escaped single quotes in RawParams (#820)
Richard Lin
2018-05-21
Fix more problems with zero width things. (#779)
grebe
2018-03-19
Masks for zero-width fields of mems should be width zero. (#763)
grebe
2018-02-27
Refactor Annotations (#721)
Jack Koenig
2017-06-21
Add --no-dce command-line option to skip DCE
Jack Koenig
2017-06-12
Add option to disable combinational loop detection
Jack Koenig
2017-04-18
"Scope" test resource (top.cpp). (#398)
Jim Lawson
2017-01-29
Keep firrtl's simulation environment in sync with chisel's. (#425)
Jim Lawson
2016-12-08
Clk2clock - rename the implicit "clk" module input "clock" (#387)
Jim Lawson
2016-11-23
Stringified annotations (#367)
Adam Izraelevitz
2016-11-05
Fix CHIRRTL bugs (#355)
Donggyu
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-11-04
Refactor Compilers and Transforms
jackkoenig
2016-10-26
Add RawString ExtModule parameter support
jackkoenig
2016-10-26
Add Support for Parameterized ExtModules and Name Override
jackkoenig
2016-10-26
Add ExtModule Tests
jackkoenig
2016-10-07
Add test for Firrtl mems with no ports (#327)
Jack Koenig
2016-09-12
Add LegalizeSpec for testing Verilog Legalization pass
Jack
2016-05-12
Restructured Compiler to use Transforms. Added an InlineInstance pass.
Adam Izraelevitz
2016-05-03
Add Expand Whens test
jackkoenig
2016-05-03
Make simulations that time out fail when run in firrtlTests
jackkoenig
2016-04-20
Add tests for CHIRRTL mem port definitions.
jackkoenig
2016-04-20
Fix top.cpp reset race condition #137
jackkoenig
2016-04-08
Add small test for issue #105
jackkoenig
2016-03-15
Revamp string literal handling
jackkoenig
2016-03-03
Add some integration tests: successful compilation and execution
jackkoenig
2016-02-23
Add rocket regression, just runs rocket.fir through Verilog compiler and comp...
Jack