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.
 
 
 
 
 
 

14 lines
413 B

  1. # Achilles Instant-Development Kit Arria 10 SoC SoM
  2. # https://www.reflexces.com/products-solutions/achilles-instant-development-kit-arria-10-soc-som
  3. #
  4. if { [info exists USE_EXTERNAL_DEBUGGER] } {
  5. echo "Using external debugger"
  6. } else {
  7. source [find interface/altera-usb-blaster2.cfg]
  8. usb_blaster device_desc "Arria10 IDK"
  9. }
  10. source [find fpga/altera-10m50.cfg]
  11. source [find target/altera_fpgasoc_arria10.cfg]