Skip to content

Commit 793c811

Browse files
committed
[util] Reduce the minimum space between blocks in the bus
1 parent 7e795e5 commit 793c811

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

vendor/lowrisc_ip/util/tlgen/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
# by inspecting the base addresses. Note that the validation
117117
# script also ensures that base addresses are aligned with
118118
# to this granularity.
119-
MIN_DEVICE_SPACING = 0x1000
119+
MIN_DEVICE_SPACING = 0x4
120120

121121

122122
def check_keys(obj: Dict[Any, Any],
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/validate.py b/validate.py
2+
index d492d3e..6c3cb6d 100644
3+
--- a/validate.py
4+
+++ b/validate.py
5+
@@ -116,7 +116,7 @@ Crossbar configuration format.
6+
# by inspecting the base addresses. Note that the validation
7+
# script also ensures that base addresses are aligned with
8+
# to this granularity.
9+
-MIN_DEVICE_SPACING = 0x1000
10+
+MIN_DEVICE_SPACING = 0x4
11+
12+
13+
def check_keys(obj: Dict[Any, Any],

0 commit comments

Comments
 (0)