forked from DigilentInc/vivado-library
-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ip: Pmods: PmodMTDS: Added README and revised example/driver README
- Loading branch information
Showing
2 changed files
with
59 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
PmodMTDS IP | ||
============ | ||
|
||
Using the IP in Vivado | ||
------------ | ||
A tutorial for using Pmod IP cores in Vivado is available [here](https://reference.digilentinc.com/learn/programmable-logic/tutorials/pmod-ips/start). | ||
Interrupts are not necessary for the demo programs to work. Do not rename the | ||
PmodMTDS IP in the block design in Vivado, changing the IP's name from the | ||
default (PmodMTDS_0) will cause the software drivers to fail. | ||
|
||
Demo Program in Xilinx SDK | ||
------------ | ||
For information on the demo programs for the PmodMTDS, see the README file in | ||
the directory drivers/PmodMTDS_v1_0/examples. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters