mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-17 16:52:16 +00:00
Merge pull request #1718 from boqwxp/precise_locations
Closes #1717. Add more precise Verilog source location information to AST and RTLIL nodes.
This commit is contained in:
commit
b597f85b13
11 changed files with 388 additions and 305 deletions
|
@ -9,6 +9,6 @@ EOT
|
|||
|
||||
proc
|
||||
cd top
|
||||
select -assert-count 1 m:data1 a:src=<<EOT:4 %i
|
||||
select -assert-count 2 w:data2[*] a:src=<<EOT:5 %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.41-5.46 %i
|
||||
select -assert-none a:mem2reg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue