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
/
test
/
scala
/
firrtlTests
/
AsyncResetSpec.scala
Age
Commit message (
Expand
)
Author
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-22
Async reset tieoff bug (#1854)
David Biancolin
2020-08-14
All of src/ formatted with scalafmt
chick
2020-08-14
tests: Decrease Dependency on Deprecated APIs (#1839)
Kevin Laeufer
2020-07-23
Update negative literal emission (#1782)
Albert Chen
2020-04-20
Avoid casting 2-bit interval to AsyncReset in test
Albert Magyar
2020-04-14
Add Paul's async-reset self-init case as a test
Albert Magyar
2020-04-14
Allow casts in AsyncReset literal value check (#1523)
Jack Koenig
2020-03-17
[RFC] Factor out common test classes; package them (#1412)
David Biancolin
2020-02-06
Add constant prop to async regs (#1355)
Adam Izraelevitz
2020-02-06
Emit 'else' case for trivial-valued async reset regs to avoid latches (#1359)
Albert Magyar
2020-01-07
Remove unnecessary $signed casts for PrimOps in Verilog Emitter
Jack Koenig
2019-11-05
Move CheckResets after CheckCombLoops (#1224)
Jack Koenig
2019-10-18
Upstream intervals (#870)
Adam Izraelevitz
2019-08-13
Infer reset (#1068)
Jack Koenig
2019-02-14
Asynchronous Reset (#1011)
Jack Koenig