From d4ac53f0004f2f14e77d6782d1ff931398c5f08b Mon Sep 17 00:00:00 2001 From: David Harris Date: Mon, 13 May 2024 07:22:30 -0700 Subject: [PATCH] commented legal TEST options --- testbench/testbench_fp.sv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testbench/testbench_fp.sv b/testbench/testbench_fp.sv index 980756cb7..75be5ca1e 100644 --- a/testbench/testbench_fp.sv +++ b/testbench/testbench_fp.sv @@ -30,7 +30,7 @@ import cvw::*; module testbench_fp; // Two parameters TEST, TEST_SIZE used with testfloat.do in sim dir // to run specific precisions (e.g., quad or all) - parameter string TEST="none"; + parameter string TEST="none"; // choices are cvtint, cvtfp, cmp, add, sub, mul, div, sqrt, fma; all does not check properly parameter string TEST_SIZE="all"; `include "parameter-defs.vh" @@ -149,7 +149,7 @@ module testbench_fp; // sub - test subtraction // div - test division // sqrt - test square root - // all - test all of the above + // all - test all of the above < doesn't report errors properly > initial begin // Information displayed for user on what is simulating