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).
Lets actually try Hybrid Emulation
-
- Top Contributor
- Posts: 375
- Joined: Sun Sep 27, 2020 10:16 am
- Has thanked: 209 times
- Been thanked: 87 times
Re: Lets actually try Hybrid Emulation
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.
Remastering Classic Game Cinematics: My new Youtube fun, check it out
https://www.youtube.com/@neocaron87
-
- Top Contributor
- Posts: 1321
- Joined: Thu Jun 11, 2020 2:31 am
- Has thanked: 15 times
- Been thanked: 213 times
Re: Lets actually try Hybrid Emulation
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.
-
- Posts: 111
- Joined: Sun Feb 14, 2021 6:29 pm
- Has thanked: 1 time
- Been thanked: 5 times
Re: Lets actually try Hybrid Emulation
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.
-
- Posts: 111
- Joined: Sun Feb 14, 2021 6:29 pm
- Has thanked: 1 time
- Been thanked: 5 times
Re: Lets actually try Hybrid Emulation
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.
-
- Posts: 111
- Joined: Sun Feb 14, 2021 6:29 pm
- Has thanked: 1 time
- Been thanked: 5 times
Re: Lets actually try Hybrid Emulation
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
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
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.
- LamerDeluxe
- Top Contributor
- Posts: 1239
- Joined: Sun May 24, 2020 10:25 pm
- Has thanked: 887 times
- Been thanked: 284 times
Re: Lets actually try Hybrid Emulation
foft wrote: ↑Tue Oct 08, 2024 12:28 pmSeveral years later...
Came across this page talking about using the FPGA->HPS SDRAM bridge:
https://people.ece.cornell.edu/land/cou ... index.htmlThis 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
LamerDeluxe wrote: ↑Tue Oct 08, 2024 4:06 pmWould 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
I'll probably have a look at some point. Threw my back out shortly after posting this so not done much hobby stuff lately...
-
- Top Contributor
- Posts: 375
- Joined: Sun Sep 27, 2020 10:16 am
- Has thanked: 209 times
- Been thanked: 87 times
Re: Lets actually try Hybrid Emulation
I like to see this topic still alive! Sad to see you hurt yourself foft, get better quickly!
Remastering Classic Game Cinematics: My new Youtube fun, check it out
https://www.youtube.com/@neocaron87
- LamerDeluxe
- Top Contributor
- Posts: 1239
- Joined: Sun May 24, 2020 10:25 pm
- Has thanked: 887 times
- Been thanked: 284 times
Re: Lets actually try Hybrid Emulation
foft wrote: ↑Sat Oct 26, 2024 10:55 amLamerDeluxe wrote: ↑Tue Oct 08, 2024 4:06 pmWould 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
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.