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