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
/
WIR.scala
Age
Commit message (
Expand
)
Author
2021-06-25
Correct a typo in src/main/scala/firrtl/WIR.scala (#2283)
Felix Yan
2021-03-04
SMT Backend: move undefined memory behavior modelling to firrtl IR level (#2095)
Kevin Laeufer
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-14
All of src/ formatted with scalafmt
chick
2020-08-05
ir: add UseSerializer mixin trait (#1824)
Kevin Laeufer
2020-07-30
ir: use Serializer.serialize where possible (#1809)
Kevin Laeufer
2020-07-29
[2.13] replace `= Unit` with `= ()`
Kevin Laeufer
2020-07-17
Propagate source locators to register update always blocks (#1743)
Jack Koenig
2020-05-26
[API change] Absorb repetitive WIR nodes into IR
Albert Magyar
2020-04-06
* Remove deprecated 'Gender' methods/aliases
Albert Magyar
2019-10-18
Upstream intervals (#870)
Adam Izraelevitz
2019-09-30
Improve read-under-write parameter support
Albert Magyar
2019-09-16
Deprecate Gender and add implicit Flow conversion
Schuyler Eldridge
2019-09-16
Rename gender to flow
Schuyler Eldridge
2019-08-13
Infer reset (#1068)
Jack Koenig
2019-05-04
Use UnknownKind instead misrepresented NodeKind (#1076)
Leway Colin
2019-04-22
Change Memory Depth to a BigInt (#1075)
Jack Koenig
2019-02-14
Asynchronous Reset (#1011)
Jack Koenig
2019-02-04
Correct Kind info from #1010 (#1012)
Albert Magyar
2019-02-01
Mem helpers (#1010)
Albert Magyar
2019-01-23
Improve Shl codegen; eliminate Shlw WIR node (#994)
Andrew Waterman
2018-12-21
Small convenience tweaks to IR/WIR APIs (#961)
Albert Magyar
2018-11-27
Add foreach as alternative to map (#952)
Adam Izraelevitz
2018-08-07
Make RemoveWires properly include registers in dependency graph
Jack Koenig
2018-06-28
Protobuf (#832)
Jack Koenig
2018-03-21
GroupModule Transform (#766)
Adam Izraelevitz
2017-05-11
Improved Global Dead Code Elimination (#549)
Jack Koenig
2017-05-11
Refactor WIR WSub{Field,Index,Access} - rename exp -> expr #521 (#586)
Jim Lawson
2017-02-23
move more general utils out of memutils, mov WIR helpers to WIR.scala and upd...
Angie
2017-02-07
Rework Attach to work on arbitrary Analog hierarchies (#415)
Jack Koenig
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-10-17
Add fixed point type (#322)
Adam Izraelevitz
2016-10-11
Scala style cleanup take 5 (#324)
Chick Markley
2016-09-25
Spec features added: AnalogType and Attach (#295)
Adam Izraelevitz
2016-09-23
use .head instead of (0)
chick
2016-09-14
fix spaces in WIR.scala
Donggyu Kim
2016-09-13
use case object for WVoid, WInvalid
Donggyu Kim
2016-09-13
use case object for Kind
Donggyu Kim
2016-09-12
Rework map functions as class methods
jackkoenig
2016-09-07
clean up WIR.scala
Donggyu Kim
2016-09-06
optimize equals of WrappedExpression & WrappedType
Donggyu Kim
2016-08-02
Change serialize to abstract method on FirrtlNode
Jack Koenig
2016-06-10
API Cleanup - AST
Jack
2016-06-10
API Cleanup - PrimOp & PrimOps
Jack
2016-06-10
API Cleanup - Expression
Jack
2016-06-10
API Cleanup - Statement
Jack
2016-06-10
API Cleanup - Width
Jack
2016-06-10
API Cleanup - Type
Jack
2016-05-10
Added pad widths to eliminate all implicit width extending
Adam Izraelevitz
[next]