3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-12 04:03:45 +00:00

fix indent

This commit is contained in:
Chun Lin Min 2024-07-02 13:54:36 -07:00
parent 68a11c9941
commit f57b624281

View file

@ -45,10 +45,10 @@ ram block $__LSRAM_TDP_ {
option "WIDTH_CONFIG" "REGULAR" {
# Data-Width| Address bits
# 1 | 14
# 2 | 13
# 4 | 12
# 8 | 11
# 1 | 14
# 2 | 13
# 4 | 12
# 8 | 11
# 16 | 10
# 14 address bits
@ -60,7 +60,7 @@ ram block $__LSRAM_TDP_ {
option "WIDTH_CONFIG" "ALIGN" {
# Data-Width| Address bits
# 5 | 12
# 5 | 12
# 10 | 11
# 20 | 10
@ -134,10 +134,10 @@ ram block $__LSRAM_SDP_ {
option "WIDTH_CONFIG" "REGULAR" {
# Data-Width| Address bits
# 1 | 14
# 2 | 13
# 4 | 12
# 8 | 11
# 1 | 14
# 2 | 13
# 4 | 12
# 8 | 11
# 16 | 10
# 32 | 9
@ -152,7 +152,7 @@ ram block $__LSRAM_SDP_ {
option "WIDTH_CONFIG" "ALIGN" {
# Data-Width| Address bits
# 5 | 12
# 5 | 12
# 10 | 11
# 20 | 10
# 40 | 9