Skip to content

Commit

Permalink
BUILD: buildifier fix
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Oct 17, 2024
1 parent 4d8e8ad commit 83eaa9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sram/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ filegroup(

orfs_macro(
name = "frankenstein",
module_top = "sdq_17x64",
lef = ":sdq_17x64_generate_abstract",
lib = ":fakeram/sdq_17x64.lib",
module_top = "sdq_17x64",
)

# Use the macro placement from a different flow
Expand Down Expand Up @@ -142,16 +142,16 @@ orfs_run(
# buildifier: disable=duplicated-name
orfs_flow(
name = "top",
macros = [
":frankenstein",
],
abstract_stage = "grt",
arguments = FAST_SETTINGS | {
"SDC_FILE": "$(location :fakeram/constraints-sram.sdc)",
"MACRO_PLACEMENT_TCL": "$(location :macro_placement.tcl)",
"RTLMP_FLOW": "1",
},
extra_configs = {"floorplan": [":floorplan.config"]},
macros = [
":frankenstein",
],
sources = {
"SDC_FILE": [":fakeram/constraints-sram.sdc"],
"MACRO_PLACEMENT_TCL": [":macro_placement.tcl"],
Expand Down

0 comments on commit 83eaa9f

Please sign in to comment.