( ESNUG 394 Item 11 ) -------------------------------------------- [05/29/02]
Subject: ( SNUG 02 #11 ) Makefiles, Automatic Chip Synthesis (ACS), and DC
> Automatic Chip Synthesis (ACS) is a tool in DC to:
>
> + Budget lower level partitions from top-level constraints
> + Provides Top-level synthesis commands
> + Manages parallel synthesis jobs on multiple CPUs
>
> Q: How does the ACS parallel job function compare to Makefiles?"
>
> - Kent Ng of Microsoft/XBox
From: Thomas Fairbairn <tomf@pdd.3com.com>
Hi John,
Thanks for the SNUG '02 report - vital reading as ever. I noticed that in
the DC/ACS section, Kent Ng of Microsoft/XBox asked "How does the ACS
parallel job function compare to Makefiles?"
Kent, ACS generates a makefile for you. ACS sorts out your dependancies,
spits out a makefile, and, if you want, can stop there. So, if you need
to, you can edit the makefile to incorporate any other trickery that you
want, then run "make". What's more, it's a Gnu makefile, where you can
control the number of jobs that run in parrallel. That's how we use it
here.
- Tom Fairbairn
3Com Europe Ltd. Hemel Hempstead, UK
|
|