Change DC script to not do a full synthesis but partial synthesis until I configure to be more optimized

This commit is contained in:
James Stine 2022-01-30 21:02:41 -06:00
parent af8aa56a67
commit 2405454c85

View file

@ -110,7 +110,7 @@ set filename [format "%s%s%s" "unmapped/" $my_toplevel ".ddc"]
write_file -format ddc -hierarchy -o $filename
# Compile statements - either compile or compile_ultra
compile -scan -incr -map_effort low
# compile -scan -incr -map_effort low
# compile_ultra -no_seq_output_inversion -no_boundary_optimization
# Eliminate need for assign statements (yuck!)