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
/
UnitTests.scala
Age
Commit message (
Expand
)
Author
2019-01-23
Improve Shl codegen; eliminate Shlw WIR node (#994)
Andrew Waterman
2018-10-31
Remove all uses of get_flip and deprecate
Jack Koenig
2018-06-11
Add utilities for UInt and SInt literals (#815)
Jack Koenig
2018-02-27
Refactor Annotations (#721)
Jack Koenig
2018-02-22
Add tests for #702. Adds Utility functions. Allows clock muxing in FIRRTL, bu...
Adam Izraelevitz
2017-12-22
API change: out-of-bounds vec accesses now invalid, not first element (#685)
Adam Izraelevitz
2017-08-23
Reorder port and wire assignments in Verilog (#641)
Adam Izraelevitz
2017-06-28
Promote ConstProp to a transform
Jack Koenig
2017-03-09
Sint tests and change in serialization (#456)
Adam Izraelevitz
2017-03-06
Add ability to emit 1 file per module (#443)
Jack Koenig
2016-12-08
Clk2clock - rename the implicit "clk" module input "clock" (#387)
Jim Lawson
2016-12-05
Add check for muxing between clocks (#360)
Jack Koenig
2016-11-21
Bugfix: exponential runtime of pull muxes (#379)
Adam Izraelevitz
2016-11-07
Added underscore to GEN, now its _GEN (#362)
Adam Izraelevitz
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-11-04
Refactor Compilers and Transforms
jackkoenig
2016-11-01
Fix Match Error in Check Types on Partial Connect (#359)
Jack Koenig
2016-09-08
remove Utils.{AND, OR, NOT, EQV}
Donggyu Kim
2016-08-04
Addd check: bits, tail, head arg width
azidar
2016-08-01
Refactor RemoveAccesses and fix bug #210.
azidar
2016-06-10
API Cleanup - AST
Jack
2016-05-24
Added Errors class and fixed tests.
azidar
2016-05-24
add better type mismatch error message
Colin Schmidt
2016-05-12
Implement File Info
jackkoenig
2016-05-10
Add test suite for Constant Propagation
Adam Izraelevitz
2016-04-26
Test that nested expressions don't make it to the Emitter
Andrew Waterman
2016-04-26
Fixed the check for bundle equality to allow relative flips to be wrong, but ...
Adam Izraelevitz
2016-04-16
Add license to tests
jackkoenig
2016-04-09
Adds check for type of DefRegister initialization
jackkoenig
2016-04-09
Fix bundle type equality
Adam Izraelevitz