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.

Strange wire names after using DC to synthesize Verilog file

Status
Not open for further replies.

fantaci

Member level 3
Member level 3
Joined
Sep 28, 2002
Messages
55
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Activity points
511
strange problem of DC

I encountered strange problem when using DC to synthesize my verilog source file. In my synthesized netlist, in some module a few wires’ name is very strange: \*cell*9614/U5/Z_0. To prevent DC from producing such strange wires’ name, I use some options in my DC script:
……
Define_name_rules my_name_rules –case_insensitive –restricted "/ \\ \*" –map {{"\*cell\*", "mycell"}}
Change_names_rules my_name_rules –hierarchy
……
But it still does not work.
I need help.
 

Re: strange problem of DC

try this below!


define_name_rules verilog -check_bus_indexing

change_names -rules verilog -hierarchy

set hdlout_internal_busses true
set bus_inference_style %s\[%d\]
 

Re: strange problem of DC

It does not work
 

Re: strange problem of DC

Which version of DC which you used?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top