English Amiga Board


Go Back   English Amiga Board > Main > Amiga scene

 
 
Thread Tools
Old 25 April 2015, 18:49   #61
JimDrew
Registered User
 
Join Date: Dec 2013
Location: Lake Havasu City, AZ
Posts: 741
Quote:
Originally Posted by lurch View Post
Anyway, just need to know when the Reply and the 060 board is out in the wild. Thinking strongly about buying both.

Is what yaqube was saying in another thread on here still the case?

"The Replay board is able to host Minimig AGA core (which can be switched into OCS/ECS compatibility modes) and allows all AGA stuff to work. This core comes with a lot of additional goodies: 8MB of FAST RAM, 1.5MB of SLOW RAM, 48MB of extra CHIP RAM, support for 2MB ROMs, 24-bit AHI sound, Picasso96 compatible RTG board capable of 1920x1080 resolution and full colour display (although not at the same time).

The Replay board can be easily expanded with different sorts of daughterboards. For example the one which I have made has a real 68060 CPU running at 106MHz, 128MB of local SDRAM, High Speed USB host controller, Fast Ethernet controller, RTC, micro SD card socket, TOSLINK optical audio output."
Yes, that is still accurate today. Add to that list support for .scp flux images (and the fact that we could now add a real floppy drive and boot anything an Amiga could through a simple drive port interface). I am currently running my Amiga Workbench in AGA mode with 57MB of fast RAM, 2MB chip RAM. I assembled the driver for the RTG support, and now Mike has to add the video modes in the video layer, and then the RTG should work just fine.
JimDrew is offline  
Old 26 April 2015, 08:53   #62
Sandro
Banned
 
Join Date: Feb 2013
Location: spain
Posts: 897
Quote:
Originally Posted by JimDrew View Post
That's not the case. First of all the benchmarks shown are slower than a 33MHz 040. Perhaps you are not familiar with FUSION. It is far more stable, more compatible, and hands down faster, than Shapeshifter.



the best way to know how fast is the 060 in mac emulators is disabling superscalar cache and make a sysinfo test

ex:

68060 /50 mhz all caches enabled = 38mips

68060 superscalar cache disabled = ??


to compare:

68040 /40mhz : 30 mips

68040/33 mhz : 25 mips

68040/25 mhz : 18 mips
Sandro is offline  
Old 26 April 2015, 15:08   #63
Megol
Registered User
 
Megol's Avatar
 
Join Date: May 2014
Location: inside the emulator
Posts: 377
Quote:
Originally Posted by JimDrew View Post
If you have a base clock of 50MHz and change that base clock to 250MHz, you would see a 5x speed increase, no? Faster part = faster speed.
Let's assume the shifter in a one stage implementation requires 8ns worst case, then the maximum clock rate is 125MHz.
But one can split the shifter into a two pipeline stage design and then one could perhaps have a 4ns latency per stage enabling 250MHz.
One can't separate the latency of operations and the clock rate - they are expressions of the same thing: frequency=1/latency, latency=1/frequency
Megol is offline  
Old 26 April 2015, 20:55   #64
matthey
Banned
 
Join Date: Jan 2010
Location: Kansas
Posts: 1,284
Quote:
Originally Posted by Sandro View Post
the best way to know how fast is the 060 in mac emulators is disabling superscalar cache and make a sysinfo test

ex:

68060 /50 mhz all caches enabled = 38mips

68060 superscalar cache disabled = ??
It's not quite so simple as the 68060 branch cache may need to be disabled also (according to Jim). I would expect the 68060 to be severely handicapped with both superscalar and the branch cache disabled, perhaps even to the point of the 68040 outperforming at the same clock speed. In this configuration,

68060 has better instruction timings
68060 has twice the I and D caches
68040 has better branch performance
68040 has bigger instruction fetch (and in some cases better cache performance)

