mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 18:05:24 +00:00
Change attribute search value to specify precise location instead of simple line number.
This commit is contained in:
parent
f0afd65035
commit
2c2f092c90
|
@ -9,6 +9,6 @@ EOT
|
||||||
|
|
||||||
proc
|
proc
|
||||||
cd top
|
cd top
|
||||||
select -assert-count 1 m:data1 a:src=<<EOT:4 %i
|
select -assert-count 1 m:data1 a:src=<<EOT:4.43-4.48 %i
|
||||||
select -assert-count 2 w:data2[*] a:src=<<EOT:5 %i
|
select -assert-count 2 w:data2[*] a:src=<<EOT:5.41-5.46 %i
|
||||||
select -assert-none a:mem2reg
|
select -assert-none a:mem2reg
|
||||||
|
|
Loading…
Reference in a new issue