12-22-2016 12:31 AM
Hi,
I want to store datas into bram controlled by axi_bram_controller. Then how can I confirm a decimal data I have transferred rather than a hexadecimal data?
Regards,
Sophia
12-22-2016 01:12 AM - edited 12-22-2016 01:13 AM
Hi @sophia_123,
You can check the INIT values of the BRAM. Please go through https://www.xilinx.com/support/answers/63041.html
12-22-2016 10:59 AM
@sophia_123 bram stores only bit vectors as the basic radix in hardware is binary. You can convert it to any radix you want.
If you store an 8 bit value of 8'b00010101 in a location this can be represented as 21 in decimal or 0x15 in hex.