Skip to content

Commit

Permalink
Restore rle_enc build_test to prevent future XLS regressions due to…
Browse files Browse the repository at this point in the history
… OpenROAD updates.

PiperOrigin-RevId: 640708542
  • Loading branch information
mikesinouye authored and copybara-github committed Jun 6, 2024
1 parent f6f4a73 commit 2ea087a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions xls/modules/rle/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ load("@rules_hdl//verilog:providers.bzl", "verilog_library")
load("@rules_hdl//place_and_route:build_defs.bzl", "place_and_route")
load("@rules_hdl//synthesis:build_defs.bzl", "synthesize_rtl")
load("@rules_hdl//gds_write:build_defs.bzl", "gds_write")
load("@bazel_skylib//rules:build_test.bzl", "build_test")
load(
"//xls/build_rules:xls_build_defs.bzl",
"xls_benchmark_ir",
Expand Down Expand Up @@ -297,18 +298,17 @@ xls_benchmark_ir(
},
)

# TODO(b/319286627): 2024-01-09 Disabled due to failure at HEAD.
# build_test(
# name = "rle_build_test",
# targets = [
# "rle_enc_verilog",
# "rle_enc_gds_sky130",
# "rle_enc_gds_asap7",
# "rle_dec_verilog",
# "rle_dec_gds_sky130",
# "rle_dec_gds_asap7",
# ],
# )
build_test(
name = "rle_build_test",
targets = [
"rle_enc_verilog",
"rle_enc_gds_sky130",
"rle_enc_gds_asap7",
"rle_dec_verilog",
"rle_dec_gds_sky130",
"rle_dec_gds_asap7",
],
)

filegroup(
name = "x_files",
Expand Down

0 comments on commit 2ea087a

Please sign in to comment.