phutruan
Newbie level 5
Hello,
I'm trying to synthesize an adder. The Verilog source code is very simple (assign sum = in1 + in2)
To achieve maximum speed, I did "set_max_delay 0". During synthesis, RTL compiler informed "Net has unmapped pin". However, synthesis still succeeded. Then I checked the mapped netlist file. Surprisingly, there was no unmapped pins? Anyone, please tell me why.
I'm trying to synthesize an adder. The Verilog source code is very simple (assign sum = in1 + in2)
To achieve maximum speed, I did "set_max_delay 0". During synthesis, RTL compiler informed "Net has unmapped pin". However, synthesis still succeeded. Then I checked the mapped netlist file. Surprisingly, there was no unmapped pins? Anyone, please tell me why.