Skip to content

Commit c0f20b8

Browse files
committed
Move helpers to standard location
1 parent 46ffa8b commit c0f20b8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sim/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package(default_visibility = ["//visibility:public"])
22

33
load("@buildifier_prebuilt//:rules.bzl", "buildifier")
4-
load("//build_rules:helpers.bzl", "firesim_genrule", "plugin_chisel_generator", "plugin_golden_gate")
4+
load("//tools/build_rules:helpers.bzl", "firesim_genrule", "plugin_chisel_generator", "plugin_golden_gate")
55

66
buildifier(
77
name = "buildifier-fix",

0 commit comments

Comments
 (0)