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
/
scala
/
firrtlTests
/
ReplSeqMemTests.scala
Age
Commit message (
Expand
)
Author
2019-08-01
Followup to PR #1142
chick
2019-03-19
Designs with no SeqMems should produce empty MemConf strings, and this should...
John Wright
2019-03-07
Add a data structure for memory conf reading and writing (#1041)
John Wright
2018-08-23
Fix NoDedupMem to be cognizant of Module scope (#876)
Jack Koenig
2018-07-03
Improve code generation for smem wmode and [w]mask ports (#834)
Andrew Waterman
2018-02-27
Refactor Annotations (#721)
Jack Koenig
2017-06-28
Promote ConstProp to a transform
Jack Koenig
2017-05-11
Improved Global Dead Code Elimination (#549)
Jack Koenig
2017-05-10
Update rename2 (#478)
Adam Izraelevitz
2017-03-23
Pass now subclasses Transform (#477)
Adam Izraelevitz
2017-03-06
Fix mistake when rebasing
Adam Izraelevitz
2017-03-06
Added more stylized debugging style
Adam Izraelevitz
2017-03-06
Addresses #459. Rewords transform annotations API.
Adam Izraelevitz
2017-03-06
Add ability to emit 1 file per module (#443)
Jack Koenig
2017-02-21
Implementation of nodedupe mem (#447)
Colin Schmidt
2017-01-27
Fix signed types (#422)
Angie Wang
2016-12-08
Clk2clock - rename the implicit "clk" module input "clock" (#387)
Jim Lawson
2016-11-23
Stringified annotations (#367)
Adam Izraelevitz
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-11-04
Refactor Compilers and Transforms
jackkoenig
2016-10-30
Keep package name + directory structure consistent (#354)
Colin Schmidt
2016-10-17
Reorganized memory blackboxing (#336)
Adam Izraelevitz
2016-09-21
refactor AnnotateMemMacros
Donggyu Kim
2016-09-14
Fixed infinite loop for finding connect origin in ReplSeqMem (#300)
Angie Wang
2016-09-12
Bug fix -- remove all empty expressions after ReplSeqMem passes (#294)
Angie Wang
2016-09-08
Remove brittle ReplSeqMemTest
jackkoenig
2016-09-08
clean up ExpandWhens
Donggyu Kim
2016-09-06
Address style feedback and add tests for getConnectOrigin utility
Angie
2016-09-06
Expanded annotations for valid memory sizes
Angie
2016-09-06
Added simple unit test for ReplSeqMem
Angie