FPGA-Research-Manchester / fos

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

Refactor autotcl.py script #3

Closed IgWod closed 4 years ago

IgWod commented 4 years ago

The autotcl script was re-written to remove duplicated code and make it more robust to parsing JSON file with non-Verilog files inside the "Files"/"Verilog" section. Now it also uses argparse to parse the program input.

IgWod commented 4 years ago

@joe2580 Please see refactored script and say what you think.