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
/
FirrtlSpec.scala
Age
Commit message (
Expand
)
Author
2020-03-17
[RFC] Factor out common test classes; package them (#1412)
David Biancolin
2020-03-12
Add Support for FPGA Bitstream Preset-registers (#1050)
John's Brew
2020-02-13
Update ScalaTest deprecations. (#1382)
Jim Lawson
2020-01-07
Switch compileFirrtlTest from Driver to FirrtlStage
Jack Koenig
2020-01-07
Redirect testing shell commands to logger
Jack Koenig
2019-11-29
Remove scala-logging fully in favor of our own logger
Jack Koenig
2019-08-01
Followup to PR #1142
chick
2019-04-25
Add tests for Annotations/Options refactor
Schuyler Eldridge
2019-02-25
Run CheckHighForm after all non-emitter transforms in firrtl tests (#548)
Jack Koenig
2019-02-14
Asynchronous Reset (#1011)
Jack Koenig
2018-11-15
Combine cats (#851)
Albert Chen
2018-07-20
Constant prop add (#849)
albertchen-sifive
2018-06-28
Protobuf (#832)
Jack Koenig
2018-02-27
Refactor Annotations (#721)
Jack Koenig
2017-11-08
Add FirrtlCheckers and scalatest helpers for testing
Jack Koenig
2017-06-28
[Testing] Have SimpleTransformSpec mix in FirrtlMatchers
Jack Koenig
2017-05-11
Improved Global Dead Code Elimination (#549)
Jack Koenig
2017-04-18
"Scope" test resource (top.cpp). (#398)
Jim Lawson
2017-03-06
Add ability to emit 1 file per module (#443)
Jack Koenig
2017-01-31
Replace createTempDirectory with createTestDirectory (#427)
Jack Koenig
2017-01-27
Move BackendCompilationUtilities into a util package for use by chisel3. (#400)
Jim Lawson
2016-12-05
Add check for muxing between clocks (#360)
Jack Koenig
2016-11-23
Stringified annotations (#367)
Adam Izraelevitz
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-11-04
Refactor Compilers and Transforms
jackkoenig
2016-10-26
Improve integration test API and add support for Verilog resources
jackkoenig
2016-07-27
Reworked annotation system. Added tenacity and permissibility
Adam Izraelevitz
2016-05-12
Restructured Compiler to use Transforms. Added an InlineInstance pass.
Adam Izraelevitz
2016-04-22
Add "normalize" function to FirrtlSpec for easier string comparison testing
jackkoenig
2016-04-20
Add tests for CHIRRTL mem port definitions.
jackkoenig
2016-04-16
Add license to tests
jackkoenig
2016-04-08
Add small test for issue #105
jackkoenig
2016-03-15
Revamp string literal handling
jackkoenig
2016-03-03
Add some integration tests: successful compilation and execution
jackkoenig