Skip to content

Commit 10c567a

Browse files
committed
modules/zstd/BUILD: increase pipeline_stages for DecoderMux proc
Signed-off-by: Pawel Czarnecki <[email protected]>
1 parent e1624e0 commit 10c567a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xls/modules/zstd/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ xls_dslx_verilog(
506506
codegen_args = {
507507
"module_name": "DecoderMux",
508508
"delay_model": "asap7",
509-
"pipeline_stages": "2",
509+
"pipeline_stages": "3",
510510
"reset": "rst",
511511
"use_system_verilog": "false",
512512
},
@@ -520,7 +520,7 @@ xls_benchmark_ir(
520520
name = "dec_mux_opt_ir_benchmark",
521521
src = ":dec_mux_verilog.opt.ir",
522522
benchmark_ir_args = {
523-
"pipeline_stages": "2",
523+
"pipeline_stages": "10",
524524
"delay_model": "asap7",
525525
},
526526
tags = ["manual"],

0 commit comments

Comments
 (0)