From fa63cbb8be64ef8ea23edb90c8ee82fc74607597 Mon Sep 17 00:00:00 2001 From: YuhangQ Date: Thu, 24 Aug 2023 04:46:16 +0000 Subject: [PATCH] =?UTF-8?q?v2.2:=20=E9=99=8D=E4=BD=8E=E4=BA=86vunsat?= =?UTF-8?q?=E6=9D=83=E9=87=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/paras.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paras.h b/src/paras.h index e7919c7..26cccbb 100644 --- a/src/paras.h +++ b/src/paras.h @@ -12,7 +12,7 @@ PARA( sp , double , '\0' , false , 0.01 , 0 , 1 , "max input numbers of LUT") \ PARA( brk_sp , double , '\0' , false , 0.05 , 0 , 1 , "max input numbers of LUT") \ PARA( t , int , '\0' , false , 30 , 0 , 1000 , "max input numbers of LUT") \ - PARA( vsat_inc , int , '\0' , false , 10 , 0 , 100000 , "max input numbers of LUT") \ + PARA( vsat_inc , int , '\0' , false , 1 , 0 , 100000 , "max input numbers of LUT") \ PARA( vsat_max , int , '\0' , false , 10000 , 0 , 100000 , "max input numbers of LUT") \ PARA( fw_inc , int , '\0' , false , 1 , 0 , 1000 , "max input numbers of LUT") \ PARA( fw_max , int , '\0' , false , 500 , 0 , 1000 , "max input numbers of LUT") \