mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 13:27:29 -04:00
Merge branch 'fpga_synthesis' into fix_cache_m10k
This commit is contained in:
commit
2d3b790324
2 changed files with 3 additions and 2 deletions
|
@ -32,8 +32,9 @@ smart: smart.log
|
|||
STAMP = echo done >
|
||||
|
||||
$(PROJECT).syn.rpt: syn.chg $(SOURCE_FILES)
|
||||
$(QUARTUS_ROOT)/quartus/bin/quartus_syn $(PROJECT) $(SYN_ARGS)
|
||||
$(QUARTUS_ROOT)/quartus/bin/quartus_sh -t make_pins_virtual.tcl
|
||||
$(QUARTUS_ROOT)/quartus/bin/quartus_syn $(PROJECT) $(SYN_ARGS)
|
||||
# $(QUARTUS_ROOT)/quartus/bin/quartus_sh -t make_pins_virtual.tcl
|
||||
$(STAMP) fit.chg
|
||||
|
||||
$(PROJECT).fit.rpt: fit.chg $(PROJECT).syn.rpt
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue