Releases: zeroasiccorp/switchboard
Releases · zeroasiccorp/switchboard
v0.2.8
What's Changed
- Bump pypa/cibuildwheel from 2.19.0 to 2.19.1 in the actions group by @dependabot in #241
- Fix automatic naming of queues for TCP connections with multiple destinations by @sgherbst in #242
Full Changelog: v0.2.7...v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
switchboard 0.2.2 (2024-05-20)
Major:
- First pass of the single netlist feature (#223), where switchboard networks can be run in one RTL simulation. More generally, subnetworks can be run in single RTL simulations, with these simulations combined in a top-level switchboard network, allowing simulations to be "right-sized" for maximum performance.
v0.2.1
v0.2.0
v0.1.0
switchboard 0.1.0 (2024-04-18)
Major:
- Cleanup to simplify example code and make it easier to modify #210
- Includes new macros that reduce common operations to a single line of Verilog
- Also includes a
cmdline=True
option forSbDut
that avoids the need to recreate a command-line parser for each place that switchboard is used.