Remillard / VHDL-Mode

A package for Sublime Text that aids coding in the VHDL language.
MIT License
40 stars 10 forks source link

Build Systems #18

Closed Remillard closed 7 years ago

Remillard commented 7 years ago

It would be nice to create some default build system. Could create a basic make build, or basic Modelsim/Questasim build using vcom. 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?

Remillard commented 7 years ago

Investigating ways to implement this that lets the user customize it appropriately.

Remillard commented 7 years ago

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.