mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 06:13:41 +00:00
more indent fix
This commit is contained in:
parent
2ced2752e9
commit
68a11c9941
3 changed files with 25 additions and 25 deletions
|
@ -44,7 +44,7 @@ ram block $__LSRAM_TDP_ {
|
|||
|
||||
option "WIDTH_CONFIG" "REGULAR" {
|
||||
|
||||
# Data-Width | Address bits
|
||||
# Data-Width| Address bits
|
||||
# 1 | 14
|
||||
# 2 | 13
|
||||
# 4 | 12
|
||||
|
@ -59,7 +59,7 @@ ram block $__LSRAM_TDP_ {
|
|||
}
|
||||
option "WIDTH_CONFIG" "ALIGN" {
|
||||
|
||||
# Data-Width | Address bits
|
||||
# Data-Width| Address bits
|
||||
# 5 | 12
|
||||
# 10 | 11
|
||||
# 20 | 10
|
||||
|
@ -133,7 +133,7 @@ ram block $__LSRAM_SDP_ {
|
|||
|
||||
option "WIDTH_CONFIG" "REGULAR" {
|
||||
|
||||
# Data-Width | Address bits
|
||||
# Data-Width| Address bits
|
||||
# 1 | 14
|
||||
# 2 | 13
|
||||
# 4 | 12
|
||||
|
@ -151,7 +151,7 @@ ram block $__LSRAM_SDP_ {
|
|||
}
|
||||
option "WIDTH_CONFIG" "ALIGN" {
|
||||
|
||||
# Data-Width | Address bits
|
||||
# Data-Width| Address bits
|
||||
# 5 | 12
|
||||
# 10 | 11
|
||||
# 20 | 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue