blob: 763973ec8d1c3739ed41395b6b51720baaa43c5a [file] [log] [blame]
/*
:name: interface
:description: interface test
:should_fail: 0
:tags: 25.3
*/
interface test_bus;
logic test_pad;
endinterface: test_bus
module top(test_bus t);
endmodule