Skip to content

Commit

Permalink
Remove orfs-bazel.mk
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz committed Feb 26, 2024
1 parent c278d6b commit 93c3eaa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
1 change: 0 additions & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export PLATFORM=asap7
export WORK_HOME_READ?=$(WORK_HOME)

-include $(BAZEL_ORFS)/clock_period-bazel.mk
-include $(BAZEL_ORFS)/orfs-bazel.mk
-include $(BAZEL_ORFS)/synth-bazel.mk
-include $(BAZEL_ORFS)/synth_sdc-bazel.mk
-include $(BAZEL_ORFS)/floorplan-bazel.mk
Expand Down
5 changes: 1 addition & 4 deletions openroad.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,7 @@ def build_openroad(
native.genrule(
name = target_name + "_" + stage + "_make_script",
tools = [],
srcs = [
Label("//:orfs-bazel.mk"),
Label("//:make_script.template.sh"),
] +
srcs = [Label("//:make_script.template.sh")] +
all_sources,
cmd = "echo \"chmod -R +w . && \" `cat $(location " + str(Label("//:make_script.template.sh")) + ")` " + " ".join(wrap_args(stage_args.get(stage, []))) + " \\\"$$\\@\\\" > $@",
outs = ["logs/" + platform + "/%s/%s/make_script_%s.sh" % (output_folder_name, variant, stage)],
Expand Down
14 changes: 0 additions & 14 deletions orfs-bazel.mk

This file was deleted.

0 comments on commit 93c3eaa

Please sign in to comment.