Created
May 18, 2016 09:44
-
-
Save tanakamura/5d1d48efc7bfd5373c1e40fefc70caf9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module design_1_wrapper | |
(); | |
wire [63:0] gpio_out0; | |
wire [63:0] gpio_in0; | |
assign gpio_in0[0] = gpio_out0[1]; | |
PS7 PS7_i ( | |
.EMIOGPIOO (gpio_out0), | |
.EMIOGPIOI (gpio_in0) | |
); | |
endmodule |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment