Skip to content

Commit 7167ee7

Browse files
committed
test/orfs: add eqy-flow.bzl
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent d0102ef commit 7167ee7

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

test/orfs/BUILD

Whitespace-only changes.

test/orfs/gcd/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
load("@bazel-orfs//:openroad.bzl", "orfs_flow")
2-
load(":eqy.bzl", "eqy_flow_test")
2+
load("//test/orfs:eqy-flow.bzl", "eqy_flow_test")
33

44
package(features = ["layering_check"])
55

test/orfs/mock-array/mock-array.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ load("@rules_cc//cc:defs.bzl", "cc_binary")
99
load("@rules_shell//shell:sh_test.bzl", "sh_test")
1010
load("@rules_verilator//verilator:defs.bzl", "verilator_cc_library")
1111
load("@rules_verilator//verilog:defs.bzl", "verilog_library")
12-
load("//test/orfs/gcd:eqy.bzl", "eqy_flow_test")
12+
load("//test/orfs:eqy-flow.bzl", "eqy_flow_test")
1313

1414
FIRTOOL_OPTIONS = [
1515
"-disable-all-randomization",

0 commit comments

Comments
 (0)