mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-21 02:30:25 +00:00
Skip some various tests and fix scopeinfo to match our convention
This commit is contained in:
parent
138228d96e
commit
db14842d9c
9 changed files with 15 additions and 4 deletions
|
@ -11,7 +11,7 @@ endmodule
|
|||
EOT
|
||||
|
||||
hierarchy -top top
|
||||
flatten
|
||||
flatten -scopeinfo
|
||||
|
||||
select -assert-count 1 top/n:some_inst top/t:$scopeinfo %i
|
||||
select -assert-count 1 top/n:some_inst top/r:TYPE=module %i
|
||||
|
@ -46,7 +46,7 @@ endmodule
|
|||
EOT
|
||||
|
||||
hierarchy -top top
|
||||
flatten
|
||||
flatten -scopeinfo
|
||||
|
||||
select -assert-count 2 top/t:$scopeinfo
|
||||
select -assert-count 1 top/n:some_inst top/t:$scopeinfo %i
|
||||
|
@ -87,11 +87,11 @@ endmodule
|
|||
EOT
|
||||
|
||||
hierarchy -top top
|
||||
flatten top
|
||||
flatten -scopeinfo top
|
||||
|
||||
select -assert-count 1 top/t:$scopeinfo
|
||||
setattr -mod -unset keep_hierarchy *
|
||||
flatten
|
||||
flatten -scopeinfo
|
||||
|
||||
select -assert-count 2 top/t:$scopeinfo
|
||||
select -assert-count 1 top/n:some_inst top/t:$scopeinfo %i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue