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

@@ -2,10 +2,12 @@ load_package flow
package require cmdline
project_open Vortex
proc make_all_pins_virtual { args } {
remove_all_instance_assignments -name VIRTUAL_PIN
execute_module -tool map
# execute_module -tool map
set name_ids [get_names -filter * -node_type pin]
foreach_in_collection name_id $name_ids {