Releases: themperek/cocotb-test
Releases · themperek/cocotb-test
0.2.5
- 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
0.2.3
- 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
- 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