Nov 27, 2003 #1 J 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
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
Nov 28, 2003 #2 R Rachel Newbie level 6 Joined Oct 25, 2003 Messages 14 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Activity points 130 try this : "set bus_naming_style %s_%d" before compile