mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 19:51:23 +00:00
Add a test for interfaces on modules loaded on-demand
This commit is contained in:
parent
7d50b83322
commit
1aab608cff
5 changed files with 48 additions and 2 deletions
6
tests/svinterfaces/load_and_derive.ys
Normal file
6
tests/svinterfaces/load_and_derive.ys
Normal file
|
@ -0,0 +1,6 @@
|
|||
read_verilog -sv load_and_derive.sv
|
||||
hierarchy -libdir . -check
|
||||
flatten
|
||||
equiv_make ref dut equiv
|
||||
equiv_simple
|
||||
equiv_status -assert
|
Loading…
Add table
Add a link
Reference in a new issue