Skip to content

Commit 4ad6042

Browse files
committed
Updated main README.MD
Added description of how to list buildable bitfile configs
1 parent 5662d0a commit 4ad6042

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.MD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ cd /work/HW/firmware-tag
3737
make TOPDIR=/work py-proto
3838
````
3939

40+
### See bitfile configs available in a project
41+
````
42+
# From the Docker Quartus build image command line, run:
43+
cd /work/HW/QuartusProjects/<project>
44+
./build.sh ?
45+
````
46+
4047
### Build the desired FPGA bit file
4148
````
4249
# From the Docker Quartus build image command line, run:

0 commit comments

Comments
 (0)