Steps to alerting c file (will show everyone tomorrow)
Note: must have the tutorial 1 complete fully in order to do this!
- Open project in Vivado launch screen and choose the file that ends with .xpr
- Once loaded open block design in vivado (drop down should appear with file)
- Then open implemented design
- Export to SDK like usual (make sure to launch SDK)
- When in SDK hit File>new application>name the file whatever you'd like>hit next>empty world > finish.
- Then click LED_test > src > right click (import) > browse > recently used > zynq_sources > first_zynq_design > OK
- Double click on the file (LED_test_tut_1C.c) to open it and manipulate it.
- After you manipulate it save the file as something else making sure you add the ".c" at the end.
- You will notice that the file will have a red x on it this is because you cannot have two file sources so you will need to delete the original one (LED_test_tut_1C.c).
- From there you program the FPGA like normal then run the hardware.
I will show everyone tomorrow
No comments:
Post a Comment