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
/
RemoveAccesses.scala
Age
Commit message (
Expand
)
Author
2021-03-29
Fix RemoveAccesses, delete CSESubAccesses (#2157)
Jack Koenig
2021-03-04
CSE SubAccesses (#2099)
Jack Koenig
2020-12-02
Fix subaccess (#1984)
Jiuyang Liu
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
2020-07-29
[2.13] convert toSeq and toMap where necessary to compile
Kevin Laeufer
2020-07-10
Remove Left Over References to Gender in Code (#1752)
Kevin Laeufer
2020-05-01
Add missing invalidations to some transforms (#1541)
Schuyler Eldridge
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
2020-04-07
Fix dynamic SubAccess of zero-length vectors (#1450)
Albert Magyar
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2019-09-16
Rename gender to flow
Schuyler Eldridge
2019-03-26
Convert the RemoveAccesses object into a class. (#1058)
Jim Lawson
2018-06-11
Add utilities for UInt and SInt literals (#815)
Jack Koenig
2018-03-27
Change throwInternalError to use a String instead of Option[String] (#777)
Jack Koenig
2018-02-16
Replacematcherror - catch exceptions and convert to internal error. (#424)
Jim Lawson
2017-12-22
API change: out-of-bounds vec accesses now invalid, not first element (#685)
Adam Izraelevitz
2017-05-11
Refactor WIR WSub{Field,Index,Access} - rename exp -> expr #521 (#586)
Jim Lawson
2017-03-23
Pass now subclasses Transform (#477)
Adam Izraelevitz
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-10-11
Scala style cleanup take 5 (#324)
Chick Markley
2016-09-27
remove unnecessary parentheses
chick
2016-09-23
use .head instead of (0)
chick
2016-09-13
use BoolType for UIntType(IntWidth(1))
Donggyu Kim
2016-09-08
remove Utils.{AND, OR, NOT, EQV}
Donggyu Kim
2016-09-07
clean up Utils.scala
Donggyu Kim
2016-09-07
add caches for create_exps in RemoveAccess
Donggyu Kim
2016-09-07
clean up RemoveAccesses
Donggyu Kim
2016-08-01
Added minor cosmetic changes to RemoveAccesses
azidar
2016-08-01
Refactor RemoveAccesses and fix bug #210.
azidar