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.

24 lines
587 B

2 years ago
2 years ago
2 years ago
  1. ```
  2. 核心板引脚分配:
  3. define_attribute {p:rst_n} {PAP_IO_DIRECTION} {INPUT}
  4. define_attribute {p:rst_n} {PAP_IO_LOC} {U12}
  5. define_attribute {p:rst_n} {PAP_IO_VCCIO} {3.3}
  6. define_attribute {p:rst_n} {PAP_IO_STANDARD} {LVTTL33}
  7. define_attribute {p:sys_clk} {PAP_IO_DIRECTION} {INPUT}
  8. define_attribute {p:sys_clk} {PAP_IO_LOC} {B5}
  9. define_attribute {p:sys_clk} {PAP_IO_VCCIO} {3.3}
  10. define_attribute {p:sys_clk} {PAP_IO_STANDARD} {LVTTL33}
  11. ```
  12. ```
  13. SPI2_CS 48 R2_13_N V14
  14. SPI2_MOSI 50 R2_13_P U14
  15. SPI2_SCK 54 R2_2_N V13
  16. SPI2_MISO 56 R2_2_P U13
  17. ```