You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
975 B

11 months ago
2 years ago
12 months ago
11 months ago
12 months ago
11 months ago
  1. define_attribute {p:core_board_debug_led} {PAP_IO_DIRECTION} {OUTPUT}
  2. define_attribute {p:core_board_debug_led} {PAP_IO_LOC} {W5}
  3. define_attribute {p:core_board_debug_led} {PAP_IO_VCCIO} {1.5}
  4. define_attribute {p:core_board_debug_led} {PAP_IO_STANDARD} {LVCMOS15}
  5. define_attribute {p:core_board_debug_led} {PAP_IO_DRIVE} {8}
  6. define_attribute {p:core_board_debug_led} {PAP_IO_UNUSED} {TRUE}
  7. define_attribute {p:core_board_debug_led} {PAP_IO_SLEW} {FAST}
  8. define_attribute {p:ex_clk} {PAP_IO_DIRECTION} {INPUT}
  9. define_attribute {p:ex_clk} {PAP_IO_LOC} {R4}
  10. define_attribute {p:ex_clk} {PAP_IO_VCCIO} {1.5}
  11. define_attribute {p:ex_clk} {PAP_IO_STANDARD} {LVCMOS15}
  12. define_attribute {p:ex_clk} {PAP_IO_NONE} {TRUE}
  13. define_attribute {p:ex_rst_n} {PAP_IO_DIRECTION} {INPUT}
  14. define_attribute {p:ex_rst_n} {PAP_IO_LOC} {U7}
  15. define_attribute {p:ex_rst_n} {PAP_IO_VCCIO} {1.5}
  16. define_attribute {p:ex_rst_n} {PAP_IO_STANDARD} {LVCMOS15}
  17. define_attribute {p:ex_rst_n} {PAP_IO_NONE} {TRUE}