Fix e2e building issues and increase division pipeline length

This commit is contained in:
wgulian3
2020-02-19 01:04:48 -05:00
parent e76d05f7ce
commit 3423e3189f
4 changed files with 12 additions and 4 deletions

View File

@@ -107,6 +107,10 @@ set_global_assignment -name MAX_CORE_JUNCTION_TEMP 100
set_global_assignment -name PROJECT_OUTPUT_DIRECTORY bin
set_global_assignment -name NUM_PARALLEL_PROCESSORS ALL
set where [file dirname [info script]]
source [file join $where make_pins_virtual.tcl]
project_close
# set_global_assignment -name VERILOG_FILE $opts(src)