Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to specify the design in CADENCE GENUS?

Status
Not open for further replies.

prabhath_pes

Newbie
Joined
Nov 13, 2020
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
17
I have been working on openMSP430 microcontroller. The design is consists of so many modules including execution unit, program memory, hardware multiplier, etc.
Now I need to do synthesis. I have elaborated the design successfully. But I'm getting error when I read sdc file. The tool pops up a message that "Multiple designs are available. Specify the design you want to use. [TUI-17] [::dc::get_ports]".

How to specify the top module design? The name of the top module verilog file is openMSP430.v .

Can somebody tell?
 

it means you are reading some files that are not present in the hierarchy, so the synthesis tool complains that it doesn't know which "top" to use. you should probably revise the list of files you are passing to the tool, something shouldn't be there.
 
I have been working on openMSP430 microcontroller. The design is consists of so many modules including execution unit, program memory, hardware multiplier, etc.
Now I need to do synthesis. I have elaborated the design successfully. But I'm getting error when I read sdc file. The tool pops up a message that "Multiple designs are available. Specify the design you want to use. [TUI-17] [::dc::get_ports]".

How to specify the top module design? The name of the top module verilog file is openMSP430.v .

Can somebody tell?
You need specify top name for elaborate command if there are multiple tops in your provided RTL.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top