3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-15 03:35:40 +00:00

xprop test: use -readable dump

This commit is contained in:
Emil J. Tywoniak 2026-06-24 11:51:14 +02:00
parent 9ae4717502
commit e56e8c3818

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_*
"""
)