Skip to content

Commit ef5a3a3

Browse files
authored
Merge pull request #1 from mrLSD/feat/sipeed-tangnano
Feat: add Sipeed TangNano 9k board
2 parents 0e4b1d9 + 7e707c5 commit ef5a3a3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+48600
-36
lines changed

README.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,31 @@
1-
# FPGA
2-
FPGA samples. Most of them base on Verilog or SystemVerilog.
3-
Implemented for Altera Development Board with Quartus CAD.
1+
# FPGA Research & Development
42

5-
## Projects
3+
## Supported boards
4+
5+
- Altera devboard Cyclone IV E - `EP4CE10E22C8`
6+
- Sipeed TangNano 9k
7+
8+
## Sipeed TangNano 9k
9+
10+
- Usefull getting started guides:
11+
- Sipeed [website]()
12+
- [Lushat Labs articles](https://learn.lushaylabs.com/getting-setup-with-the-tang-nano-9k/#creating-a-new-project)
13+
- github examples:
14+
- https://github.com/lushaylabs/tangnano9k-series-examples
15+
- https://github.com/sipeed/TangNano-9K-example
16+
- required: [OSS Cad Suite](https://github.com/YosysHQ/oss-cad-suite-build) or just install [Gowin EDA](https://www.gowinsemi.com/en/support/download_eda/).
17+
18+
### Altera Devboard
19+
20+
- Devboard: `Cyclone IV E EP4CE10E22C8`
21+
- Quartus CAD required
22+
FPGA project mostly base on Verilog or SystemVerilog. And implemented for Altera DevelopmentBoard with Quartus CAD.
23+
24+
#### Altera based projects
25+
26+
* **VGA** - output via VGA interfact to motinors. Can draw multy line text with specific fonts.
627
* **led4_highreg** - 12 LED circle sequence
7-
* **timer** - count down timer with ability set timer time.
28+
* **timer** - onboard digital LED count down timer with ability set timer time.
829
Digital LED and Keys used for I/O.
930

1031
### LICENSE MIT
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)