If we look at the results from the 68060 daughter board video I linked above, the CPU (integer) performance in the MacOS benchmark is close between the 68040 and 68060 on a per clock basis. The Mac 840AV with 68040@40MHz has a CPU rating of 158 which should be about 198 with a 68040@50MHz. A little less than half the 460 CPU score for the 68060 would outperform the 68040 by a relatively small amount. The better CPU score by the 68060 could be because of faster memory and cache performance of the overclocked 68060 and improved memory performance of the 68060 daughterboard. The 68060 does clearly win in performance vs the 68040 by out clocking the 68040. The FPU performance of the 68060 is substantially better than the 68040. It looks to me like it is at least 75% better at the same clock speed. I don't believe turning superscalar off (I believe FPU instructions still execute in parallel as with the 68040) or the branch cache off (I don't believe the FBcc instruction uses the branch cache) affects the FPU performance. Even a 68060@50MHz looks to me like a nice performance gain over a 68040@40MHz for MacOS emulation. Most 68060 processors will allow 60-65MHz for a substantial performance gain over a 68040@40MHz. The few blessed Amiga users with rev 6 68060 will have more than twice the performance of a 68040@40MHz for MacOS emulation.
matthey is offline  
Old 26 April 2015, 21:57   #65
JimDrew
Registered User
 
Join Date: Dec 2013
Location: Lake Havasu City, AZ
Posts: 741
That's not the case though. We had the various 060 boards for the Amiga. My PP040-33 smoked all of them in Speedometer testing. It is also faster than the 840AV's benchmarks, even though it is a slower speed CPU. Norton's test is not very thorough, and certainly does not represent all of the various math tests that typical benchmark programs should perform. Snooper, Speedometer, and several others were commonly used for comparison (never Nortons), but Speedometer 4.0 was the defacto standard for benchmark testing.

The Mac OS does cache clearing everywhere, especially in system traps, and clearing caches on an 060 takes far longer than an 040 so there is a big speed penalty from that. I got tired of typing CacheClearU().

I am still very convinced that a good FPGA 040 core is the way to go for compatibility and speed. I created a complete 68040 emulation (CPU, FPU, MMU) for FUSION-PC, my PC version of FUSION. So, I have all of the simulated microcode necessary for a conversion to FPGA. The FPU would have to be created from scratch as I used the x86's FPU in FUSION-PC, but the MMU was part of the software CPU core. I know microcode well, PALs, GALS, PEELs, etc. but unfortunately, I don't know VHDL or Verilog well enough currently to tackle such a project. I am going to take some time to learn the ins and outs completely and see if I can do a full conversion.

Last edited by JimDrew; 26 April 2015 at 22:10.
JimDrew is offline  
Old 26 April 2015, 22:07   #66
JimDrew
Registered User
 
Join Date: Dec 2013
Location: Lake Havasu City, AZ
Posts: 741
Quote:
Originally Posted by Megol View Post
Let's assume the shifter in a one stage implementation requires 8ns worst case, then the maximum clock rate is 125MHz.
But one can split the shifter into a two pipeline stage design and then one could perhaps have a 4ns latency per stage enabling 250MHz.
One can't separate the latency of operations and the clock rate - they are expressions of the same thing: frequency=1/latency, latency=1/frequency
I am talking about clocking the entire FPGA itself at a higher clock rate, using a newer part that can be clocked at a higher rate.
JimDrew is offline  
Old 04 May 2015, 07:34   #67
Sandro
Banned
 
Join Date: Feb 2013
Location: spain
Posts: 897
Quote:
Originally Posted by matthey View Post
It's not quite so simple as the 68060 branch cache may need to be disabled also (according to Jim). I would expect the 68060 to be severely handicapped with both superscalar and the branch cache disabled, perhaps even to the point of the 68040 outperforming at the same clock speed. In this configuration,

68060 has better instruction timings
68060 has twice the I and D caches
68040 has better branch performance
68040 has bigger instruction fetch (and in some cases better cache performance)

