Releases: zeroasiccorp/switchboard
Releases · zeroasiccorp/switchboard
v0.0.41
switchboard 0.0.41 (2024-04-16)
Minor:
v0.0.40
switchboard 0.0.40 (2024-04-15)
Major:
v0.0.39
switchboard 0.0.39 (2024-04-04)
Major:
- First-pass AXI-Lite interface #204
v0.0.38
switchboard 0.0.38 (2024-03-07)
Major:
- Easy-to-use AMS simulation interface, where SPICE subcircuits can be instantiated in Verilog code as ordinary Verilog modules. Analog/digital interfaces are configured using the
SbDut.input_analog()
method.
v0.0.37
switchboard 0.0.37 (2024-02-15)
Minor:
- By default, check for the
BLKSEQ
warning when running a Verilator build. This behavior can be disabled by setting warnings=[]
when instantiating SbDut
.
v0.0.36
switchboard 0.0.36 (2024-02-07)
Minor:
- By default, error out with a traceback when there are issues with UMI responses. Errors can be demoted to warnings by setting
error=False
in the UmiTxRx
constructor or on a transaction-by-transaction basis.
v0.0.35
switchboard 0.0.35 (2024-01-26)
Minor:
- Allow instantiations of end caps with different DW values
v0.0.34
switchboard 0.0.34 (2024-01-22)
Minor:
- Fix
args
argument to SbDut.simulate()
v0.0.33
switchboard 0.0.33 (2024-01-18)
Major:
- Experimental support for Xyce co-simulation
v0.0.32
switchboard 0.0.32 (2023-12-07)
Minor:
- Automatically publish to PyPI upon GitHub publication of a new release