sld-columbia / esp

Embedded Scalable Platforms: Heterogeneous SoC architecture and IP integration made easy
Other
326 stars 105 forks source link

proFPGA-xcvu440 floorplanning scripts have incorrect paths after restructuring #94

Closed jzuckerman closed 3 years ago

jzuckerman commented 3 years ago

From utils/make/vivado.mk: @if test -r $(DESIGN_PATH)/mem_tile_floorplanning.xdc; then \ echo "read_xdc $(DESIGN_PATH)/mem_tile_floorplanning.xdc" >> $@; \ echo "set_property used_in_synthesis true [get_files $(DESIGN_PATH)/mem_tile_floorplanning.xdc]" >> $@; \ echo "set_property used_in_implementation true [get_files $(DESIGN_PATH)/mem_tile_floorplanning.xdc]" >> $@; \ echo "set_property strategy Congestion_SpreadLogic_high [get_runs impl_1]" >> $@; \ fi;

$(DESIGN_PATH) should now be $(DESIGN_PATH)/socgen/esp/

jzuckerman commented 3 years ago

fixed in commit 003cb1b