Commit Graph
7 Commits
Author SHA1 Message Date
Jeremy Shen 35a0e478db chore: track Vitis workspace .metadata project list
Root .gitignore: remove *.metadata/ global pattern that was
preventing Vitis workspace metadata from being tracked.
Vitis .gitignore: replace blanket .metadata/ ignore with
granular rules — track project references (.projects/,
.safetable/, version.ini) while excluding machine-specific
snapshots, logs, locks, and plugin caches.

Fixes empty workspace after cloning on another machine.
2026-05-27 10:45:35 +08:00
Jeremy Shen bd80ce4611 fix(vitis): replace absolute paths with relative paths for cross-platform compatibility
- 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
2026-05-27 09:56:34 +08:00
Jeremy Shen 4d9b811648 Fallback to Vitis Classic 2026-05-26 18:32:25 +08:00
Jeremy Shen 930edf4542 Update .gitignore to include the compiled files 2026-05-26 17:43:57 +08:00
Jeremy Shen 90849addb7 chore: remove 'nul' files that break git clone on Windows
- Remove 5 reserved device name files (nul) from tracking
- Add 'nul' to .gitignore to prevent future commits of these files
- These are Xilinx Vitis BSP build artifacts, safe to regenerate
2026-05-26 17:31:54 +08:00
Jeremy Shen 3b268f6583 Migrate to Vitis2023.2 version 2026-05-26 17:02:52 +08:00
Jeremy Shen 74cd2ae192 Add Zynq project files 2026-05-25 18:12:01 +08:00