Added planahead script and fixed conversion

This commit is contained in:
Jojojoppe
2025-10-06 16:49:28 +02:00
parent 06ef70e1ee
commit 324bb108e3
5 changed files with 24 additions and 15 deletions

4
scripts/planahead.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
cd build
. /opt/packages/xilinx/ISE/14.7/ISE_DS/settings64.sh
planAhead -mode gui -source ../scripts/planahead.tcl

View File

@@ -1,6 +1,7 @@
create_project project_1 /tmp/project_1 -part xc6slx9tqg144-2
create_project project_1 tmpplanahead -part xc6slx9tqg144-2 -force
set_property design_mode GateLvl [current_fileset]
add_files -norecurse /data/joppe/projects/modem/out/synth/synth.ngc
add_files -norecurse ../out/synth/synth.ngc
import_files -force -norecurse
import_files -fileset constrs_1 -force -norecurse /data/joppe/projects/modem/boards/mimas_v1/constraints.ucf
import_as_run -run impl_1 -twx /data/joppe/projects/modem/out/synth/timing.twx /data/joppe/projects/modem/out/synth/synth.ncd
import_files -fileset constrs_1 -force -norecurse ../boards/mimas_v1/constraints.ucf
import_as_run -run impl_1 -twx ../out/synth/timing.twx ../out/synth/synth.ncd
open_run impl_1