[Init] initialize repo
This commit is contained in:
6
vsrc/top.v
Normal file
6
vsrc/top.v
Normal file
@@ -0,0 +1,6 @@
|
||||
module top (
|
||||
input wire i_x,
|
||||
output wire o_y
|
||||
);
|
||||
assign o_y = i_x;
|
||||
endmodule
|
||||
Reference in New Issue
Block a user