edaplayground / eda-playground

EDA Playground -- The FREE IDE for SystemVerilog, Verilog, and VHDL
http://www.edaplayground.com
54 stars 17 forks source link

Feature suggestion : Add a git support to backup the code. #41

Open advaneharshal opened 3 years ago

advaneharshal commented 3 years ago

Hi,

Its a feature suggestion, if it would be possible to link the git account with the EDA account so that we can check-in check-out all our codes also see the changes we made to our code and have the code saved in git repo.

If you have any alternate solution so that I can backup all the codes that I have written on EDA playground let me know. Also it would be nice if we can name the folder as name of the progam while using the feature . It always takes the name result.zip which is really not a good idea.

Matthew-P-T commented 3 years ago

I have had the same idea. However, it is not trivial, because the file-structure in EDA Playground is flat, whereas there could be any directory-structure in code checked out from Git. However, if one were to restrict the checking out to code that had previously been checked in from EDA Playground, perhaps that would be a goer.