| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-10 | Apply scalafmt | Jack Koenig | |
| Command: sbt scalafmtAll | |||
| 2020-10-01 | Move Chisel3 to SPDX license conventions (#1604) | Chick Markley | |
| Change source and other relevant files to use SPDX license LICENSE file moved from src/ to ./ Changed license file to refer to this per recommendation using_spdx_license_list_short_identifiers WARNING: Tests fail with as of yet undiagnosed error ``` [error] Failed: Total 691, Failed 19, Errors 0, Passed 672, Ignored 15 [error] Failed tests: [error] chiselTests.QueueSpec [error] examples.VendingMachineGeneratorSpec [error] chiselTests.HarnessSpec [error] chiselTests.ConnectSpec [error] chiselTests.aop.SelectSpec [error] chiselTests.PopCountSpec [error] chiselTests.CloneModuleSpec [error] (Test / test) sbt.TestsFailedException: Tests unsuccessful [error] Total time: 379 s (06:19), completed Sep 30, 2020 12:38:17 AM sbt:chisel3> ``` | |||
| 2019-01-25 | WireDefault instead of WireInit, keep WireInit around (#986) | Martin Schoeberl | |
| 2018-12-04 | Add asBools, deprecate toBools | Jack Koenig | |
| 2018-01-19 | Fix deprecations in tests | ducky | |
| 2018-01-02 | Support for inner classes, implicit parameter lists, supertypess | ducky64 | |
| 2017-08-17 | More of the bindings refactor (#635) | Richard Lin | |
| Rest of the binding refactor | |||
| 2017-03-08 | Deprecate old Reg with nulls constructor (#455) | Richard Lin | |
| 2017-03-08 | Avoid log2Up in tests | Andrew Waterman | |
| 2017-02-02 | Revamp VendingMachine.scala as cookbook example | jackkoenig | |
| * Move to cookbook * Change FSM implementation to use switch & is * Add non-FSM implementation * Add execution-driven test | |||
