A tool for matching devices in analog layout in a streamlined and automated way.
For an interactive demo of matchy, check out Matchy web here.
Run pip install matchy
for the latest stable version.
- Git clone this repository.
cd
to the root folder where this repo is cloned.poetry install
to install it with Python Poetry.
- Write
matchy
in a terminal. - The CLI will ask you for the number of devices you want to match.
- The CLI will ask you for the multiplicity of each device.
- Sit back and wait for the optimization to occur.
- You will be prompted with the system's best guess for the optimal matrix, as well as some key metrics, such as the centroid of each device and total error.
You may want to use matchy
only to calculate the centroid of your devices. In that case:
- Save your device matrix configuration in a CSV file.
- Run
matchy --initial <PATH> --method do_nothing
- Matchy will print the centroid for each device in a table.