Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. SB_IO #(
  2. .PIN_TYPE(6'b 1010_01),
  3. .PULLUP(1'b 0)
  4. ) flash_io_buf [3:0] (
  5. .PACKAGE_PIN({flash_io3, flash_io2, flash_io1, flash_io0}),
  6. .OUTPUT_ENABLE({flash_io3_oe, flash_io2_oe, flash_io1_oe, flash_io0_oe}),
  7. .D_OUT_0({flash_io3_do, flash_io2_do, flash_io1_do, flash_io0_do}),
  8. .D_IN_0({flash_io3_di, flash_io2_di, flash_io1_di, flash_io0_di})
  9. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement