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
/
PadWidths.scala
Age
Commit message (
Expand
)
Author
2021-08-02
add emitter for optimized low firrtl (#2304)
Kevin Laeufer
2021-01-28
Stop padding multiply and divide ops (#2058)
Jack Koenig
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-14
All of src/ formatted with scalafmt
chick
2020-04-22
s/dependents/optionalPrerequisiteOf/
Schuyler Eldridge
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
2020-04-13
Ensure PadWidths is run in mverilog compiler
Albert Magyar
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2019-01-23
Improve Shl codegen; eliminate Shlw WIR node (#994)
Andrew Waterman
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-27
Anonymous function convertible to a method value
chick
2016-09-25
Fix Anonymous function convertible to a method value
chick
2016-09-23
use .head instead of (0)
chick
2016-09-13
clean up PadWidth
Donggyu Kim
2016-09-13
remove Utils.{width_BANG, long_BANG}
Donggyu Kim
2016-09-12
Cast bit select of SInt in PadWidths to SInt
Jack
2016-09-12
Rework map functions as class methods
jackkoenig
2016-09-07
remove Utils.tpe
Donggyu Kim
2016-06-10
API Cleanup - AST
Jack
2016-06-10
API Cleanup - PrimOp & PrimOps
Jack
2016-06-10
API Cleanup - Statement
Jack
2016-06-10
API Cleanup - Module
Jack
2016-05-10
Added pad widths to eliminate all implicit width extending
Adam Izraelevitz