Typo, meant 1 byte per pixel.. I corrected it.
we would have from 8mhz to 16mhz to 32mhz, to 48mhz.. so 6x more bandwidth easily. Design aim is 50mhz. But thats mostly CPU limit.. FPGA MMU to FPGA shifter may even get 100mhz speeds.. So 12x rate could be possible if all logic is fast enough (probably not).
Though if shifter had own video ram, we could for example load a static background image, and move a sprite around all internally in shifter. background would be direct copy by shifter from video ram to RGB output.. sprites could be done the same way.. just need more video ram. This way , at least that simple example, wouldn't need to update the whole frame from ST-RAM each time. So leaves more time for CPU, DMA etc.
You will not be able to post if you are still using Microsoft email addresses such as Hotmail etc
See here for more information viewtopic.php?f=20&t=7296
See here for more information viewtopic.php?f=20&t=7296
BOOKMARK THIS PAGE !
https://www.exxosforum.co.uk:8085/IP_CHECK/
You can unban yourself if needed. It also sends me reports to investigate the ban.
https://www.exxosforum.co.uk:8085/IP_CHECK/
You can unban yourself if needed. It also sends me reports to investigate the ban.
DO NOT USE MOBILE / CGNAT DEVICES WHERE THE IP CHANGES CONSTANTLY!
At this time, it is unfortunately not possible to whitelist users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
At this time, it is unfortunately not possible to whitelist users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
SUGGESTIONS
-
exxos
- Site Admin

- Posts: 27948
- Joined: 16 Aug 2017 23:19
- Location: UK
-
Smonson
- Posts: 717
- Joined: 28 Oct 2017 10:21
- Location: Canberra, Australia
Re: SUGGESTIONS
I feel like this would be going a bit too far outside the ST's design for my comfort, into Sega Megadrive territory.exxos wrote: 20 Aug 2018 17:02 Though if shifter had own video ram, we could for example load a static background image, and move a sprite around all internally in shifter.
I can only speak for the existing FPGA shifter - it doesn't have enough RAM to do it anyway (less than 15KB), and not enough pins to add an external ram bus. Enough for bigger palettes and increased colour depth, though.
-
exxos
- Site Admin

- Posts: 27948
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: SUGGESTIONS
With a FPGA MMU, like 10ns, maybe 10ns SRAM.. data loading to the shifter will be extremely fast. Of course if we run everything at normal 8MHz then nothing should break. It could be possible to switch between 8MHz and 50MHz so anything which needs timing dependent stuff can run as normal, but loading to shifter can be done at 50MHz.. not sure if it be useful or not, but the key of faster MMU opens the doors to almost anything.
As mentioned before, blitter can run 50MHz or even higher speeds, once I get to test the suska blitter, we could even add more features in there if needs be.
As mentioned before, blitter can run 50MHz or even higher speeds, once I get to test the suska blitter, we could even add more features in there if needs be.
-
exxos
- Site Admin

- Posts: 27948
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: SUGGESTIONS
As another thought.. the MMU itself could have some new functions built in.. for example a new register to quickly clear a block of ram... Once the CPU loaded start and end address, internal counters can clear the RAM contents very quickly internally. Had the thought while talks in other threads talking about fast clear of backgrounds for drawing next screen..
Blitter can likely do fast work with screen clear also as has direct access to RAM, but still takes some time to complete. Not sure how many cycles it would take to clear full screen area ? In anycase, internal MMU counters could do block clear faster and no need to use CPU or blitter for main work (only for address setup).
Blitter can likely do fast work with screen clear also as has direct access to RAM, but still takes some time to complete. Not sure how many cycles it would take to clear full screen area ? In anycase, internal MMU counters could do block clear faster and no need to use CPU or blitter for main work (only for address setup).
-
stephen_usher
- Site sponsor

- Posts: 7228
- Joined: 13 Nov 2017 19:19
- Location: Oxford, UK.
Re: SUGGESTIONS
I was just wondering, given a lot of the slow-down for the ST is due to sharing the memory between the CPU and video sub-system, would a redesign using dual ported RAM for the screen memory be a good idea?
Of course, for full compatibility the wait states would have to be emulated but in other modes it would allow the CPU far more cycles.
Of course, for full compatibility the wait states would have to be emulated but in other modes it would allow the CPU far more cycles.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
-
exxos
- Site Admin

- Posts: 27948
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: SUGGESTIONS
I already talked about adding ram to shifter a few posts up..stephen_usher wrote: 21 Aug 2018 18:47 I was just wondering, given a lot of the slow-down for the ST is due to sharing the memory between the CPU and video sub-system, would a redesign using dual ported RAM for the screen memory be a good idea?
-
stephen_usher
- Site sponsor

- Posts: 7228
- Joined: 13 Nov 2017 19:19
- Location: Oxford, UK.
Re: SUGGESTIONS
But surely that different to having dual ported main memory?exxos wrote: 21 Aug 2018 18:56I already talked about adding ram to shifter a few posts up..stephen_usher wrote: 21 Aug 2018 18:47 I was just wondering, given a lot of the slow-down for the ST is due to sharing the memory between the CPU and video sub-system, would a redesign using dual ported RAM for the screen memory be a good idea?
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
-
exxos
- Site Admin

- Posts: 27948
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: SUGGESTIONS
What options are there for dual port 16MB SRAM controlled by a PLD ?
-
stephen_usher
- Site sponsor

- Posts: 7228
- Joined: 13 Nov 2017 19:19
- Location: Oxford, UK.
Re: SUGGESTIONS
I must admit that I don't know anything about the interfacability other than people on other projects mentioning it. If it's not possible then it's not possible. It was merely a thought as this is a suggestions thread.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
-
exxos
- Site Admin

- Posts: 27948
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: SUGGESTIONS
Its a good thought, but I dont think its really possible. SRAM only has 1 IO channel, and that's what the new MMU core uses.. It would probably need a lot of work to get running and I can't redo the entire MMU in FPGA, only re-use suska code and add simple bits to it.. I will think about it though.. but even RAM "multiplexed" between CPU ^ SHIFTER, at 50MHz its going to rocket along anyway.stephen_usher wrote: 21 Aug 2018 20:55 I must admit that I don't know anything about the interfacability other than people on other projects mentioning it. If it's not possible then it's not possible. It was merely a thought as this is a suggestions thread.
Who is online
Users browsing this forum: CCBot and 2 guests