Skip to content

Commit

Permalink
Add synthesis / STA support for multiple liberty files.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesinouye committed Feb 29, 2024
1 parent 57c9fd6 commit ed76c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static_timing/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""Rules for running openSTA on synthesized Verilog."""

load("//third_party/bazel_rules_hdl/synthesis:build_defs.bzl", "SynthesisInfo")
load("//synthesis:build_defs.bzl", "SynthesisInfo")

def _run_opensta_impl(ctx):
"""Implementation of the 'run_opensta' rule.
Expand Down

0 comments on commit ed76c4f

Please sign in to comment.