Merge pull request #6 from hcindyl:mpact-deps-repo PiperOrigin-RevId: 530325084 Change-Id: I2b709e8fce4964efb1e85a29e6870594f888edfd
diff --git a/WORKSPACE b/WORKSPACE index 6b1199d..b0d9641 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -19,7 +19,7 @@ workspace(name = "com_google_mpact-sim") -load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file") +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # Additional bazel rules. http_archive(
diff --git a/mpact/sim/decoder/mpact_sim_isa.bzl b/mpact/sim/decoder/mpact_sim_isa.bzl index 2639933..064a366 100644 --- a/mpact/sim/decoder/mpact_sim_isa.bzl +++ b/mpact/sim/decoder/mpact_sim_isa.bzl
@@ -102,7 +102,7 @@ outs = out_files, cmd = command, heuristic_label_expansion = 0, - tools = ["@@com_google_mpact-sim//mpact/sim/decoder:decoder_gen"], + tools = ["//external:decoder_gen"], ) # The rule for the lib that is built from the generated sources. @@ -166,7 +166,7 @@ outs = out_files, cmd = command, heuristic_label_expansion = 0, - tools = ["@@com_google_mpact-sim//mpact/sim/decoder:bin_format_gen"], + tools = ["//external:bin_format_gen"], ) # The rule for the lib that is built from the generated sources.