fix clean build with makefile

This commit is contained in:
wgulian3
2020-02-19 17:33:51 -05:00
parent 5dadeffac8
commit de85cfd296
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ 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 {