mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-04 09:07:42 +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
5
tests/svinterfaces/ondemand.sv
Normal file
5
tests/svinterfaces/ondemand.sv
Normal file
|
@ -0,0 +1,5 @@
|
|||
// This is used by the load_and_derive test.
|
||||
|
||||
module ondemand (iface intf);
|
||||
assign intf.y = ~intf.x;
|
||||
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue