Silas work PC

eye diagram working for all signals again...
A problem: I found that the Tx eyes look weird (i.e. PAM-8)
vibecoded ML_MLSE_GPU ... a bit faster :-)
This commit is contained in:
Silas Oettinghaus
2026-02-05 13:36:33 +01:00
parent 7c9577791d
commit 3d47813f1e
5 changed files with 565 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ try
if options.mode == "load_run_id" || options.append_to_db
% Initialize database connection
database = DBHandler("dataBase", [options.dataBase], "type", options.database_type );
database = DBHandler("dataBase", [options.dataBase], "type", options.database_type, 'user',"silas","password","silas","server","134.245.243.254");
if 0
% 2. Check if an equalizer configuration with the same hash exists
@@ -95,7 +95,7 @@ try
adaption= 1;
use_dd_mode = 1;
use_ffe = 1;
use_ffe = 0;
use_dfe = 0;
use_vnle_mlse = 0;
use_dbtgt = 0;