Skip to content

Commit f2e9dab

Browse files
committed
modules/zstd/BUILD: increase pipeline_stages for DecoderMux proc
Signed-off-by: Pawel Czarnecki <pczarnecki@antmicro.com>
1 parent 26d3208 commit f2e9dab

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)