Skip to content

Commit a3368b4

Browse files
authored
Merge pull request #1401 from Pinata-Consulting/sram-64x16-blockage-fix
sram-64x16: OBS covering the block in M4 layer
2 parents 7887747 + a0b5451 commit a3368b4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

flow/designs/asap7/sram-64x16/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export PLACE_DENSITY = 0.65
3030
export SYNTH_HIERARCHICAL = 1
3131
export RTLMP_FLOW = True
3232

33-
export DETAILED_ROUTE_ARGS=-bottom_routing_layer M2 -top_routing_layer M7 -save_guide_updates -verbose 1 -droute_end_iter 5
33+
export DETAILED_ROUTE_ARGS=-bottom_routing_layer M2 -top_routing_layer M7 -save_guide_updates -verbose 1 -drc_report_iter_step 5 -droute_end_iter 30
3434

3535
export MACRO_HALO_X = 3
3636
export MACRO_HALO_Y = 3

flow/designs/asap7/sram-64x16/lef/SRAM2RW16x32_x4.lef

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,6 +1218,8 @@ MACRO SRAM2RW16x32
12181218
RECT 4.0 0.0 18.864 34.656 ;
12191219
LAYER M3 ;
12201220
RECT 4.0 0.0 18.864 34.656 ;
1221+
LAYER M4 ;
1222+
RECT 4.0 0.0 18.864 34.656 ;
12211223
END
12221224
END SRAM2RW16x32
12231225

0 commit comments

Comments
 (0)