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
2022-04-07
Make MemConf's MemPort serialization deterministic (#2508)
Chick Markley
2021-10-04
Add test of #2379 issue, NFC
Schuyler Eldridge
2021-09-11
Remove BlackBoxSourceHelper from ReplaceMemTransform (#2355)
Jack Koenig
2021-09-10
MemConf: Do not add another new line when serializing (#2354)
Megan Wachs
2021-06-03
Replace mem macros renaming (#2243)
Albert Chen
2021-05-22
Rewrite vlsi_mem_gen into a Firrtl Transform (#2202)
sinofp
2021-04-27
Memlib Refactor (#2191)
Jiuyang Liu
2021-04-27
deprecate memlib APIs modifided in #2191. (#2199)
Jiuyang Liu
2021-04-16
Make InferTypes error on enable conditions > 1-bit wide (#2182)
Jack Koenig
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-21
Fix Uniquify bug and improve ReplaceSeqMems transforms (#1855)
Jack Koenig
2020-08-14
All of src/ formatted with scalafmt
chick
2020-03-17
[RFC] Factor out common test classes; package them (#1412)
David Biancolin
2020-02-18
Revert "Repl seq mem renaming (#1286)" (#1399)
Jack Koenig
2020-02-12
Repl seq mem renaming (#1286)
Jack Koenig
2019-11-19
Error when blackboxing memories with unsupported masking (#1238)
Abraham Gonzalez
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