-
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.
added escape characters to sram.sram_blocks\[0\].sram1
- Loading branch information
1 parent
ecf3c77
commit 625aa09
Showing
1 changed file
with
8 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
sram.sram_blocks[0].sram1 100 100 N | ||
sram.sram_blocks[1].sram1 650 100 N | ||
sram.sram_blocks[2].sram1 1200 100 N | ||
sram.sram_blocks[3].sram1 1750 100 N | ||
sram.sram_blocks[4].sram1 100 900 N | ||
sram.sram_blocks[5].sram1 650 900 N | ||
sram.sram_blocks[6].sram1 1200 900 N | ||
sram.sram_blocks[7].sram1 1750 900 N | ||
sram.sram_blocks\[0\].sram1 100 100 N | ||
sram.sram_blocks\[1\].sram1 650 100 N | ||
sram.sram_blocks\[2\].sram1 1200 100 N | ||
sram.sram_blocks\[3\].sram1 1750 100 N | ||
sram.sram_blocks\[4\].sram1 100 900 N | ||
sram.sram_blocks\[5\].sram1 650 900 N | ||
sram.sram_blocks\[6\].sram1 1200 900 N | ||
sram.sram_blocks\[7\].sram1 1750 900 N |