Skip to content

Commit 6bccfc7

Browse files
committed
synth: improved error message for large srams
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 88a6db4 commit 6bccfc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flow/scripts/mem_dump.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,5 @@ def format_ram_table_from_json(data, max_bits=None):
123123
print(formatted_table)
124124
if not max_ok:
125125
sys.exit(
126-
"ERROR: Synthesized memory size exceeds maximum allowed bits "
127-
+ str(args.max_bits)
126+
f"Error: Synthesized memory size {args.max_bits} exceeds SYNTH_MEMORY_MAX_BITS"
128127
)

0 commit comments

Comments
 (0)