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
/
Namespace.scala
Age
Commit message (
Expand
)
Author
2021-02-17
Allow Side Effecting Statement to have Names (#2057)
Kevin Laeufer
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-21
Deprecate Uniquify and move its useful utilities (#1856)
Jack Koenig
2020-08-14
All of src/ formatted with scalafmt
chick
2019-02-25
Fix almost all Scaladoc warnings
Schuyler Eldridge
2018-11-29
Replace Mappers with Foreachers in several passes (#954)
Albert Magyar
2018-10-03
Add cloneUnderlying method to Namespace
Schuyler Eldridge
2018-04-29
Fix pathological behavior of Namespace for name collisions (#788)
Jack Koenig
2017-12-22
API change: out-of-bounds vec accesses now invalid, not first element (#685)
Adam Izraelevitz
2017-09-29
Namespace - only save suffix for temp names (#667)
Jack Koenig
2017-02-23
added more helpers
Angie
2016-11-07
Added underscore to GEN, now its _GEN (#362)
Adam Izraelevitz
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-09-25
stuff like this mutable.LinkedHashMap needs the mutable prefix
chick
2016-09-21
refactor InferReadWrite
Donggyu Kim
2016-09-06
remove unnecessary mappers in Namespace
Donggyu Kim
2016-09-06
Address style feedback and add tests for getConnectOrigin utility
Angie
2016-09-06
Minor utility changes.
Angie
2016-06-10
API Cleanup - AST
Jack
2016-06-10
API Cleanup - Statement
Jack
2016-06-10
API Cleanup - Module
Jack
2016-04-16
Add Namespace for thread-safe creation of names and temporary names
jackkoenig