[moved] Tessent MBIST using ETPlanner

Status
Not open for further replies.

mangalji

Newbie level 5
Joined
Jun 30, 2015
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
57
Hi,

I am trying to insert MBIST using mentor graphics tool.


Code dot - [expand]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CADEnvironment{ 
  LayoutTool: BlastFusion | ICCompiler | TalusAcc | TalusVortex | (Other); 
  CreateDirectoryCommand: <mkdir Command>; 
  CreateSoftLinkCommand: <ln -s command>; 
  DefaultSimulator: Verilog-XL | NC-Verilog | (ModelSim) | VCS; 
  [B]SynthesisTool: DCTCL | BlastCreate | TalusDesign; [/B]
  Simulator (<simulatorName>) {// Verilog-XL | NC-Verilog | ModelSim | VCS
    CommandOverride (<commandName>): <newCommandName>;
    // It is recommended to use the CommandOverride property
    // instead of the two following properties:
    Command: <commandName>;// verilog | ncverilog | vlog | vcs
    CompileCommand: <compileCommand>; 
  } 
}



above is the syntax for .CADSetup . Here we as per ETPlanner reference manual, It supports 3 synthesis tools . Can we use Cadence RTL Compiler as synthesis tool? If yes , then please suggest a way. What option should i specify to use Cadence RTL Compiler as synthesis tool here?

Thanks
 
Last edited by a moderator:

If you are sure it supports 3 synth tools, then there may not be a place for the 4th. Just make sure what the documentation says.
I am not sure what the .CADSetup does....the following looks like to stupid hack, did you try it (just adding the name of your desired synth tool)?
Code:
SynthesisTool: DCTCL | BlastCreate | TalusDesign | RTL Compiler;

If you don't get a solution here you might try posting this in the Cadence Forums (if you have not already done it).
 
Last edited:


Yes, I have Tried it but seems like it is not working.
 

Sorry I don't have a solution for you other than this little piece of advise!

You want to synth using Cadence RC but for MBIST insertion want to use a Mentor tool, right?
Well I don't think it would be a good design practice. Better to stick to the same tool/flow for synth & MBIST insertion.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…