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
Age
Commit message (
Expand
)
Author
2020-04-20
Avoid casting 2-bit interval to AsyncReset in test
Albert Magyar
2020-04-14
Add Paul's async-reset self-init case as a test
Albert Magyar
2020-04-14
Avoid infinite loops on async-reset self-inits in CheckResets
Albert Magyar
2020-04-14
Allow casts in AsyncReset literal value check (#1523)
Jack Koenig
2020-04-13
Add test-case for explicit padding of SInts in mverilog compiler
Albert Magyar
2020-04-13
Ensure PadWidths is run in mverilog compiler
Albert Magyar
2020-04-13
Add test of mixing -e with -E in FirrtlMainSpec
Schuyler Eldridge
2020-04-13
Check EmitAnnotation class before emitting
Schuyler Eldridge
2020-04-13
Split Checks into separate files
Albert Magyar
2020-04-13
Split Resolves into separate files
Albert Magyar
2020-04-13
move asyncInitials inside initial block RANDOMIZE ifdef (#1510)
John Ingalls
2020-04-11
EliminateTargetPaths: don't duplicate modules with only one instance (#1504)
Albert Chen
2020-04-10
Split Passes.scala into separate files (#1496)
Adam Izraelevitz
2020-04-10
Add ground type serializer (#1502)
Albert Chen
2020-04-10
Support infoMode for Strings (#782)
edwardcwang
2020-04-07
Fix dynamic SubAccess of zero-length vectors (#1450)
Albert Magyar
2020-04-06
* Remove deprecated 'Gender' methods/aliases
Albert Magyar
2020-04-06
Remove deprecated ResolveGenders and CheckGenders
Albert Magyar
2020-04-06
Avoid using deprecated 'Gender' objects
Albert Magyar
2020-03-30
Make InlineCasts invalidate LegalizeClocks
Albert Magyar
2020-03-30
Add previously failing pad(cast(lit)) example as a test case
Albert Magyar
2020-03-30
Avoid generating illegal part-selects in InlineCasts
Albert Magyar
2020-03-30
Port FirrtlRunners.firrtlEquivalenceTest to use FirrtlStage
Albert Magyar
2020-03-30
Don't use postfix operator in transforms.Flatten
Schuyler Eldridge
2020-03-26
Eliminate warnings on `sbt doc` and `sbt unidoc` (#1470)
Chick Markley
2020-03-26
Support octal and binary literal formats as described in the spec
Albert Magyar
2020-03-25
Update scalatest 3.1.0 (#1383)
Jim Lawson
2020-03-23
Support Java API doc Scaladoc/Unidoc References (#1420)
Schuyler Eldridge
2020-03-23
Remove toNamed (and friends) deprecation. (#1449)
Jim Lawson
2020-03-23
Explicitly initialize firrtl.stage.Forms to prevent multi-thread collisions (...
Jim Lawson
2020-03-23
Change annotation logging (#1461)
Jack Koenig
2020-03-17
Add method to CheckCompLoops which returns its full netlist (#1458)
David Biancolin
2020-03-17
[RFC] Factor out common test classes; package them (#1412)
David Biancolin
2020-03-16
Check for collision of defnames with Module names
Albert Magyar
2020-03-16
Check for module name conflicts
Albert Magyar
2020-03-13
Make InlineInstances invalidate ResolveKinds
Jack Koenig
2020-03-14
Revert Compiler.execute to public (was protected) (#1447)
Schuyler Eldridge
2020-03-12
Add Support for FPGA Bitstream Preset-registers (#1050)
John's Brew
2020-03-12
Add out-of-bounds literal access test for ReplaceAccesses
Albert Magyar
2020-03-12
Avoid generating out-of-bounds indices in ReplaceAccesses
Albert Magyar
2020-03-11
Don't const-prop a register's self-init (#1441)
Albert Magyar
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2020-03-11
Remove dead passes.DeadCodeElimination code (#1440)
Albert Magyar
2020-03-10
Fix copy-paste error in DiGraph.linearize documentation (#1324)
Sahand Kashani-Akhavan
2020-03-09
Provide an annotation mix-in that marks RTs as dontTouch (#1433)
David Biancolin
2020-03-07
Add firrtl-json serializers (#1430)
Adam Izraelevitz
2020-03-06
Check sign of primop constants where appropriate (#1421)
Albert Magyar
2020-03-04
Incorporate new AddNot formal regression test
Albert Magyar
2020-03-04
Revert "Verilog emitter transform InlineNots (#1270)"
Albert Magyar
2020-03-04
Remove RenameMap logging from EliminateTargetPaths (#1416)
Jack Koenig
[next]