Added soclet with gpio banks to top

This commit is contained in:
2026-02-22 20:00:42 +01:00
parent a97028c2ba
commit 20cfece6e3
14 changed files with 321 additions and 172 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
cd build
. /opt/packages/xilinx/ISE/14.7/ISE_DS/settings64.sh
planAhead -mode gui -source ../scripts/planahead.tcl
. /opt/Xilinx/14.7/ISE_DS/settings64.sh
Xephyr :1 -screen 1600x900 &
DISPLAY=:1 planAhead -mode batch -source ../scripts/planahead.tcl

View File

@@ -4,4 +4,5 @@ add_files -norecurse ../out/synth/synth.ngc
import_files -force -norecurse
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
open_run impl_1
start_gui