mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-29 16:59:53 +00:00
Add tests/verilog/local_include.*
`read_verilog` supports checking both the current directory and the source directory for relative includes. Make sure we aren't regressing that.
This commit is contained in:
parent
d1a628ab26
commit
1eb5181700
3 changed files with 36 additions and 0 deletions
2
tests/verilog/.gitignore
vendored
2
tests/verilog/.gitignore
vendored
|
|
@ -4,3 +4,5 @@
|
|||
/roundtrip_proc_1.v
|
||||
/roundtrip_proc_2.v
|
||||
/assign_to_reg.v
|
||||
/subdir
|
||||
/temp_foo.v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue