- Replace hardcoded /home/ly0kos/ paths in .prj, .sprj, and platform.spr with relative paths so the project can be cloned and opened on any machine - Remove RemoteSystemsTempFiles/.project from git (IDE temp file) - Add .gitignore at Vitis root to exclude .metadata/, RemoteSystemsTempFiles/, IDE.log, *.log, and .analytics/ - Update NewInstCal_bsp/.gitignore to stop ignoring /export/ (needed for xpfm) - Add .gitattributes for consistent line ending handling across platforms
20 lines
1.7 KiB
XML
20 lines
1.7 KiB
XML
<?xml version="1.0" encoding="ASCII"?>
|
|
<systemproject:SystemProject xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sdsproject="http://www.xilinx.com/sdsproject" xmlns:systemproject="http://www.xilinx.com/systemproject" name="NewInstrCalBoard_system" platform="../NewInstCal_bsp/export/NewInstCal_bsp/NewInstCal_bsp.xpfm" platformUID="xilinx:::0.0(custom)" sysConfig="NewInstCal_bsp" runtime="C/C++" rootFSLocation="" linuxImage="" sysroot="">
|
|
<configuration name="Debug" id="com.xilinx.sdx.system.managedbuilder.debugConfiguration.425767485">
|
|
<configBuildOptions xsi:type="systemproject:SystemOptions">
|
|
<applications name="NewInstrCalBoard" domainName="standalone_domain" domainPrettyName="standalone_domain" appBuildConfig="Debug"/>
|
|
<options xsi:type="sdsproject:Option" gensdcard="true" dmclkid="0"/>
|
|
</configBuildOptions>
|
|
<lastBuildOptions xsi:type="systemproject:SystemOptions">
|
|
<applications name="NewInstrCalBoard" domainName="standalone_domain" domainPrettyName="standalone_domain" appBuildConfig="Debug"/>
|
|
<options xsi:type="sdsproject:Option" gensdcard="true" dmclkid="0"/>
|
|
</lastBuildOptions>
|
|
</configuration>
|
|
<configuration name="Release" id="com.xilinx.sdx.system.managedbuilder.releaseConfiguration.1015076056">
|
|
<configBuildOptions xsi:type="systemproject:SystemOptions">
|
|
<applications name="NewInstrCalBoard" domainName="standalone_domain" domainPrettyName="standalone_domain" appBuildConfig="Release"/>
|
|
<options xsi:type="sdsproject:Option" gensdcard="true" dmclkid="0"/>
|
|
</configBuildOptions>
|
|
</configuration>
|
|
</systemproject:SystemProject>
|