aboutsummaryrefslogtreecommitdiffstats
path: root/tests/svinterfaces/ondemand.sv
blob: 70d6048f8c3fe395908c49953b1d582011a1cbce (plain)
1
2
3
4
5
// This is used by the load_and_derive test.

module ondemand (iface intf);
  assign intf.y = ~intf.x;
endmodule