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.

using multibit Flip-Flop in gate-level optimization with Design Compiler

Status
Not open for further replies.

CCU_HRS

Newbie level 2
Joined
May 9, 2012
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,297
Hii,
I'm remapping the gate-level netlist using design compiler and I want get new gate-level netlist which include mutlibit cell.

My original gate-level netlist have many 1 bit FF , and my new cell library have 2bit FF better than two 1bit FF
, I want mapping them with multibit FF, how can I use DC to accomplish it.

the command set hdlin_infer_multibit "default_all" just available in RTL to gate-level ,
and set_multibit_option is no change to my new netlist.

EX.
GTECH_FD1 fetch_data_if_d_reg_31 ( .D(n390), .CP(core_clk), .Q(
icache_fetch_data_if_d[31]), .QN(n75) );
GTECH_FD1 fetch_data_if_d_reg_30 ( .D(n389), .CP(core_clk), .Q(
icache_fetch_data_if_d[30]), .QN(n74) );
GTECH_FD1 fetch_data_if_d_reg_29 ( .D(n388), .CP(core_clk), .Q(
icache_fetch_data_if_d[29]), .QN(n73) );
GTECH_FD1 fetch_data_if_d_reg_28 ( .D(n387), .CP(core_clk), .Q(
icache_fetch_data_if_d[28]), .QN(n72) );

and translate them to new gate-level netlist with multibit

Best Regards
 

but the company give me gate-level netlist only
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top