Hello,
I am working on the ZedBoard and my task is to read and send the timestamps by using the sys_clk along the input data to IO peripheral. Whenever the input signal toggles, I have to read the Timestamp at that particular event and send it synchronously with the data.
I am successful to create and store it as a string (time variable) but i am unable to send it with the data using AXI4 stream interface. The AXI4 stream interface (TUSER pin) is "std_logic_vector" and the timestamp which i declared is string variable. So please help me how to convert the string to std_logic_vector or how to send it through the AXI4 stream interface to IO peripheral.
Thanking you in advance,
Chandu