To change to Fast Synthesis style, go to the Assign menu on the MAX PLUS II software and select Global Project Logic Synthesis. Next, click on "Define Synthesis Style". Note that under the "Normal" style, Parallel Expanders/Carry Chains are off. However, if you change the Style to "Fast" from the pull-down menu, Parallel Expanders/Carry Chains will be turned on.
Once this "Fast" style is turned on and you recompile your design, the carry-look-ahead adder will be implemented with Parallel Expanders/Carry Chains to speed up the calculation. If you do the same thing to the ripple-carry adder, it will still speed up the adder because the entire design will be synthesized with a faster style. However, the method that is used to calculate the sum will still be slower than the carry-look-ahead adder. If you look at the report file for each adder, you will note that with the fast synthesis style, the carry-look adder uses more Parallel Expanders/Carry Chains.