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.
 
 
 
 
 
 

25 lines
820 B

  1. #
  2. # Novena open hardware and F/OSS-friendly computing platform
  3. #
  4. # Design documentation:
  5. # http://www.kosagi.com/w/index.php?title=Novena_PVT_Design_Source
  6. #
  7. # +-------------+--------------+------+-------+---------+
  8. # | Pad name | Schematic | GPIO | sysfs | JTAG |
  9. # +-------------+--------------+------+-------+---------+
  10. # | DISP0_DAT13 | FPGA_RESET_N | 5-07 | 135 | RESET_N |
  11. # | DISP0_DAT14 | FPGA_TCK | 5-08 | 136 | TCK |
  12. # | DISP0_DAT15 | FPGA_TDI | 5-09 | 137 | TDI |
  13. # | DISP0_DAT16 | FPGA_TDO | 5-10 | 138 | TDO |
  14. # | DISP0_DAT17 | FPGA_TMS | 5-11 | 139 | TMS |
  15. # +-------------+--------------+------+-------+---------+
  16. adapter driver sysfsgpio
  17. transport select jtag
  18. # TCK TMS TDI TDO
  19. sysfsgpio jtag_nums 136 139 137 138
  20. source [find cpld/xilinx-xc6s.cfg]