sgherbst / anasymod

A framework for FPGA emulation of mixed-signal systems
BSD 3-Clause "New" or "Revised" License
34 stars 9 forks source link

Make it harder to accidentally delete bitfiles #34

Open sgherbst opened 4 years ago

sgherbst commented 4 years ago

Since it can take a long time to build bit files, anasymod should make it harder to accidentally delete them (the initial cleanup process removes the old bitfile, so if the user accidentally launches the build process and then cancels, the old bitfile is already gone)