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
2019-11-14
Use getName instead of getSimpleName
Schuyler Eldridge
2019-11-14
Add test with Transform inside object
Schuyler Eldridge
2019-11-07
Add check for multiple sources for same wiring pin (#1191)
Jack Koenig
2019-11-05
Move CheckResets after CheckCombLoops (#1224)
Jack Koenig
2019-11-04
Merge branch 'master' into serialization-utils
Jack Koenig
2019-11-04
Ignore extmodule instances in Flatten (#1218)
Albert Magyar
2019-11-04
Add explicit EOF to top-level parser rule (#1217)
Albert Magyar
2019-10-31
Guard initial blocks in emitted Verilog with `ifndef SYNTHESIS
Jack Koenig
2019-10-30
Add some simple tests to demonstrate how to provide type hints
David Biancolin
2019-10-29
Remove an unneeded cast
David Biancolin
2019-10-29
Some cleanup
David Biancolin
2019-10-29
Update src/main/scala/firrtl/annotations/JsonProtocol.scala
David Biancolin
2019-10-29
Check that all annotations provide the typeHint
David Biancolin
2019-10-29
Try implementing recursive typeHint look up
David Biancolin
2019-10-29
Change findInstancesInHierarchy to return implicit top instance
Albert Magyar
2019-10-25
Only emit the DeserilizationTypeHintsAnno when needed
David Biancolin
2019-10-24
Enhance CheckCombLoops errors with connection info
Albert Magyar
2019-10-24
Add EdgeData trait to mix in to graphs
Albert Magyar
2019-10-24
Supply a trait to allow user annotations to provide SERDES type hints
David Biancolin
2019-10-22
Add Register Updates/else-if Verilog Emitter tests
Schuyler Eldridge
2019-10-22
Emit Verilog "else if" in register updates
Schuyler Eldridge
2019-10-21
Add tests for memories with latency >1, toggling enables
Albert Magyar
2019-10-21
Add library for streamlined Verilog execution tests
Albert Magyar
2019-10-21
Add test for #1179: comb-loops from VerilogMemDelays
Albert Magyar
2019-10-21
Fix write-first mem enable handling in VerilogMemDelays
Albert Magyar
2019-10-18
Upstream intervals (#870)
Adam Izraelevitz
2019-10-08
Add test for TopWiringTransform idempotency
Schuyler Eldridge
2019-10-08
Make TopWiringTransform idempotent
Schuyler Eldridge
2019-10-07
Absorb some instance analysis into InstanceGraph, use safer boxed Strings (#1...
Albert Magyar
2019-10-03
Add Block factory from argument list of Statements (#1197)
Albert Magyar
2019-10-01
Restore ResolveGenders to its status as a Pass (#1192)
Jack Koenig
2019-09-30
Implement read-first memories in VerilogMemDelays
Albert Magyar
2019-09-30
Add read-under-write checks for memory emission
Albert Magyar
2019-09-30
Improve read-under-write parameter support
Albert Magyar
2019-09-19
Faster inline renaming (#1184)
Albert Chen
2019-09-17
Speed up InlineInstances (#1182)
Jack Koenig
2019-09-16
Deprecate Gender and add implicit Flow conversion
Schuyler Eldridge
2019-09-16
Rename gender to flow
Schuyler Eldridge
2019-09-12
Add space, s/Github/GitHub/ in DontTouchException (#1177)
Schuyler Eldridge
2019-09-12
update inline transform and testcases
Abert Chen
2019-09-06
Refactor: remove redundancy code (#1166)
Leway Colin
2019-09-05
Filter out more filename extensions for blackbox source headers (#1134)
Albert Magyar
2019-09-05
clean up spacing in inline test
abejgonzalez
2019-08-27
Add StageError
Schuyler Eldridge
2019-08-27
Add firrtl.options.ExitCode type hierarchy
Schuyler Eldridge
2019-08-20
Remove incorrect short option for --info-mode
Schuyler Eldridge
2019-08-19
Refactor exceptions to remove stack trace from user errors (#1157)
Jack Koenig
2019-08-13
Infer reset (#1068)
Jack Koenig
2019-08-09
Remove unused CheckHighFormLike.IllegalChirrtlMemException (#1151)
Albert Magyar
2019-08-07
Add tests on RemoveReset of invalid inits
Schuyler Eldridge
[next]