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
/
PrimOps.scala
Age
Commit message (
Expand
)
Author
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-14
All of src/ formatted with scalafmt
chick
2020-08-14
Tell Scalafmt to ignore large literal collections
Jack Koenig
2020-07-08
dedup: use structural sha256 hash instead of agnostify and serialize (#1731)
Kevin Laeufer
2019-11-29
Remove scala-logging fully in favor of our own logger
Jack Koenig
2019-10-18
Upstream intervals (#870)
Adam Izraelevitz
2019-09-06
Refactor: remove redundancy code (#1166)
Leway Colin
2019-08-13
Infer reset (#1068)
Jack Koenig
2019-07-08
Remove some warnings (#1118)
Leway Colin
2019-02-14
Asynchronous Reset (#1011)
Jack Koenig
2018-02-21
Change primop arg type (#587)
Adam Izraelevitz
2017-02-23
move more general utils out of memutils, mov WIR helpers to WIR.scala and upd...
Angie
2017-02-12
Changed fixed-point cat semantics to return uint (#436)
Adam Izraelevitz
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-10-17
Add fixed point type (#322)
Adam Izraelevitz
2016-09-27
eliminate postfix operator problematic statements
chick
2016-09-27
remove unnecessary parentheses
chick
2016-09-25
Spec features added: AnalogType and Attach (#295)
Adam Izraelevitz
2016-09-23
use .head instead of (0)
chick
2016-09-22
Fixed width inference for add, sub (#312)
Adam Izraelevitz
2016-09-13
remove Utils.{width_BANG, long_BANG}
Donggyu Kim
2016-09-07
clean up PrimOps
Donggyu Kim
2016-09-07
clean up miscs
Donggyu Kim
2016-09-07
remove Utils.ONE
Donggyu Kim
2016-07-28
InferWidths now only fixes declaration widths
azidar
2016-07-25
Changed InferTypes to update types if UnknownType or has an UnknownWidth
azidar
2016-06-10
Change BoolType from method to val
Jack Koenig
2016-06-10
API Cleanup - AST
Jack
2016-06-10
API Cleanup - PrimOp & PrimOps
Jack
2016-06-10
API Cleanup - Type
Jack
2016-03-10
Add support for right shift by amount larger than argument width
jackkoenig
2016-03-03
Remove unused files: DebugUtils and original Passes
jackkoenig
2016-02-09
Added license to FIRRTL files
azidar
2016-02-09
More bug fixes
azidar
2016-02-09
Added constprop,v-wrap,v-rename. All set to attempt like->like comparison of ...
azidar
2016-02-09
Adding ScalaTest for unit testing of Scala FIRRTL. Added a few basic tests fo...
Jack
2016-02-09
WIP. Finished to working ir, resolve kinds, and infer types
azidar
2016-02-09
WIP. Got to-working-ir working
azidar
2016-01-27
WIP Moving Scala FIRRTL to match spec 0.2.0. Not everything is implemented (n...
jackkoenig