I
Ilya Kalistru
Guest
I'm looking for a peace of advice.
Currently I use git for version control in my VHDL projects and I usually include all .vhd files as well as .xdc constrains files in it. But I don't know what I should do with ip cores. Including the whole directory of ip core to repository doesn't seem to be a good idea because there are to many files and too many of them are changed after any change of ip settings. Other choice, manual description of ip settings in comments is tedious and error prone.
Currently I use git for version control in my VHDL projects and I usually include all .vhd files as well as .xdc constrains files in it. But I don't know what I should do with ip cores. Including the whole directory of ip core to repository doesn't seem to be a good idea because there are to many files and too many of them are changed after any change of ip settings. Other choice, manual description of ip settings in comments is tedious and error prone.