ASIC_intl
Banned
design compiler uniquify
Hi
I have two separate question as shown below.
1. I am using design compiler in Tcl mode for synthesis. When I am writing the file necessary for synthesis at the begining I an setting the search_path, link_library and target_library variables.
Then I am reading all the verilog files (netlists) by the read_verilog command. After that I am setting the current_design. Then I am writing the uniquify command. Is it important to write the uniquify command for synthesis.
2. After the uniquify command in the above file (as described in question No. 1) I am writing the link command. Is it important to write the link command while doing synthesis? Can I do the synthesis without the link command? The above file (as described in question No. 1) also contains other necessary commands for synthesis after the link command.
Thanks,
ASIC
Hi
I have two separate question as shown below.
1. I am using design compiler in Tcl mode for synthesis. When I am writing the file necessary for synthesis at the begining I an setting the search_path, link_library and target_library variables.
Then I am reading all the verilog files (netlists) by the read_verilog command. After that I am setting the current_design. Then I am writing the uniquify command. Is it important to write the uniquify command for synthesis.
2. After the uniquify command in the above file (as described in question No. 1) I am writing the link command. Is it important to write the link command while doing synthesis? Can I do the synthesis without the link command? The above file (as described in question No. 1) also contains other necessary commands for synthesis after the link command.
Thanks,
ASIC