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
/
CompilerTests.scala
Age
Commit message (
Expand
)
Author
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-14
All of src/ formatted with scalafmt
chick
2020-08-14
tests: Decrease Dependency on Deprecated APIs (#1839)
Kevin Laeufer
2020-05-13
consolidated wire+assign to just wire, with expression inlined (#1600)
Murali Vijayaraghavan
2020-05-06
Update scalatest to 3.1.1 (#1405)
Scala Steward
2020-04-13
Add test-case for explicit padding of SInts in mverilog compiler
Albert Magyar
2020-03-25
Update scalatest 3.1.0 (#1383)
Jim Lawson
2020-02-12
Removed unused imports in src/test/ (#1381)
Jim Lawson
2019-02-05
Do Shr constant propagation in Legalize
Schuyler Eldridge
2019-02-05
Add RemoveValidIf to -X mverilog
Schuyler Eldridge
2019-02-05
Add "mverilog" Compiler Option, Compiler Fixes
Schuyler Eldridge
2017-12-27
Removed top preamble (#640)
Adam Izraelevitz
2017-03-06
Add ability to emit 1 file per module (#443)
Jack Koenig
2016-12-14
Remove scalpels.
Jim Lawson
2016-12-14
Add support for top-level use of MiddleFirrtlCompiler.
Jim Lawson
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-11-04
Refactor Compilers and Transforms
jackkoenig
2016-08-25
emit wires instead of registers for invalid randomization
Howard Mao
2016-08-25
update verilog generation test
Howard Mao
2016-07-27
Reworked annotation system. Added tenacity and permissibility
Adam Izraelevitz
2016-06-10
API Cleanup - AST
Jack
2016-05-12
Restructured Compiler to use Transforms. Added an InlineInstance pass.
Adam Izraelevitz