Files

5 lines
58 B
Verilog
Raw Permalink Normal View History

2021-01-23 16:50:06 -07:00
module top;
ExampleA a();
ExampleB b();
endmodule