mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
emit $scopeinfo cells by default
This commit is contained in:
parent
dab7905cbe
commit
77b28442a5
2 changed files with 16 additions and 18 deletions
|
@ -26,13 +26,13 @@ flatten -scopename
|
|||
prep
|
||||
|
||||
write_json json_scopeinfo.out
|
||||
!grep -qvF '$scopeinfo' json_scopeinfo.out
|
||||
|
||||
write_json -scopeinfo json_scopeinfo.out
|
||||
!grep -qF '$scopeinfo' json_scopeinfo.out
|
||||
|
||||
write_json -noscopeinfo json_scopeinfo.out
|
||||
!grep -qvF '$scopeinfo' json_scopeinfo.out
|
||||
|
||||
json -o json_scopeinfo.out
|
||||
!grep -qvF '$scopeinfo' json_scopeinfo.out
|
||||
|
||||
json -scopeinfo -o json_scopeinfo.out
|
||||
!grep -qF '$scopeinfo' json_scopeinfo.out
|
||||
|
||||
json -noscopeinfo -o json_scopeinfo.out
|
||||
!grep -qvF '$scopeinfo' json_scopeinfo.out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue