simoneruffini / NORM

Framework for emulation of non volatile memory using off-the-shelf FPGAs
8 stars 2 forks source link

Create scripts that help working with a script generated project on git #4

Open simoneruffini opened 4 years ago

simoneruffini commented 4 years ago

This issue is directly linked to #3 . Explenation: After the Vivado project is exported as a tcl script it will be possible to autogenerate it after a git clone. What is missing, instead, is the ability to make changes to the local project and then reflect them onto the tcl script so others can use it too.

A method for doing that should be implemented, maybe it is just recompiling the script for code generation.