Closed Remillard closed 7 years ago
Investigating ways to implement this that lets the user customize it appropriately.
Implemented a project file based snippet that aids in creation of build systems. I think this is about as far as I want to go with it right now.
It would be nice to create some default build system. Could create a basic
make
build, or basic Modelsim/Questasim build usingvcom
. Unfortunately this varies a LOT with tool system, so it'd basically be a template. Maybe could be coupled with a "create build system" command that would take relevant data from the project file?