首次创建

This commit is contained in:
zhoujie 2025-05-23 22:37:01 +08:00
commit f2ed4220e7
3 changed files with 32 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@ -0,0 +1,32 @@
# Quartus 项目专用 .gitignore
# 最后更新2025年5月
# 编译生成文件
/par/db/
/par/incremental_db/
/par/output_files/
*.qsf.bak
*.qpf.bak
# 仿真文件
/par/simulation/
*.vcd
*.wlf
*.vwf.bak
# 临时文件
*.qws
*.jou
*.log
*.qdf
/par/autosave/
# IDE 特定文件
/.idea/
/.vscode/
# 其他生成文件
*.lck
/par/sta_work/
/quartus_sh_compile.log

BIN
doc/fpga.pdf Normal file

Binary file not shown.

BIN
doc/stm32f407.pdf Normal file

Binary file not shown.