fix: missing bench for 16bits tlu

This commit is contained in:
rudy
2022-12-06 12:05:33 +01:00
committed by Quentin Bourgerie
parent 17479097b4
commit f0457f74f2

View File

@@ -43,7 +43,7 @@ CLI.add_argument(
help="Specify the list of bitwidth to generate",
nargs="+",
type=int,
default=list(range(1,16)),
default=list(range(1,17)),
)
CLI.add_argument(
"--n-ct",