diff --git a/fpga/vivado/nonproject.tcl b/fpga/vivado/nonproject.tcl index 6922a57..a86dd4b 100644 --- a/fpga/vivado/nonproject.tcl +++ b/fpga/vivado/nonproject.tcl @@ -9,12 +9,12 @@ # This is used by "synth_design". set_part xc7z010clg400-1 -# Specify path to RedPitaya board definition. -set_param board.repoPaths [list "RedPitaya-FPGA/brd"] +## Specify path to RedPitaya board definition. +#set_param board.repoPaths [list "RedPitaya-FPGA/brd"] -# Specify board type. -# Unclear whether this is required. -set_property board_part redpitaya.com:redpitaya:part0:1.1 [current_project] +## Specify board type. +## Unclear whether this is required. +#set_property board_part redpitaya.com:redpitaya:part0:1.1 [current_project] # Specify HDL language. # This determines the language of the HDL wrapper for the block design.