Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

190311

Pre-release
Pre-release
Compare
Choose a tag to compare
@ducky64 ducky64 released this 11 Mar 18:32
83f530a

Snapshot pushed to sonatype

  • Add RawTester to allow top-level test instantiation and execution outside a ScalaTest environment, eg for use in the jupyter notebook
  • Properly clean up things when tests fails, with a finally block on exceptions
    • Remaining threads should be killed without causing exceptions
    • Fix VCDs not dumping on test failure
  • Add implicit clock resolution stubs into master, which will exception out when invoked, but allow code dependent on it to compile
  • Fix false combinational paths across BlackBoxes (which broke rocket AsyncQueue), with new treadle API
  • Fix .withClock deprecations by deleting experimental imports