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
Age
Commit message (
Expand
)
Author
2018-04-16
Cleaning up BlackBoxSourceHelper - use absolute file paths. (#789)
Jim Lawson
2018-04-13
Remove infinitely recursive function (#790)
Jack Koenig
2018-04-11
Cleaning up BlackBoxSourceHelper (#786)
Henry Cook
2018-04-11
Make DiGraph.linearize be iterative instead of recursive (#785)
Jack Koenig
2018-04-10
Fix bug in Constant Propagation for registers propped to zero (#787)
Jack Koenig
2018-04-03
Make Dedup properly dedup ExtModules (#781)
Jack Koenig
2018-04-02
CyclicException identifies a problem node. (#778)
Chick Markley
2018-03-28
Enhance RenameMap to support circuit renaming (#775)
Jack Koenig
2018-03-28
Replace unconnected registers with 0 in Constant Propagation (#776)
Jack Koenig
2018-03-27
Change throwInternalError to use a String instead of Option[String] (#777)
Jack Koenig
2018-03-27
Const prop improvement (#772)
Jack Koenig
2018-03-26
Make WiringTransform remove its used annotations (#774)
Schuyler Eldridge
2018-03-23
Make Register Update Flattening a Transform and Delete Dangling Nodes (#692)
Jack Koenig
2018-03-22
Better bad annotation file error reporting (#771)
Jack Koenig
2018-03-21
GroupModule Transform (#766)
Adam Izraelevitz
2018-03-21
Add SyntaxErrorsException as a type of ParserException (#770)
Jack Koenig
2018-03-20
Correct extmodule example in spec (#768)
Albert Magyar
2018-03-19
Adding the firrtl proto. (#746)
Kevin Townsend
2018-03-19
Pass up annotations in return value from Driver.execute (#760)
Chick Markley
2018-03-19
Update README.md (#761)
Albert Magyar
2018-03-19
Masks for zero-width fields of mems should be width zero. (#763)
grebe
2018-03-15
Improve section heading (#762)
edwardcwang
2018-03-03
Bump SNAPSHOT version (#752)
Jim Lawson
2018-03-02
Reduce Statement nesting in Wiring Pass (#751)
Jack Koenig
2018-03-02
Fix annotation deserialization of component subfields (#750)
Jack Koenig
2018-03-01
[name change] Use LsbLargerThanMsbException (#740)
Schuyler Eldridge
2018-02-27
Refactor Annotations (#721)
Jack Koenig
2018-02-27
Add log-level debug message for modules that get deduped (#748)
Jack Koenig
2018-02-26
Rename loadAnnotations -> getAnnotations (#747)
Jack Koenig
2018-02-23
Add graph summation "+" to DiGraph (#744)
Schuyler Eldridge
2018-02-22
Add tests for #702. Adds Utility functions. Allows clock muxing in FIRRTL, bu...
Adam Izraelevitz
2018-02-21
Change primop arg type (#587)
Adam Izraelevitz
2018-02-16
Replacematcherror - catch exceptions and convert to internal error. (#424)
Jim Lawson
2018-02-16
Update spec for rhs
Schuyler Eldridge
2018-02-12
Bump sbt to 1.1.1 and bump plugins (#739)
Jack Koenig
2018-02-08
CheckHighForm should check that Bits MSB >= LSB (#738)
Schuyler Eldridge
2018-02-07
Fix EulerTour for circuits with one module (#736)
Schuyler Eldridge
2018-02-06
Updatefromrelease - Incorporate lessons learned from latest publishing. (#656)
Jim Lawson
2018-02-05
Added comments to ExpandWhens (#716)
Adam Izraelevitz
2018-01-30
Merge pull request #735 from freechipsproject/fix-const-prop
Jack Koenig
2018-01-30
Make Constant Propagation respect dontTouch on registers
Jack Koenig
2018-01-30
Fix bug incorrectly propagating constants on submodule inputs
Jack Koenig
2018-01-17
Add firrtl-mode to README.md (#730)
Schuyler Eldridge
2018-01-15
WiringTransform Refactor (#648)
Schuyler Eldridge
2018-01-09
Update README.md
Adam Izraelevitz
2018-01-08
Typo: ExecutionOptionManager -> ExecutionOptionsManager.
Leway Colin
2018-01-05
Fix FirrtlExecutionOptions backward incompatible change (#704). (#720)
Jim Lawson
2018-01-05
Remove erroneous undef of RANDOMIZE in emitted Verilog
Jack Koenig
2017-12-29
Add support for multiple annotation files
Jack
2017-12-29
Actually emit annotations as YAML instead of default toString
Jack
[next]