FPGA-Research-Manchester / fos

FOS - FPGA Operating System
Other
62 stars 10 forks source link

Make sourcing DSP scripts optional in autotcl.py #2

Closed IgWod closed 4 years ago

IgWod commented 4 years ago

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.

IgWod commented 4 years ago

@anujvaishnav @joe2580 Please see my bugfix.