Skip to content

Commit 91f1784

Browse files
committed
Tidy up Makefiles and expand README
1 parent 7cd5b90 commit 91f1784

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
# FPGA projects
22

3-
This repo houses a collection of projects that use the iCEBreaker FPGA and the open source suite of tools for simulation, synthesis and place-and-route.
3+
This repo houses a collection of projects on FPGA boards that I've used. These are:
4+
5+
* the iCEBreaker FPGA
6+
* the TangNano 9kandand
7+
* the Xilinx Zynq-7000
8+
9+
Most projects use the open source suite of tools for simulation, synthesis and place-and-route.
10+
11+
## Development
12+
13+
1. Source the OSS CAD suite environment:
14+
```bash
15+
source $CAD_SUITE_DIR/oss-cad-suite/environment
16+
```
17+

Makefile flows/icebreaker/Makefile

File renamed without changes.

0 commit comments

Comments
 (0)