Skip to content

Releases: freechipsproject/chisel-testers

v1.3.6

19 May 17:34
Compare
Choose a tag to compare

Bump dependencies

v1.4.0

04 May 15:31
Compare
Choose a tag to compare

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

29 Apr 19:40
Compare
Choose a tag to compare
v1.4.0-RC3 Pre-release
Pre-release

Bump dependencies.

v1.3.5

23 Apr 22:21
Compare
Choose a tag to compare

Bump dependencies

v1.4.0-RC2

29 Apr 19:40
Compare
Choose a tag to compare
v1.4.0-RC2 Pre-release
Pre-release

Fix

(#287) Correct a typo in iotesters/Driver.scala

v1.4.0-RC1

29 Apr 19:39
Compare
Choose a tag to compare
v1.4.0-RC1 Pre-release
Pre-release

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

11 Mar 22:31
Compare
Choose a tag to compare

Fix

Bump dependencies

v1.3.3

02 Mar 22:50
Compare
Choose a tag to compare

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

19 Dec 23:55
Compare
Choose a tag to compare

Bump dependencies

v1.3.1

02 Dec 21:28
Compare
Choose a tag to compare

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