Re: Verilog/ASIC development support is insufficient in git , help!

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Christian MICHON
Date: Sunday, May 11, 2008 - 2:21 am

On Sun, May 11, 2008 at 7:08 AM, Justin Leung <jleung@redback.com> wrote:

I'm an ASIC designer too.


this is unimportant: if they want to track a specific release of a
file, it's better to look at what was the file's content from this cut
to that cut.


this is where tags and branches are useful to point to a specific release/cut.


same answer


just use gitk and git-gui: almost all can be done with these two
graphical tools.


for linear development, yes. but when we were requested to perform
maintenance on a specific old cut, this was becoming a nightmare.


gitk, git-gui: two commands (actually gitk can be called from git-gui)


this is the wrong approach.


use branches to reference the different ressources (rtl, simulation, layout).
then track these branches between them for deliveries and work/flow.

use tags to mark specific releases/cuts.


you can create an alias: git-show-branch | tail -r


yes, I used to be scared by sha1 too: I even created numbered tags for
each commit. Until I read more about git, and stopped expecting using
git as svn/cvs.


no, it would kill the right approach: embrace the index, and never look back.


you have to adapt your methods instead: trust another ASIC designer :-)

-- 
Christian
--
http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside !
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Verilog/ASIC development support is insufficient in gi ..., Christian MICHON, (Sun May 11, 2:21 am)