Skip to content

Commit

Permalink
io.tcl -> io.xdc
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed May 20, 2024
1 parent 2275064 commit c5b7a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hardware/peripheral.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Pmod(Peripheral Module Interface)是 Digilent 提出的,适用于各类开

![](pmod_io.png)

在项目模板的 `io.tcl` 中定义了各个 Pmod 接口的引脚约束,其中 `pmod_io[0]``pmod_io[3]` 对应 Pmod 接口的 1-4 引脚,`pmod_io[4]``pmod_io[7]` 对应 Pmod 接口的 7-10 引脚,如上图。板子上的引脚旁标记了引脚编号,上面一排是 1-6,下面一排是 7-12。
在项目模板的 `io.xdc` 中定义了各个 Pmod 接口的引脚约束,其中 `pmod_io[0]``pmod_io[3]` 对应 Pmod 接口的 1-4 引脚,`pmod_io[4]``pmod_io[7]` 对应 Pmod 接口的 7-10 引脚,如上图。板子上的引脚旁标记了引脚编号,上面一排是 1-6,下面一排是 7-12。

### UART 协议

Expand Down

0 comments on commit c5b7a24

Please sign in to comment.