Skip to content

Commit db14842

Browse files
committed
Skip some various tests and fix scopeinfo to match our convention
1 parent 138228d commit db14842

File tree

9 files changed

+15
-4
lines changed

9 files changed

+15
-4
lines changed

tests/various/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Simple tests
2+
3+
## Disabled
4+
5+
- `abc9`: we do not support `abc9`
6+
- `check`: we handle logic loops differently
7+
- `check2`: we handle logic loops differently
8+
- `check3`: we handle logic loops differently
9+
- `check4`: we handle logic loops differently
10+
- `ice40_mince_abc9`: we do not support `abc9`
11+
- `plugin`: we do not support plugins
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/various/scopeinfo.ys

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endmodule
1111
EOT
1212

1313
hierarchy -top top
14-
flatten
14+
flatten -scopeinfo
1515

1616
select -assert-count 1 top/n:some_inst top/t:$scopeinfo %i
1717
select -assert-count 1 top/n:some_inst top/r:TYPE=module %i
@@ -46,7 +46,7 @@ endmodule
4646
EOT
4747

4848
hierarchy -top top
49-
flatten
49+
flatten -scopeinfo
5050

5151
select -assert-count 2 top/t:$scopeinfo
5252
select -assert-count 1 top/n:some_inst top/t:$scopeinfo %i
@@ -87,11 +87,11 @@ endmodule
8787
EOT
8888

8989
hierarchy -top top
90-
flatten top
90+
flatten -scopeinfo top
9191

9292
select -assert-count 1 top/t:$scopeinfo
9393
setattr -mod -unset keep_hierarchy *
94-
flatten
94+
flatten -scopeinfo
9595

9696
select -assert-count 2 top/t:$scopeinfo
9797
select -assert-count 1 top/n:some_inst top/t:$scopeinfo %i

0 commit comments

Comments
 (0)