3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-08-07 06:38:26 +00:00

xprop test: use -readable dump

This commit is contained in:
Emil J. Tywoniak 2026-06-24 11:51:14 +02:00
parent 64337cf8a2
commit f5b1bf0a9f

View file

@ -453,7 +453,7 @@ for mode in ["", "_xprop"]:
hierarchy -top top; proc -noopt
flatten
opt_expr -keepdc; clean
dump -o opt_expr{mode}.list */\Y_*
dump -readable -o opt_expr{mode}.list */\Y_*
"""
)