( ESNUG 272 Item 3 ) -------------------------------------------- [11/19/97]
Subject: ( ESNUG 270 #9 271 #7) Seeks DesignWare Foundation Licensing Tricks
> We have less DW Foundation licenses than DC licenses. Currently we have
> the designers not point to any of the advanced DW architectures unless
> their design is not meeting timing. Does anyone know of a way to only
> check out the DW Foundation license when you want to write out the design
> and maybe run everything else in eval mode?
>
> - Russ Ray
> Mitsubishi
From: [ The Man In The Iron Mask ]
John, please keep me anon. To disable the DW foundation licenses use:
synlib_dont_get_license = {DesignWare_Foundation}
Then use:
synlib_disable_limited_license = FALSE
To trick Synopsys into thinking its using it in Evaluation mode. When
you're done, at the last minute, you can switch back to non-Evaluation
mode to then write out your working design by using:
synlib_disable_limited_license = TRUE
along with a get_license for DW license.
- [ The Man In The Iron Mask ]
|
|