05-07-2019, 12:32 PM
(05-07-2019, 10:08 AM)kgf Wrote: Hello,Hello kgf,
I am not sure I understand. Just generate a ROM that is large enough for the Boot code.. Why does it have to be 512 Bytes?
The size of the boot rom is 512B in the memory map (figure2.1) in the datasheet, and its address is 0x0008 0000-0x0008 0200, so I want to generate a ROM with a size of 512B. I generated the ROM according to boot_code.sv, but the size of the data in boot_code.sv is 548×32, which is my doubt. Is my understanding correct? Should I generate ROM based on boot_code.sv?