I accidentally broke autotcl.py script in my previous PR as I made sourcing DSP files mandatory. This patch fixes it by checking if "Subcore" field is present in the JSON description. Now the script should work with design with and without DSPs in it.
I accidentally broke
autotcl.py
script in my previous PR as I made sourcing DSP files mandatory. This patch fixes it by checking if"Subcore"
field is present in the JSON description. Now the script should work with design with and without DSPs in it.