bus name extension in DC shell

Status
Not open for further replies.

jiang

Advanced Member level 4
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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…