Hi, I was wondering if anyone else has had problems getting gl simulations to work properly. I've written some rtl tests that work correctly, but when I try the gl version they all fail. From looking at the simulation outputs I can see some activity on the wishbone bus, and then after ~300us everything gets an unknown value, which is before any requests get made to the user space wishbone port. Based on the address being read from it looks like the problem is either caused by reading past the end of data in the emulated flash, or due to the management core running a jump instruction. However, I tried the wb_port test from the example project without any issues, so I don't see how the problem can be with the management core. I would be grateful of any help, as I'm not really sure how to debug this further.