From 4b5ab5d1808949661b4b449af914f3659596ef73 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 10 Sep 2024 22:48:30 +0200 Subject: 8 bit tables --- tools/001_gendata_h48h0k4/gendata_h48h0k4.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools') diff --git a/tools/001_gendata_h48h0k4/gendata_h48h0k4.c b/tools/001_gendata_h48h0k4/gendata_h48h0k4.c index a2c57ca..0e3deb1 100644 --- a/tools/001_gendata_h48h0k4/gendata_h48h0k4.c +++ b/tools/001_gendata_h48h0k4/gendata_h48h0k4.c @@ -36,6 +36,9 @@ void run(void) { if (s == -1) { printf("Error generating table\n"); } else { + printf("Table is probably ok\n"); +/* +TODO: adapt to new tables printf("Succesfully generated %" PRId64 " bytes. Table:\n", s); h48info = (uint32_t *)buf + 1 + (ETABLESIZE(HVALUE) + COCSEPSIZE) / 4; for (i = 0; i < MAXDEPTH+1 && h48info[i+1]; i++) { @@ -46,6 +49,7 @@ void run(void) { expected[i]); printf("\n"); } +*/ } } -- cgit v1.3