From 6c9b4f648cd5f6e93d4c4862c856c102ed8080c7 Mon Sep 17 00:00:00 2001 From: James Stine Date: Sun, 30 Jan 2022 21:02:41 -0600 Subject: [PATCH] Change DC script to not do a full synthesis but partial synthesis until I configure to be more optimized --- synthDC/scripts/synth.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthDC/scripts/synth.tcl b/synthDC/scripts/synth.tcl index 0b4aaccea..a52abaa91 100755 --- a/synthDC/scripts/synth.tcl +++ b/synthDC/scripts/synth.tcl @@ -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!)