Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- interface test(
- input wire clk,
- output wire [31:0] rdata
- );
- endinterface
- module x (
- test wb
- );
- assign wb.rdata = 32'h600dbabe;
- endmodule
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement