ARC-Lab-UF / testbench-runner

Interactive testbench runner via Modelsim. Integrates with Canvas assignments.
2 stars 1 forks source link

Save common flags (section, etc.) to a little cache file #43

Open benjamin051000 opened 1 year ago

benjamin051000 commented 1 year ago

This way you won't need to retype in the flags so often.

Save flags to a file that is automatically read when the argparser starts.

Of course, they should be overridden if new flags are supplied.

benjamin051000 commented 1 year ago

Hm... another simple solution would be a config file which you could just pass a --config-file <path> and may honestly be better... idk