File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
flow/designs/asap7/swerv_wrapper Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 1+ load ("@bazel-orfs//:openroad.bzl" , "orfs_macro" )
12load ("@bazel-orfs//:sweep.bzl" , "orfs_sweep" )
23load ("//util:plot_congestion.bzl" , "plot_congestion" )
34
@@ -9,6 +10,19 @@ SWEEPS = {
910
1011SWEEP = "PLACE_DENSITY_LB_ADDON"
1112
13+ FAKERAMS = [
14+ "fakeram7_64x21" ,
15+ "fakeram7_256x34" ,
16+ "fakeram7_2048x39" ,
17+ ]
18+
19+ [orfs_macro (
20+ name = top ,
21+ lef = "lef/{}.lef" .format (top ),
22+ lib = "lib/{}.lib" .format (top ),
23+ module_top = top ,
24+ ) for top in FAKERAMS ]
25+
1226orfs_sweep (
1327 name = "swerv_wrapper" ,
1428 arguments = {
@@ -26,10 +40,9 @@ orfs_sweep(
2640 "PWR_NETS_VOLTAGEsS" : "" ,
2741 "GND_NETS_VOLTAGES" : "" ,
2842 },
43+ macros = FAKERAMS ,
2944 other_variants = {"base" : {}},
3045 sources = {
31- "ADDITIONAL_LEFS" : glob (include = ["lef/*.lef" ]),
32- "ADDITIONAL_LIBS" : glob (include = ["lib/*.lib" ]),
3346 "SDC_FILE" : [":constraint.sdc" ],
3447 },
3548 sweep = {
You can’t perform that action at this time.
0 commit comments