Skip to content

Releases: themperek/cocotb-test

0.2.5

07 Feb 19:51
d2e70f5
Compare
Choose a tag to compare
  • Fix gui option for VCS (#252)
  • Added support for invoking the GUI for Riviera (#250)
  • Support arbitrarily long log lines (#224)
  • Fix riviera VHDL simulation (#226)
  • When using cocotb-run, set a timescale, if it's not set (#231)
  • Add make_args for Verilator (#238)
  • fixed VCS propagation of timescale and topmodule (#240)
  • Change fork to start_soon (#249)

0.2.4

23 Jan 09:36
65140e2
Compare
Choose a tag to compare
  • Fix python 3.7 issues (#216) and add more python versions in CI (#218)
  • Workaround for hanging on long log line (#219)
  • Fix possible race condition in xdist (#221)

0.2.3

20 Nov 10:22
fb7d46b
Compare
Choose a tag to compare
  • Depend on find_libpython as external package #206
  • Fix waveform dump for icarus #196
  • Changed log command to trace [Questa]
  • Added 'delete=False' to tempfile creation #192
  • Support for multiple top level designs #177 #178
  • vcs waveform support #183
  • Separate stdout and stderr logs, use asyncio #176
  • Separate do script from run command for Questa #171

0.2.2

03 Feb 11:28
5fa2c48
Compare
Choose a tag to compare
  • Support for names libraries
  • Fix incremental build (non-existing) for VHDL
  • Fix Questa escape char
  • Add HDL specific compile args
  • Fail if a simulator command fails
  • Add ability to specify simulator as an argument to run method
  • Run Questa compile commands from the shell rather than as TCL
  • Add aldec-activehdl support
  • Add test for defines and includes
  • Cleanup

0.2.1

25 Jun 15:33
7ade4fe
Compare
Choose a tag to compare
  • Ghdl: support waves argument #139
  • fix exit gracefully #141
  • GHDL: Add compile arguments to run/simulate command #142
  • Verilator: Fix wave dump #145
  • Xcelium : Fix command #145
  • Questa: use incremental compilation rather than skipping #146

0.2.0

15 Mar 09:34
a0988fa
Compare
Choose a tag to compare

Cocotb 1.5 support

0.1.2

12 Mar 17:24
f31e43d
Compare
Choose a tag to compare
  • Enable waveform dumping via WAVES environment variable for Icarus
  • pass plus_args to Verilator model (#117)
  • README update
  • small fixes

0.1.1

25 Nov 13:09
5ecd634
Compare
Choose a tag to compare
  • Add support for module parameters
  • Deprecate simulation_args and kwargs
  • smaller fixes

0.1.0

10 Jul 10:07
9d161cb
Compare
Choose a tag to compare
  • Update for cocotb 1.4
  • Added Xcelium support

0.0.6

23 May 19:33
Compare
Choose a tag to compare

Very basic logging forward