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
/
main
/
scala
/
firrtl
/
passes
/
memlib
Age
Commit message (
Expand
)
Author
2020-08-14
All of src/ formatted with scalafmt
chick
2020-08-13
Remove LegacyAnnotation and [most] MoultingYaml (#1833)
Jack Koenig
2020-07-30
ir: use Serializer.serialize where possible (#1809)
Kevin Laeufer
2020-07-29
[2.13] replace `= Unit` with `= ()`
Kevin Laeufer
2020-07-29
MemConf: build list of tuples and turn it into a map at the end
Kevin Laeufer
2020-07-29
[2.13] convert toSeq and toMap where necessary to compile
Kevin Laeufer
2020-06-22
Convert PreservesAll to explicit invalidates=false
Schuyler Eldridge
2020-05-01
Add missing invalidations to some transforms (#1541)
Schuyler Eldridge
2020-04-22
s/dependents/optionalPrerequisiteOf/
Schuyler Eldridge
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2020-02-18
Revert "Repl seq mem renaming (#1286)" (#1399)
Jack Koenig
2020-02-12
Repl seq mem renaming (#1286)
Jack Koenig
2020-02-12
Support MemConfs with very deep memories (#1367)
Jerry Zhao
2019-11-19
Error when blackboxing memories with unsupported masking (#1238)
Abraham Gonzalez
2019-11-18
Make updated type info available in VerilogMemDelays (#1243)
Albert Magyar
2019-10-21
Fix write-first mem enable handling in VerilogMemDelays
Albert Magyar
2019-10-18
Upstream intervals (#870)
Adam Izraelevitz
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-16
Rename gender to flow
Schuyler Eldridge
2019-08-01
Followup to PR #1142
chick
2019-07-08
Remove some warnings (#1118)
Leway Colin
2019-06-18
Use scalafix to remove unused import and deprecated procedure syntax (#1074)
Leway Colin
2019-04-25
Add ShellOption, DeletedWrapper
Schuyler Eldridge
2019-04-25
Add FirrtlStage, make Driver compatibility layer
Schuyler Eldridge
2019-04-22
Change Memory Depth to a BigInt (#1075)
Jack Koenig
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
2019-02-11
Fix typo for -c: compiler -> circuit (#1014)
John Wright
2019-02-01
Mem helpers (#1010)
Albert Magyar
2018-11-29
Replace Mappers with Foreachers in several passes (#954)
Albert Magyar
2018-11-27
Add foreach as alternative to map (#952)
Adam Izraelevitz
2018-11-26
Make return types of util functions more specific (#949)
Albert Magyar
2018-11-07
Add MemLibOptions RegisteredLibrary
Schuyler Eldridge
2018-11-07
Make ReplSeqMem mixin HasScoptOptions
Schuyler Eldridge
2018-11-07
Make InferReadWrite mixin HasScoptOptions
Schuyler Eldridge
2018-11-07
Add FirrtlOptions
Schuyler Eldridge
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-04-26
Fix bug in VerilogMemDelays (#795)
Jack Koenig
2018-03-27
Change throwInternalError to use a String instead of Option[String] (#777)
Jack Koenig
2018-03-21
GroupModule Transform (#766)
Adam Izraelevitz
2018-03-19
Masks for zero-width fields of mems should be width zero. (#763)
grebe
2018-02-27
Refactor Annotations (#721)
Jack Koenig
2018-02-22
Add tests for #702. Adds Utility functions. Allows clock muxing in FIRRTL, bu...
Adam Izraelevitz
2018-02-16
Replacematcherror - catch exceptions and convert to internal error. (#424)
Jim Lawson
2018-01-15
WiringTransform Refactor (#648)
Schuyler Eldridge
2017-05-27
Prep for Scala 2.12 (#557)
Jim Lawson
[next]