Re: [myhdl-list] Advocacy page
Brought to you by:
jandecaluwe
From: Martin d A. <po...@ma...> - 2008-12-20 13:22:03
|
On Wed, 17 Dec 2008, Christopher Felton wrote: >> use GUIs that seem to be designed by a bunch of hardware engineers > > That way no need to learn guis for each of the vendors. One thing I learned quickly in ASIC design and verification is to stay away from vendor GUIs and always use command line tools (except for waveforms viewing, I don't see much choice here). I use GNU Make to implement the dependencies and bash to tie the pieces together. You also need a good load sharing/job dispatching tool. Martin |