Skip to content

Commit

Permalink
Disable scheduling on delay_loopback_channel_benchmark_ir
Browse files Browse the repository at this point in the history
This target ends up creating instantiation_output nodes which are not yet supported by the block jit.

PiperOrigin-RevId: 611511726
  • Loading branch information
allight authored and copybara-github committed Feb 29, 2024
1 parent 5768570 commit e1ab8b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions xls/examples/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,12 @@ xls_ir_opt_ir(
xls_benchmark_ir(
name = "delay_loopback_channel_benchmark_ir",
src = ":delay_loopback_channel_opt_ir.opt.ir",
benchmark_ir_args = {
# TODO: With schedule generation this generates InstantiationOutput
# nodes which are not supported by the block-jit. For now just disable
# scheduling.
"pipeline_stages": "0",
},
# TODO: Enable this once loopback channels work in synthesis.
synthesize = False,
)
Expand Down

0 comments on commit e1ab8b6

Please sign in to comment.