fpga added
This commit is contained in:
8
gowin/pmodtest/bttn.v
Normal file
8
gowin/pmodtest/bttn.v
Normal file
@ -0,0 +1,8 @@
|
||||
module bttn (
|
||||
input [3:0] bttns,
|
||||
output [3:0] pmod
|
||||
);
|
||||
|
||||
assign bttns = pmod;
|
||||
|
||||
endmodule
|
Reference in New Issue
Block a user