olofk / fusesoc

Package manager and build abstraction tool for FPGA/ASIC development
BSD 2-Clause "Simplified" License
1.17k stars 242 forks source link

Allow platform-specific script hooks #182

Open olofk opened 6 years ago

olofk commented 6 years ago

The script hooks allow users to supply scripts to be run at different stages. Unfortunately, there's no easy way to make scripts that run on multiple platforms (e.g. Windows and Linux). There should be a way to choose which scripts to run depending on the environment.

TODO: Investigate if there are other programs with the same issue and find out how they have solved this

olofk commented 6 years ago

Maybe the simplest way is to just write the scripts in python or some other cross-platform language