Page 25 of 25

Re: Lets actually try Hybrid Emulation

Posted: Fri Jun 28, 2024 3:14 pm
by rhester72

It was a pipedream to start with that would produce little benefit at enormous effort required if even possible to do so in a stable fashion (which it never was).


Re: Lets actually try Hybrid Emulation

Posted: Fri Jun 28, 2024 9:56 pm
by Neocaron

Not to be rude, but terms like 'Impossible' and 'pipe dream' always age poorly in the context of the MisterFPGA project. So, I'd refrain from being categorical on this topic too. Even if it's not used here, it might be developed for another project. Nothing is useless in the end.


Re: Lets actually try Hybrid Emulation

Posted: Fri Jun 28, 2024 11:00 pm
by rhester72

I provided the very technical justifications for my position on this in this very thread years ago. They remain as true now as they were then.


Re: Lets actually try Hybrid Emulation

Posted: Wed Jul 03, 2024 2:32 pm
by lordoftime79

sorry about the necro bump but i finally managed to get this working but i was seeing really lack luster speeds - it turns out i was using the older files and the links for the later ones are all dead - now while i appreciate this is probably abandoned if anybody has the later itterations of this can you please upload them somewhere for me to use? thank you.


Re: Lets actually try Hybrid Emulation

Posted: Thu Jul 04, 2024 7:46 am
by lordoftime79

anyone? i just wanted to push this back to the top as i could use those files - i have checked wayback machine/archive.org but no luck.


Re: Lets actually try Hybrid Emulation

Posted: Sat Jul 06, 2024 11:45 pm
by lordoftime79

i have just copied the set up from my test sd card that was working fine to my up to date sd card and now i dont get the arm cpu option - can anybody help please?


Re: Lets actually try Hybrid Emulation

Posted: Mon Jul 08, 2024 1:20 pm
by foft

Been a while but pretty sure I put all the binaries and code on GitHub.

Think this repo has binaries:
https://github.com/scrameta/MiSTer_Hybrid_Support


Re: Lets actually try Hybrid Emulation

Posted: Tue Oct 08, 2024 12:28 pm
by foft

Several years later...

Came across this page talking about using the FPGA->HPS SDRAM bridge:
https://people.ece.cornell.edu/land/cou ... index.html

This performs much better but its FPGA->RAM on the HPS side, but its not a request/response to a memory mapped address from HPS.

So the idea would be:
i) Amiga chipset access memory on the HPS side using this bridge. i.e. move the memory to HPS side.
ii) Only use the slow HPS->FPGA bridge to access the hardware registers.

Edit: Oh I see I was already considering this before, but never implemented it.


Re: Lets actually try Hybrid Emulation

Posted: Tue Oct 08, 2024 4:06 pm
by LamerDeluxe
foft wrote: Tue Oct 08, 2024 12:28 pm

Several years later...

Came across this page talking about using the FPGA->HPS SDRAM bridge:
https://people.ece.cornell.edu/land/cou ... index.html

This performs much better but its FPGA->RAM on the HPS side, but its not a request/response to a memory mapped address from HPS.

So the idea would be:
i) Amiga chipset access memory on the HPS side using this bridge. i.e. move the memory to HPS side.
ii) Only use the slow HPS->FPGA bridge to access the hardware registers.

Edit: Oh I see I was already considering this before, but never implemented it.

Would this be very complicated to implement in the current core?


Re: Lets actually try Hybrid Emulation

Posted: Sat Oct 26, 2024 10:55 am
by foft
LamerDeluxe wrote: Tue Oct 08, 2024 4:06 pm

Would this be very complicated to implement in the current core?

Good question, not sure. I was hoping one of the main core developers would chime in :D

I'll probably have a look at some point. Threw my back out shortly after posting this so not done much hobby stuff lately...


Re: Lets actually try Hybrid Emulation

Posted: Sat Oct 26, 2024 2:12 pm
by Neocaron

I like to see this topic still alive! Sad to see you hurt yourself foft, get better quickly!


Re: Lets actually try Hybrid Emulation

Posted: Sat Oct 26, 2024 8:29 pm
by LamerDeluxe
foft wrote: Sat Oct 26, 2024 10:55 am
LamerDeluxe wrote: Tue Oct 08, 2024 4:06 pm

Would this be very complicated to implement in the current core?

Good question, not sure. I was hoping one of the main core developers would chime in :D

I'll probably have a look at some point. Threw my back out shortly after posting this so not done much hobby stuff lately...

Ouch, sorry to hear that, take your time, backs can be a real hassle.


Re: Lets actually try Hybrid Emulation

Posted: Sun Oct 27, 2024 12:50 pm
by FPGA64

Isnt that paper about the DE 1 and we have a DE 10 in the Mister