mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Change DC script to not do a full synthesis but partial synthesis until I configure to be more optimized
This commit is contained in:
parent
8db15aee31
commit
6c9b4f648c
@ -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!)
|
||||
|
Loading…
Reference in New Issue
Block a user