mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 20:38:44 +00:00
more indent fix
This commit is contained in:
parent
2ced2752e9
commit
68a11c9941
|
@ -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…
Reference in a new issue