Skip to content

Commit

Permalink
Added folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu Yonggang committed Oct 20, 2022
1 parent 1bd22fc commit aae5510
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,17 @@ CPU的bootloader程序将存储在ROM中,也是CPU启动后运行的第一个
## PIN
1. 用于连接UART串口,从而支持串口输出/输入
2. 用于控制外接LED,进行外部LED的点亮

# Folder structure

├── generate-rtl.py
├── README.md
├── rtl
│   └── up_counter.v
├── software
├── src
│   ├── __init__.py
│   ├── init.py
│   └── isa.py
└── test
└── test_isa.py

0 comments on commit aae5510

Please sign in to comment.