mangalji
Newbie level 5
Hi,
I am trying to insert MBIST using mentor graphics tool.
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
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: