Releases: freechipsproject/chisel-testers
v1.3.6
v1.4.0
Fix
(#275) This allows the PeekPokeTester to us peekAt and pokeAt with SyncReadMem
(#279) Allows working with FixedPoint IOs that are larger than 64 bits
(#287) Correct a typo in iotesters/Driver.scala
(#288) Interval fixedpoint fixes
Feature
(#236) add fsdb support, fix some typo
(#266) Add a test that shows boring utils works in iotesters
(#274) This allows the PeekPokeTester to us peekAt and pokeAt with SyncReadMem
(#276) Add VSIM backend (Modelsim, Questasim)
(#277) Adjust to the change in global LogLevel from None to Warn.
(#281) Remove trailing comma (breaks 2.11 compilation).
(#282) Bump sbt and tool/plugin dependencies.
(#285) Bump to Scala 2.12.10
v1.4.0-RC3
Bump dependencies.
v1.3.5
v1.4.0-RC2
Fix
(#287) Correct a typo in iotesters/Driver.scala
v1.4.0-RC1
Fix
(#275) This allows the PeekPokeTester to us peekAt and pokeAt with SyncReadMem
(#279) Allows working with FixedPoint IOs that are larger than 64 bits
(#288) Interval fixedpoint fixes
Feature
(#236) add fsdb support, fix some typo
(#266) Add a test that shows boring utils works in iotesters
(#274) This allows the PeekPokeTester to us peekAt and pokeAt with SyncReadMem
(#276) Add VSIM backend (Modelsim, Questasim)
(#277) Adjust to the change in global LogLevel from None to Warn.
(#281) Remove trailing comma (breaks 2.11 compilation).
(#282) Bump sbt and tool/plugin dependencies.
(#285) Bump to Scala 2.12.10
v1.3.4
v1.3.3
Feature
(#283) 1.3.x cherrypick sync mem
Add a test that shows boring utils works in iotesters (#266)
This allows the PeekPokeTester to use peekAt and pokeAt with SyncReadMem (#274)
- Prior to this, it could be done with Mem but not SyncReadMemTest
- Changed peekAt and pokeAt to use MemBase as the type
- Added peek and poke in TreadleBackend to use MemBase
v1.3.2
v1.3.1
Use new releases of upstream packages.
Fix
(#253) Fix typo in setupTreadleBackend()
(#264) Ensure mill artifact names agrees with sbt
's name (for publishing).
(#265) Fix mill issues - Evaluator arguments, scala{check,test} dependencies.
Feature
(#251) Be explicit about scala.io
Use FileUtils instead of ambiguous io.Source
(#260) PeekPokeTesters methods documentation