News & Updates

Version 2.25.06.10 released.

12 June 2025

Download new release with awesome features and bug fix.

Version 2.25.03.15 released.

15 March 2025

Download new release with better HDL export and bug fix.

Version 2.25.01.10 released.

10 January 2025

Download new release.

Version 2.24.12.19 released.

21 December 2024

Download new release with many new features.

Version 2.24.06.30 released.

29 June 2024

Download new release with better HDL export.

Version 2.24.05.25 released.

29 May 2024

Download new release with HDL export and other new features.

Version 2.24.02.27 released.

29 February 2024

Download new release with more speed, new Python and better look.

Version 2.23.04.28 released.

28 April 2023

Download new release with more speed.

Version 2.23.02.02 released.

3 February 2023

Download new release with more speed and less bugs.

Version 2.22.07.22 released.

23 July 2022

Download new release with new features and Croatian language support.

Version 2.22.03.30 released.

30 March 2022

Download new release.

Version 2.22.01.03 released.

5 January 2022

Download new release with button keyboard shortcuts.

Version 2.21.01.10 released.

14 January 2021

Download new release with fixes in Swedish translation and new Python.

Splitter

Sometimes, your circuit can have too many wires running in parallel. In such cases, you may want to group them into a single bundle. To do this, you can use a splitter, which lets you either combine multiple wires into a bundle or split a bundle into separate wires.

Splitter example

Before you drag and drop a splitter into your circuit, you'll need to choose:

For example, if you choose 4 pins and set the bit width to 2, each pin on the split side will carry 2 bits. This allows you to bundle other bundles.
The combined end will then carry 8 bits total (2 bits × 4 pins).

Elements like input/output pins, constants, RAM, and ROM support such bundled connections—but you must specify the bit width you need.

To do this, double-click the element while in edit mode. A property dialog will appear with a dropdown menu where you can set the bit width.

Changing Bit Width

The probe also supports bundles, but it detects the bit width automatically—so you don’t need to set it manually.

Starting from version 2.19.12.09, wires that connect pins with different bit widths will turn red. This helps you spot and fix mismatches more easily.

Red wire