If we look at the results from the 68060 daughter board video I linked above, the CPU (integer) performance in the MacOS benchmark is close between the 68040 and 68060 on a per clock basis. The Mac 840AV with 68040@40MHz has a CPU rating of 158 which should be about 198 with a 68040@50MHz. A little less than half the 460 CPU score for the 68060 would outperform the 68040 by a relatively small amount. The better CPU score by the 68060 could be because of faster memory and cache performance of the overclocked 68060 and improved memory performance of the 68060 daughterboard. The 68060 does clearly win in performance vs the 68040 by out clocking the 68040. The FPU performance of the 68060 is substantially better than the 68040. It looks to me like it is at least 75% better at the same clock speed. I don't believe turning superscalar off (I believe FPU instructions still execute in parallel as with the 68040) or the branch cache off (I don't believe the FBcc instruction uses the branch cache) affects the FPU performance. Even a 68060@50MHz looks to me like a nice performance gain over a 68040@40MHz for MacOS emulation. Most 68060 processors will allow 60-65MHz for a substantial performance gain over a 68040@40MHz. The few blessed Amiga users with rev 6 68060 will have more than twice the performance of a 68040@40MHz for MacOS emulation.
nope master, the 68060 is not a core i7
the 68040/40mhz is faster than a 68060/50mhz in mac emulation, maybe is faster than a 68060/66mhz (integer performance)

but the FPU of the 68060 is about 2.5x of the one in the 68040, mac fpu programs will run faster in the 608060, ie duken nukem 3d ( requires fpu)

Last edited by Sandro; 04 May 2015 at 07:39.
Sandro is offline  
Old 04 May 2015, 07:38   #68
Sandro
Banned
 
Join Date: Feb 2013
Location: spain
Posts: 897
Quote:
Originally Posted by JimDrew View Post

I am still very convinced that a good FPGA 040 core is the way to go for compatibility and speed.
the best for compatibility is a FPGA 68020+fpu core

of course your idea of the FPGA 040 is not bad, is better than the 68060 idea, which sucks because the 060 is incompatible with tons of programs
Sandro is offline  
Old 07 May 2015, 06:51   #69
ransom1122
Registered User
 
ransom1122's Avatar
 
Join Date: Aug 2011
Location: Omnicorp
Age: 45
Posts: 5,812
I just read about MIST FPGA and would like to know more about AGA compatibility. Ive seen the Lion King aga YouTube clip. Has there been any more progress on the aga core? How many aga games have been tested and what results are they?

At $199 euro I'd like it to work 100% if I was to buy it.

Away from db9 joysticks does any usb joystick work on them? Can we use ps3/360 controllers on it wirelessly?
ransom1122 is offline  
Old 07 May 2015, 07:55   #70
britelite
Registered User
 
Join Date: Feb 2010
Location: Espoo / Finland
Posts: 818
Quote:
Originally Posted by ransom1122 View Post
I just read about MIST FPGA and would like to know more about AGA compatibility. Ive seen the Lion King aga YouTube clip. Has there been any more progress on the aga core? How many aga games have been tested and what results are they?
The AGA core is still far from perfect, so if that's the only reason to buy the MiST, I'd suggest you wait and see how it matures.

Quote:
Away from db9 joysticks does any usb joystick work on them?
Haven't tried, but at least USB mice work on the Minimig core.

Quote:
Can we use ps3/360 controllers on it wirelessly?
Not out of the box, maybe if you have a usb-receiver?
britelite is offline  
Old 08 May 2015, 02:30   #71
ransom1122
Registered User
 
ransom1122's Avatar
 
Join Date: Aug 2011
Location: Omnicorp
Age: 45
Posts: 5,812
It would be the reason to buy it as you can get a minimig for ocs/ecs games already.

I would love if someone would showcase more games. Like top 20 AGA games with it on youtube.

I've seen Breathless running on it. Yes it does slow down a little on fullscreen shrinking the screen size Speeds it up. Also seen body blows galactic aga shown on youtube.

Just need to see more please anyone already with one of these gadgets.
ransom1122 is offline  
Old 08 May 2015, 07:13   #72
britelite
Registered User
 
Join Date: Feb 2010
Location: Espoo / Finland
Posts: 818
Quote:
Originally Posted by ransom1122 View Post
It would be the reason to buy it as you can get a minimig for ocs/ecs games already.
The MiST is already running the Minimig core (both regular and AGA cores). So, no need to get another device for OCS/ECS stuff.
britelite is offline  
Old 08 May 2015, 07:20   #73
ransom1122
Registered User
 
