New Linear EQ Optimizer
This release includes:
-
Pip installable!
- Anaconda / MiniConda are no longer required to install and run PyBERT. :)
-
A completely re-tooled linear EQ optimizer.
- The optimizer now does an exhaustive sweep, according to granularities set by the user, just like COM.
- Optimizer performance has been dramatically improved.
-
Expanded Tx de-emphasis (6 taps).
-
Expanded Rx DFE (20 taps).
-
Direct manual control over frequency domain processing, via:
fmax
andfstep
. -
User control over S-parameter channel file windowing and port number correction.
-
Support for Python 3.9, 10, 11, and 12.
-
Improved development infrastructure.
- Now, exclusively
make
driven.
(Try justmake
for a list of targets.)
- Now, exclusively
Note: With this release, we are dropping support for:
-
Python 3.8 and earlier.
-
Intel-based Macs.