Skip to content

Instantly share code, notes, and snippets.

@tanakamura
Created May 18, 2016 09:44
Show Gist options
  • Save tanakamura/5d1d48efc7bfd5373c1e40fefc70caf9 to your computer and use it in GitHub Desktop.
Save tanakamura/5d1d48efc7bfd5373c1e40fefc70caf9 to your computer and use it in GitHub Desktop.
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