mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-24 22:07:12 -04: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
af8aa56a67
commit
2405454c85
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue