-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enumerating manually instead of using generator for SRAM
- Loading branch information
1 parent
e12ad90
commit b50321d
Showing
3 changed files
with
230 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
sram.sram_blocks\[0\].sram1 566.9 300 R180 | ||
sram.sram_blocks\[1\].sram1 566.9 786.692 MY | ||
sram.sram_blocks\[2\].sram1 566.9 1253.384 R180 | ||
sram.sram_blocks\[3\].sram1 566.9 1710.076 MY | ||
sram.sram_blocks\[4\].sram1 566.9 2196.768 R180 | ||
sram.sram_blocks\[5\].sram1 566.9 2683.46 MY | ||
sram0 566.9 300 R180 | ||
sram1 566.9 786.692 MY | ||
sram2 566.9 1253.384 R180 | ||
sram3 566.9 1710.076 MY | ||
sram4 566.9 2196.768 R180 | ||
sram5 566.9 2683.46 MY | ||
|
||
sram.sram_blocks\[6\].sram1 1550 300 MX | ||
sram.sram_blocks\[7\].sram1 1550 786.692 R0 | ||
sram.sram_blocks\[8\].sram1 1550 1253.384 MX | ||
sram.sram_blocks\[9\].sram1 1550 1710.076 R0 | ||
sram.sram_blocks\[10\].sram1 1550 2196.768 MX | ||
sram.sram_blocks\[11\].sram1 1550 2683.46 R0 | ||
sram6 1550 300 MX | ||
sram7 1550 786.692 R0 | ||
sram8 1550 1253.384 MX | ||
sram9 1550 1710.076 R0 | ||
sram10 1550 2196.768 MX | ||
sram11 1550 2683.46 R0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters