Bring the Blanton Tera Term TTL test suite under version control and document how the pieces fit together. - ARCHITECTURE.md: A/B/C script roles, host-to-DUT-to-FPGA data path, config/settings/profile data models, PCIe AER + EDAC topology table, 10 key constraints, and 6 development phases derived from the Status_20260814 spreadsheet's On-Going items - CLAUDE.md: stack, smoke-test commands, conventions, and the hardware footguns (per-unit BDF, VSPI vs VI2C timing, repeated START, STORE_USER_ALL, ARB_LOST false positives) - secret/: gitignored credential store with README + .example template, so the DUT login stops living in 1_Blanton_Script_A.ttl - .gitignore: secret/*, For_AI/, *.log, publish/, *.DSN Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014RetWKFZFG1ZHcitQAyhwM
25 lines
414 B
Plaintext
25 lines
414 B
Plaintext
# secret/ 全部忽略,但保留 README 與範本
|
|
secret/*
|
|
!secret/README.md
|
|
!secret/*.example
|
|
!secret/.gitkeep
|
|
|
|
# AI 協作素材不入 git
|
|
For_AI/
|
|
|
|
# 測試 log(含 DUT 序號 / MAC / 韌體版本,保留目錄結構即可)
|
|
*.log
|
|
!**/logs/.gitkeep
|
|
!**/Logs/.gitkeep
|
|
|
|
# 打包輸出
|
|
publish/*
|
|
!publish/.gitkeep
|
|
|
|
# Office 暫存檔
|
|
~$*
|
|
|
|
# 客戶板 schematic 原始檔(機密,勿入 repo)
|
|
*.DSN
|
|
*.dsn
|