Here we discuss Precision Synthesis Script basics. Users only need to learn 4 synthesis commands to get started.

The first command is the "setup_design" command. It is used to configure details about how synthesis is performed.

The second command is the "add_input_file" command. This command adds all input files including constraint, RTL, SDF, and EDIF into Precision Synthesis.

The third command is the "compile" command. This commands reads RTL files into memory.

The fourth command is the "synthesize" command. This command performs optimization and generates all netlists and report files.