From cb22463763db077a2594fff76846c42307f2c676 Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Fri, 7 Jul 2023 16:33:34 -0500 Subject: [PATCH] Fixed slight bug in config from parameterization. --- config/shared/test-shared.vh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/shared/test-shared.vh b/config/shared/test-shared.vh index 04961071f..96ef1e929 100644 --- a/config/shared/test-shared.vh +++ b/config/shared/test-shared.vh @@ -93,7 +93,7 @@ localparam FMT2 = ((F_SUPPORTED & (LEN1 != S_LEN)) ? 2'd0 : 2'd2); localparam BIAS2 = ((F_SUPPORTED & (LEN1 != S_LEN)) ? S_BIAS : H_BIAS); // division constants -localparam DIVN = (((NF(DIVb + 1 +NF+1) & (CVTLEN+NF+1)>(3*NF+ /* verilator lint_off STMTDLY */ /* verilator lint_off ASSIGNDLY */ -/* verilator lint_off PINCONNECTEMPTY */ \ No newline at end of file +/* verilator lint_off PINCONNECTEMPTY */