File tree Expand file tree Collapse file tree 5 files changed +1068
-4
lines changed
Expand file tree Collapse file tree 5 files changed +1068
-4
lines changed Original file line number Diff line number Diff line change 272712 . ** [ 工具对比和选择指南] ( tutorials/vibe-coding/tools-comparison.md ) ** - 全面对比主流 AI 编程工具
282813 . ** [ VS Code AI 集成指南] ( tutorials/vibe-coding/vscode-integration.md ) ** - 在 VS Code 中使用 AI 工具
292914 . ** [ 其他 AI 编程工具] ( tutorials/vibe-coding/other-tools.md ) ** - GitHub Copilot、Tabnine、Codeium 等
30+ 15 . ** [ 芯片设计中的应用] ( tutorials/vibe-coding/hardware-design.md ) ** - Verilog 和 ASIC 设计的实用技巧
3031
3132## 📚 目录结构
3233
@@ -41,7 +42,8 @@ vibe_coding/
4142│ │ ├── troubleshooting.md # 故障排除指南
4243│ │ ├── tools-comparison.md # 工具对比和选择指南
4344│ │ ├── vscode-integration.md # VS Code AI 集成指南
44- │ │ └── other-tools.md # 其他 AI 编程工具
45+ │ │ ├── other-tools.md # 其他 AI 编程工具
46+ │ │ └── hardware-design.md # 芯片设计中的应用
4547│ ├── cursor/ # Cursor 相关教程
4648│ │ ├── quick-reference.md # 快速参考手册
4749│ │ └── advanced-features.md # 高级功能指南
@@ -124,6 +126,13 @@ vibe_coding/
124126 - Tabnine 使用指南
125127 - Codeium 完全指南
126128 - Bito AI 使用指南
129+
130+ - ** [ 芯片设计中的应用] ( tutorials/vibe-coding/hardware-design.md ) ** - 专为芯片工程师打造
131+ - Verilog 代码生成技巧
132+ - 测试平台生成
133+ - 代码审查和优化
134+ - 实际应用案例
135+ - 工具推荐和配置
127136 - 其他工具简介
128137
129138### 🛠️ Cursor 教程
Original file line number Diff line number Diff line change 5858 - Codeium 完全指南
5959 - Bito AI 使用指南
6060
61+ - ** [ 芯片设计中的应用] ( vibe-coding/hardware-design.md ) ** ⭐ 芯片工程师专用
62+ - Verilog 代码生成技巧
63+ - 测试平台生成
64+ - 代码审查和优化
65+ - 实际应用案例
66+ - 工具推荐和配置
67+
6168### 🛠️ Cursor 教程
6269
6370#### 基础参考
1131202 . 学习 [ 工具对比和选择指南] ( vibe-coding/tools-comparison.md )
1141213 . 学习 [ VS Code AI 集成指南] ( vibe-coding/vscode-integration.md )
1151224 . 探索 [ 其他 AI 编程工具] ( vibe-coding/other-tools.md )
116- 5 . 独立完成多个项目
117- 6 . 深入研究 [ 故障排除指南] ( vibe-coding/troubleshooting.md )
118- 7 . 分享经验和贡献
123+ 5 . 如果是芯片工程师,学习 [ 芯片设计中的应用] ( vibe-coding/hardware-design.md )
124+ 6 . 独立完成多个项目
125+ 7 . 深入研究 [ 故障排除指南] ( vibe-coding/troubleshooting.md )
126+ 8 . 分享经验和贡献
119127
120128## 📖 教程特点
121129
Original file line number Diff line number Diff line change @@ -1842,6 +1842,7 @@ Vibe Coding 和 AI 编码助手正在快速发展:
18421842- 学习 [ 实战项目案例] ( ./case-studies.md )
18431843- 阅读 [ 故障排除指南] ( ./troubleshooting.md )
18441844- 探索 [ Cursor 高级功能] ( ../cursor/advanced-features.md )
1845+ - 如果是芯片工程师,查看 [ 芯片设计中的应用] ( ./hardware-design.md )
18451846
18461847---
18471848
Original file line number Diff line number Diff line change @@ -569,6 +569,7 @@ DELETE /api/articles/:id # 删除文章(需要认证)
569569- 查看 [ 高级指南] ( ./advanced-guide.md ) 学习更多技巧
570570- 学习 [ Prompt 工程] ( ./prompt-engineering.md ) 提高效率
571571- 阅读 [ 故障排除] ( ./troubleshooting.md ) 解决常见问题
572+ - 如果是芯片工程师,查看 [ 芯片设计中的应用] ( ./hardware-design.md )
572573
573574---
574575
You can’t perform that action at this time.
0 commit comments