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
/
Utils.scala
Age
Commit message (
Expand
)
Author
2022-09-13
Make the Parser handle errors more gracefully (#2549)
Jack Koenig
2021-11-22
[deprecation clean up] remove deprecated API in firrtl.Utils (#2420)
Jiuyang Liu
2021-09-08
Multi protobuf module emission and consumption (#2344)
Jared Barocsi
2021-07-29
Dedup attribute annos (#2297)
Jared Barocsi
2021-07-14
Fix memory annotation deduplication (#2286)
Jared Barocsi
2021-04-11
smt: use existing bitWidth API (#2175)
edwardcwang
2021-03-04
SMT Backend: move undefined memory behavior modelling to firrtl IR level (#2095)
Kevin Laeufer
2021-03-04
CSE SubAccesses (#2099)
Jack Koenig
2021-02-01
Suport ir.SubAccess in Utils.splitRef (#2021)
Schuyler Eldridge
2021-01-20
Cleanup some warnings (#2032)
Jack Koenig
2020-11-23
add weak and strong to Utils.v_keywords (#1983)
Tim Snyder
2020-11-12
Fix RemoveWires handling of invalidated non-UInt wires (#1949)
Jack Koenig
2020-11-10
Refactor emiter (#1879)
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-08-14
Tell Scalafmt to ignore large literal collections
Jack Koenig
2020-08-12
Combined Uniquify and LowerTypes pass (#1784)
Kevin Laeufer
2020-07-30
ir: use Serializer.serialize where possible (#1809)
Kevin Laeufer
2020-07-29
[2.13] convert toSeq and toMap where necessary to compile
Kevin Laeufer
2020-07-23
fix reduction op bug ConstantPropagation (#1746)
Albert Chen
2020-06-04
Make Utils.expandRef properly return intermediate expressions
Albert Magyar
2020-05-26
Remove trivially dead code from now-redundant WIR/IR match patterns
Albert Magyar
2020-05-26
[API change] Absorb repetitive WIR nodes into IR
Albert Magyar
2020-04-06
* Remove deprecated 'Gender' methods/aliases
Albert Magyar
2020-02-03
Fix conversion of Reference-containing expressions to ReferenceTargets (#1349)
Albert Magyar
2020-01-15
Verilog emitter transform InlineBitExtractions (#1296)
John Ingalls
2020-01-07
Remove unnecessary $signed casts for PrimOps in Verilog Emitter
Jack Koenig
2019-10-18
Upstream intervals (#870)
Adam Izraelevitz
2019-09-16
Deprecate Gender and add implicit Flow conversion
Schuyler Eldridge
2019-09-16
Rename gender to flow
Schuyler Eldridge
2019-08-19
Refactor exceptions to remove stack trace from user errors (#1157)
Jack Koenig
2019-08-13
Infer reset (#1068)
Jack Koenig
2019-07-08
Remove some warnings (#1118)
Leway Colin
2019-06-18
Use scalafix to remove unused import and deprecated procedure syntax (#1074)
Leway Colin
2019-02-14
Asynchronous Reset (#1011)
Jack Koenig
2018-11-26
Make return types of util functions more specific (#949)
Albert Magyar
2018-10-31
Remove all uses of get_flip and deprecate
Jack Koenig
2018-10-31
Speed up create_exps by replacing foldLeft + List appends with flatMap
Jack Koenig
2018-10-30
Instance Annotations (#926)
Adam Izraelevitz
2018-10-27
Revert "Instance Annotations (#865)" (#925)
Adam Izraelevitz
2018-10-24
Instance Annotations (#865)
Adam Izraelevitz
2018-09-27
Add Utils.expandPrefixes as Prefix Unique helper (#900)
Schuyler Eldridge
2018-06-11
Add utilities for UInt and SInt literals (#815)
Jack Koenig
2018-04-13
Remove infinitely recursive function (#790)
Jack Koenig
2018-03-27
Change throwInternalError to use a String instead of Option[String] (#777)
Jack Koenig
2018-02-22
Add tests for #702. Adds Utility functions. Allows clock muxing in FIRRTL, bu...
Adam Izraelevitz
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-12-20
Add "checker" to the set of Verilog keywords - fixes 455. (#711)
Jim Lawson
[next]