Skip to content

Commit

Permalink
sram: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Sep 19, 2024
1 parent 28d3112 commit ad2fee3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sram/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,21 @@ orfs_flow(
variant="mix",
abstract_stage = "grt",
args = FAST_SETTINGS | {
"SDC_FILE": "$(location //sram:fakeram/constraints-sram.sdc)",
"SDC_FILE": "$(location :fakeram/constraints-sram.sdc)",
"DIE_AREA": "0 0 100 100",
"CORE_AREA": "2 2 98 98",
"RTLMP_FLOW": "True",
"CORE_MARGIN": "2",
"MACRO_PLACE_HALO": "2 2",
"ADDITIONAL_LEFS": "$(location :lef_file)",
"ADDITIONAL_LIBS": "$(location //sram:fakeram/sdq_17x64.lib)",
"ADDITIONAL_LIBS": "$(location :fakeram/sdq_17x64.lib)",
},
sources = {
"ADDITIONAL_LEFS" : [":lef_file"],
"ADDITIONAL_LIBS" : ["//sram:fakeram/sdq_17x64.lib"],
"SDC_FILE": ["//sram:fakeram/constraints-sram.sdc"],
"ADDITIONAL_LIBS" : [":fakeram/sdq_17x64.lib"],
"SDC_FILE": [":fakeram/constraints-sram.sdc"],
},
verilog_files = ["//sram:fakeram/top.v"],
verilog_files = [":fakeram/top.v"],
)


Expand Down

0 comments on commit ad2fee3

Please sign in to comment.