Added list of comments on documentation.

Signed-off-by: Brent Nelson <nelson@ee.byu.edu>
This commit is contained in:
Brent Nelson 2021-06-23 13:53:41 -06:00
parent ddb9fe4b42
commit 49231bde93
1 changed files with 15 additions and 0 deletions

15
docFeedback.md Normal file
View File

@ -0,0 +1,15 @@
I would add the following as issues but your repo doesn't allow that:
# The Building your Designs Page
- What to do to the Makefile if using SystemVerlog or not using XDL? Need to tell how.
- Are there suggestions/restrictions on where your design files can be put? If it doesn't matter, could still say so.
- Add the programming of the board to the Makefile. I assume it would be simple 1-liner. I would add it but I have no way of testing it on my system.
# The Makefiles Page
- Still have a question on whether there are multiple Makefiles in symbiflow-examples or just one? Also, is the one you provided to the users in the prior tutorial page taken from symbiflow-examples or did you create it from scratch? If it comes from symbiflow-examples (which I assume it did) then tell where it came from so people know where to get it from if they want a copy in the future.
-