1
0
mirror of https://github.com/myhdl/myhdl.git synced 2024-12-14 07:44:38 +08:00

Release 0.11.42 (#400)

This commit is contained in:
Josy Boelen 2022-12-18 21:17:40 +01:00 committed by GitHub
parent 3775119f83
commit da9adf848a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ traceSignals -- function that enables signal tracing in a VCD file
toVerilog -- function that converts a design to Verilog
"""
__version__ = "0.11"
__version__ = "0.11.42"
class StopSimulation(Exception):