Hi everyone,
My problem is that I want create a serial interface with the Zedboard (Rev C).
I tried to find a tutorial, which helps to contact.
I work with XPS and I clicked under "System Assembly View" to I/O Peripherals and selected UART0 and MIO 10,11 (Is this realy a Pin or only an address?). I saw in an other tutorial where someone add an enet0. There was the next step to switch to the tab "Ports" and select to "make Ports external" but I have there no options.
What do I wrong? What is the next step? Can I write in system.ucf easily which PMOD Pin I want? For example:
net uart0_rx_pin LOC = Y11 | IOSTANDARD = LVCMOS33; # JA1
net uart0_tx_pin LOC = AA11 | IOSTANDARD = LVCMOS33; # JA2
(Must I write something to activate VCC and GND? Probably not, isn't it?)
I think, the next step will be to generate the NetList and the Bitstream and to export the hardware design to sdk.
There I read something about by the #define of the pins. Where I find this adresses?
Thanks for help.