ransom1122's Avatar
 
Join Date: Aug 2011
Location: Omnicorp
Age: 45
Posts: 5,812
Quote:
Originally Posted by britelite View Post
The MiST is already running the Minimig core (both regular and AGA cores). So, no need to get another device for OCS/ECS stuff.
Does the speed differ between the mist and fgpa arcade when running either cores?
ransom1122 is offline  
Old 08 May 2015, 07:24   #74
britelite
Registered User
 
Join Date: Feb 2010
Location: Espoo / Finland
Posts: 818
Quote:
Originally Posted by ransom1122 View Post
Does the speed differ between the mist and fgpa arcade when running either cores?
I haven't tried the FPGA Arcade, so I can't really say. But considering the FPGA Arcade IIRC supports cpu-cards, it can probably achieve higher speeds when emulating AGA machines. When emulating an OCS-machine, I at least prefer it to be represent the A500 speed as close as possible
britelite is offline  
Old 08 May 2015, 07:50   #75
ransom1122
Registered User
 
ransom1122's Avatar
 
Join Date: Aug 2011
Location: Omnicorp
Age: 45
Posts: 5,812
The mist is not upgradable and the fgpa arcade is? Therefore tout can achieve higher cpu settings? Is that correct?
ransom1122 is offline  
Old 08 May 2015, 08:05   #76
britelite
Registered User
 
Join Date: Feb 2010
Location: Espoo / Finland
Posts: 818
Quote:
Originally Posted by ransom1122 View Post
The mist is not upgradable and the fgpa arcade is?
Yes, the MiST is just an FPGA-board, and as far as I know the FPGA arcade can be expanded.
britelite is offline  
Old 08 May 2015, 09:01   #77
Locutus
Registered User
 
Join Date: Jul 2014
Location: Finland
Posts: 1,175
Beware though that the 060 card for it is still semi-mythical, it has been demo'd but you cant buy it yet.

And we all know about aftermarket Amiga boards with expansion headers, they all seem to have a expansion planned for them never released :>

So, its the waiting game as usual (-:
Locutus is offline  
Old 08 May 2015, 09:15   #78
ransom1122
Registered User
 
ransom1122's Avatar
 
Join Date: Aug 2011
Location: Omnicorp
Age: 45
Posts: 5,812
Would be nice to be seen more AGA games shown on youtube beside the odd 3 or 4 games with the AGA core on either minimig and arcade FPGA
ransom1122 is offline  
Old 08 May 2015, 16:50   #79
jezry
Registered User
 
Join Date: Dec 2013
Location: Sweden
Posts: 53
I bought the Mist and its a nice little machine. Still would lile to get the fpga arcade when it becomes available perhaps people will experiment with other cpu cards for it also.
jezry is offline  
Old 08 May 2015, 23:13   #80
ransom1122
Registered User
 
ransom1122's Avatar
 
Join Date: Aug 2011
Location: Omnicorp
Age: 45
Posts: 5,812
Quote:
Originally Posted by jezry View Post
I bought the Mist and its a nice little machine. Still would lile to get the fpga arcade when it becomes available perhaps people will experiment with other cpu cards for it also.
You can buy the arcade by emailing the guyswho created it. But first I need more results shown before I purchase.

Email here
laurent@amedia-computer.com

They will send information on it first


North American members email here

sales@cbmstuff.com.
ransom1122 is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Minimig 060 AGA core on FPGA-Arcade Amiga1992 Retrogaming General Discussion 47 01 January 2016 01:25
fpga for ecs -> aga turrican3 support.Hardware 17 14 August 2013 00:09
Which FPGA Implementation of Amiga are you looking forward too? digiflip Amiga scene 44 05 June 2011 23:22
Which FPGA Implementation of Amiga do you think has the best chance? digiflip Amiga scene 4 29 May 2011 08:31
Best Amiga E implementation Madcrow Coders. General 1 25 June 2008 00:54

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:38.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.23875 seconds with 16 queries