mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-02-02 06:51:23 +00:00
Also move all tests in a tests directory Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
6 lines
57 B
Verilog
6 lines
57 B
Verilog
module top(input i, output o);
|
|
|
|
assign o = i;
|
|
|
|
endmodule
|