• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Logic Design
  3. How to force RTL compiler to use a particular net name

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 63
  • Views 18593
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to force RTL compiler to use a particular net name

deeps4
deeps4 over 13 years ago

 Hi,

I have a RTL which after synthesis looks as in  the snippet  mentioned below..

 ===================================

wire [2:0] seed_inp;
 wire [2:0] seed_outp;

output[2:0] seed_outp;

  wire scan_5_q, scan_9_q, scan_10_n_0, scan_10_q, scan_11_n_0,
       scan_11_q, scan_12_n_0, scan_12_q;
  wire scan_fix0_6_n_0, scan_fix0_6_n_1, scan_fix0_6_q,
       scan_fix0_8_n_6, scan_fix0_8_n_8, scan_fix0_8_n_14,
       scan_fix1_2_n_0, scan_fix1_2_q;
  df1qpdw scan_10_q_reg(.CP (clk), .D (scan_10_n_0), .Q (scan_10_q));
  mx21x2pdw scan_10_g22(.D0 (seed_inp[2]), .D1 (scan_10_q), .S0
       (scan), .Z (scan_10_n_0)); 

....

.....

==================================================

I wanted RTL compiler to take the above sinppet as

df1qpd scan_8_q_reg(.CP (clk), .D (seed_outp[2]), .Q (scan_8_q)); 

mx21x2pd scan_8_g20(.D0 (seed_inp[2]), .D1 (scan_8_q), .S0
       (scan), .Z (seed_outp[2]));

==================================================

Functionality wise both are same but I am getting unnconnected  in the netlist because of this issue..

 wire [2:0] seed_inp;
 wire [2:0] seed_outp;

Is as written in the RTL and scan_9* scan_10* etc are as written out by RTL compiler after synthesis.

Is there a way I can force the RTL compiler not to use its own wire names but to retain the wire names as written in RTL ?

 

Regards,

-DN

  • Cancel
Parents
  • deeps4
    deeps4 over 13 years ago

     Hi gh,

    The signal was getting optimized out. I have one generic question to you. How does these unconnected or optimised nets gets handled

     during PNR. I mean if the gate levels has few ports as "unconnected" how does this gets sorted out during further stages, will it be tied off?

     

    Regards,

    -DN

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • deeps4
    deeps4 over 13 years ago

     Hi gh,

    The signal was getting optimized out. I have one generic question to you. How does these unconnected or optimised nets gets handled

     during PNR. I mean if the gate levels has few ports as "unconnected" how does this gets sorted out during further stages, will it be tied off?

     

    Regards,

    -DN

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information