Ebrahim Songhori
Newbie level 3
- Joined
- Jun 14, 2014
- Messages
- 4
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 33
Hi,
I am using Synopsys DC for synthesizing Verilog code to gate level netlist . I have designed a customized adder and I want it to be used where there is addition in my functional Verilog code, e.g.,
Right now, it seems DC uses DW library by default. How to make synthesis library out of my adder and how to change the default to the new library?
Thanks,
Ebrahim
I am using Synopsys DC for synthesizing Verilog code to gate level netlist . I have designed a customized adder and I want it to be used where there is addition in my functional Verilog code, e.g.,
Code:
wire [N-1:0] a,b,c;
assign a = b + c;
Thanks,
Ebrahim