vscode-terosHDL icon indicating copy to clipboard operation
vscode-terosHDL copied to clipboard

Allow custom project definitions

Open AndrewNolte opened this issue 11 months ago • 0 comments

I think it was be nice to customize the project descriptor format, rather than just sticking to the standard ones like EDAM and vunit. For example, settings up a configuration like this

"teros.projects.lsproj" : "findprojects.sh" -> outputs project -> file backing name "teros.projects.lsconf" : "findconfigs.sh" -> outputs project -> list[configs] where configs are parameterizations of the project

And having the project structure tab use these to find projects and configs. I actually don't see a sort of config tab like this, how is this achieved currently? I'm assuming edalize has something like this for configs, or would each config be a different project currently?

AndrewNolte avatar Mar 01 '24 21:03 AndrewNolte