I am trying to use AXI Uartlite IP to send some data to COM port of Nexys video board. I went through PG142 and PG155 product guides and figured out the way to initialize different ports of the IP.
When I simulate, the TX port output of AXI Uartlite just remains ‘X’ state instead toggling as per S_AXI_wdata. I have simulated upto 4 seconds and ll the values are initialized from the beginning of simulation.
Am I missing any configuration setting? or anything needs to be carried out to get teh data at TX port ?
Question
subasheee
Hi,
I am trying to use AXI Uartlite IP to send some data to COM port of Nexys video board. I went through PG142 and PG155 product guides and figured out the way to initialize different ports of the IP.
The AXI Uartlite is configured as follows.
CLK 1MHz, baud rate 9600, data bits 8
S_AXI_wvalid <= '1';
S_AXI_wstrb <= '1';
S_AXI_awvalid <= '1';
S_AXI_aresetn <= '1';
S_AXI_awaddr <= "0100";
S_AXI_wdata <= "00000000000000000000000001010011";
When I simulate, the TX port output of AXI Uartlite just remains ‘X’ state instead toggling as per S_AXI_wdata. I have simulated upto 4 seconds and ll the values are initialized from the beginning of simulation.
Am I missing any configuration setting? or anything needs to be carried out to get teh data at TX port ?
Help is much appreciated.
Regards,
Subash
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.