fun2fpga

Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

fun2fpga's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, I'm trying to run a VHDL simulation of the ZPUino v2 code I downloaded from Github. In my simulation environment, I've included the ZPUino v2 code and a model of the SDRAM. (However, I've not yet included a model of the SPI flash as I'm not sure how to load it and am uncertain if it's actually necessary.) In my simulation, I've also loaded the SDRAM at adress 0x1000 with a .hex (converted from .bin) version of my Arduino program. In simulation, I'm able to see the bootloader being accessed, but not long after it's completed the bootloader access, my simulation ends. What should I expect next in my simulation? I was expecting to see the program counter access the SDRAM at address 0x1000. Thanks for any help!