Skip to content

Commit

Permalink
regex wildcard for SRAM macro hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Herrmann committed Oct 17, 2023
1 parent 37d2ba4 commit 58c319a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions openlane/soc/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,7 @@
"KLAYOUT_XOR_THREADS": 20,
"FP_IO_UNMATCHED_ERROR":0,
"FP_PDN_MACRO_HOOKS": [
"sram_blocks[0].sram1 vccd1 vssd1 vccd1 vssd1",
"sram_blocks[1].sram1 vccd1 vssd1 vccd1 vssd1",
"sram_blocks[2].sram1 vccd1 vssd1 vccd1 vssd1",
"sram_blocks[3].sram1 vccd1 vssd1 vccd1 vssd1",
"sram_blocks[4].sram1 vccd1 vssd1 vccd1 vssd1",
"sram_blocks[5].sram1 vccd1 vssd1 vccd1 vssd1",
"sram_blocks[6].sram1 vccd1 vssd1 vccd1 vssd1",
"sram_blocks[7].sram1 vccd1 vssd1 vccd1 vssd1"
"sram_blocks.* vccd1 vssd1 vccd1 vssd1"
],
"CLOCK_PERIOD": 25,
"CLOCK_PORT": "clk_i",
Expand Down

0 comments on commit 58c319a

Please sign in to comment.