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.

60 lines
3.0 KiB

2 years ago
  1. #define_attribute {p:led[3]} {PAP_IO_DIRECTION} {OUTPUT}
  2. #define_attribute {p:led[3]} {PAP_IO_LOC} {U12}
  3. #define_attribute {p:led[3]} {PAP_IO_VCCIO} {3.3}
  4. #define_attribute {p:led[3]} {PAP_IO_STANDARD} {LVCMOS33}
  5. #define_attribute {p:led[3]} {PAP_IO_DRIVE} {4}
  6. #define_attribute {p:led[3]} {PAP_IO_SLEW} {SLOW}
  7. #define_attribute {p:led[2]} {PAP_IO_DIRECTION} {OUTPUT}
  8. #define_attribute {p:led[2]} {PAP_IO_LOC} {B5}
  9. #define_attribute {p:led[2]} {PAP_IO_VCCIO} {3.3}
  10. #define_attribute {p:led[2]} {PAP_IO_STANDARD} {LVCMOS33}
  11. #define_attribute {p:led[2]} {PAP_IO_DRIVE} {4}
  12. #define_attribute {p:led[2]} {PAP_IO_SLEW} {SLOW}
  13. #define_attribute {p:led[1]} {PAP_IO_DIRECTION} {OUTPUT}
  14. #define_attribute {p:led[1]} {PAP_IO_LOC} {U10}
  15. #define_attribute {p:led[1]} {PAP_IO_VCCIO} {3.3}
  16. #define_attribute {p:led[1]} {PAP_IO_STANDARD} {LVCMOS33}
  17. #define_attribute {p:led[1]} {PAP_IO_DRIVE} {4}
  18. #define_attribute {p:led[1]} {PAP_IO_SLEW} {SLOW}
  19. define_attribute {p:led[0]} {PAP_IO_DIRECTION} {OUTPUT}
  20. define_attribute {p:led[0]} {PAP_IO_LOC} {U10}
  21. define_attribute {p:led[0]} {PAP_IO_VCCIO} {3.3}
  22. define_attribute {p:led[0]} {PAP_IO_STANDARD} {LVCMOS33}
  23. define_attribute {p:led[0]} {PAP_IO_DRIVE} {4}
  24. define_attribute {p:led[0]} {PAP_IO_SLEW} {SLOW}
  25. #define_attribute {p:rst_n} {PAP_IO_DIRECTION} {INPUT}
  26. #define_attribute {p:rst_n} {PAP_IO_LOC} {U11}
  27. #define_attribute {p:rst_n} {PAP_IO_VCCIO} {3.3}
  28. #define_attribute {p:rst_n} {PAP_IO_STANDARD} {LVTTL33}
  29. #define_attribute {p:sys_clk} {PAP_IO_DIRECTION} {INPUT}
  30. #define_attribute {p:sys_clk} {PAP_IO_LOC} {V11}
  31. #define_attribute {p:sys_clk} {PAP_IO_VCCIO} {3.3}
  32. #define_attribute {p:sys_clk} {PAP_IO_STANDARD} {LVTTL33}
  33. define_attribute {p:led[3]} {PAP_IO_DIRECTION} {OUTPUT}
  34. define_attribute {p:led[3]} {PAP_IO_LOC} {V11}
  35. define_attribute {p:led[3]} {PAP_IO_VCCIO} {3.3}
  36. define_attribute {p:led[3]} {PAP_IO_STANDARD} {LVCMOS33}
  37. define_attribute {p:led[3]} {PAP_IO_DRIVE} {4}
  38. define_attribute {p:led[3]} {PAP_IO_SLEW} {SLOW}
  39. define_attribute {p:led[2]} {PAP_IO_DIRECTION} {OUTPUT}
  40. define_attribute {p:led[2]} {PAP_IO_LOC} {U11}
  41. define_attribute {p:led[2]} {PAP_IO_VCCIO} {3.3}
  42. define_attribute {p:led[2]} {PAP_IO_STANDARD} {LVCMOS33}
  43. define_attribute {p:led[2]} {PAP_IO_DRIVE} {4}
  44. define_attribute {p:led[2]} {PAP_IO_SLEW} {SLOW}
  45. define_attribute {p:led[1]} {PAP_IO_DIRECTION} {OUTPUT}
  46. define_attribute {p:led[1]} {PAP_IO_LOC} {V10}
  47. define_attribute {p:led[1]} {PAP_IO_VCCIO} {3.3}
  48. define_attribute {p:led[1]} {PAP_IO_STANDARD} {LVCMOS33}
  49. define_attribute {p:led[1]} {PAP_IO_DRIVE} {4}
  50. define_attribute {p:led[1]} {PAP_IO_SLEW} {SLOW}
  51. define_attribute {p:rst_n} {PAP_IO_DIRECTION} {INPUT}
  52. define_attribute {p:rst_n} {PAP_IO_LOC} {U12}
  53. define_attribute {p:rst_n} {PAP_IO_VCCIO} {3.3}
  54. define_attribute {p:rst_n} {PAP_IO_STANDARD} {LVTTL33}
  55. define_attribute {p:sys_clk} {PAP_IO_DIRECTION} {INPUT}
  56. define_attribute {p:sys_clk} {PAP_IO_LOC} {B5}
  57. define_attribute {p:sys_clk} {PAP_IO_VCCIO} {3.3}
  58. define_attribute {p:sys_clk} {PAP_IO_STANDARD} {LVTTL33}
  59. #create_clock -name {} -period {10.000} -waveform {0.000 5.000}
  60. #define_attribute {p:sys_clk} {PAP_IO_HYS_DRIVE_MODE} {NOHYS}