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.

bus name extension in DC shell

Status
Not open for further replies.

jiang

Advanced Member level 4
Full Member level 1
Joined
Dec 31, 1999
Messages
111
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Location
Taiwan
Activity points
855
Hi,

what command is used to change bus name in dc shell?
I mean that bus is changed to multi-bit pin/por/wire.

for example:
input [1:0] a; ==> input a_1, a_0;
wire [1:0] b; ==> wire b_0, b_1;

Thanks.

jiang
 

try this : "set bus_naming_style %s_%d" before compile
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top