Welcome, Guest. Please login or register.

Author Topic: FPGA Replay Board  (Read 567005 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline xyzzy

  • Jr. Member
  • **
  • Join Date: May 2009
  • Posts: 74
    • Show all replies
Re: FPGA Replay Board
« on: December 30, 2010, 06:56:55 PM »
What will be present on the upcoming daughter board?
 

Offline xyzzy

  • Jr. Member
  • **
  • Join Date: May 2009
  • Posts: 74
    • Show all replies
Re: FPGA Replay Board
« Reply #1 on: December 30, 2010, 09:28:46 PM »
From what I recall, the 1200 got replaced with a 1600... It's somewhere in the very long thread.

edit:

http://www.amiga.org/forums/showpost.php?p=557510&postcount=357
« Last Edit: December 30, 2010, 09:42:13 PM by xyzzy »
 

Offline xyzzy

  • Jr. Member
  • **
  • Join Date: May 2009
  • Posts: 74
    • Show all replies
Re: FPGA Replay Board
« Reply #2 on: January 23, 2011, 07:27:09 PM »
Quote from: DCAmiga;608472
And would it be also possible to increase the Ram to say 256 Mb or greater?


I am assuming that any extra ram will be put on to the expander card.
« Last Edit: January 23, 2011, 10:36:30 PM by xyzzy »
 

Offline xyzzy

  • Jr. Member
  • **
  • Join Date: May 2009
  • Posts: 74
    • Show all replies
Re: FPGA Replay Board
« Reply #3 on: March 26, 2011, 05:32:46 PM »
Having a physical 060 connected leaves more space in the FPGA for interesting things ;)
 

Offline xyzzy

  • Jr. Member
  • **
  • Join Date: May 2009
  • Posts: 74
    • Show all replies
Re: FPGA Replay Board
« Reply #4 on: April 29, 2011, 08:28:09 PM »
 

Offline xyzzy

  • Jr. Member
  • **
  • Join Date: May 2009
  • Posts: 74
    • Show all replies
Re: FPGA Replay Board
« Reply #5 on: May 13, 2011, 09:09:47 PM »
USB to Zorro bus adapter anyone? :D
 

Offline xyzzy

  • Jr. Member
  • **
  • Join Date: May 2009
  • Posts: 74
    • Show all replies
Re: FPGA Replay Board
« Reply #6 on: December 06, 2011, 08:47:29 PM »
Have you decided yet whether you'll be doing another run of boards?
 

Offline xyzzy

  • Jr. Member
  • **
  • Join Date: May 2009
  • Posts: 74
    • Show all replies
Re: FPGA Replay Board
« Reply #7 on: April 17, 2012, 10:53:22 PM »
Quote from: Dozer;688592
Since the daughterboard needs a cpu, I started poking around ebay for a  used 68060, but the prices are rather steep.. (~100USD). Then I found  this one
http://www.ebay.com/itm/Nortel-Meridian-NT5D03FB-CP-Rlse-02-68060E-128MB-64F-Module-/320877034462

Anyone know if that cpu actually would be usable? A bit of googling  shows that it should be a proper 68060@50MHz, and at that price I bought  one. (still one available if you feel like possibly wasting money)

http://en.wikipedia.org/wiki/Motorola_68060 shows that Nortel did use a 68060, but I'm not sure about that e at the end..



I've noticed 060's from comms equipment is nearly always the EC version. It should still work fine on the daughterboard though, although you might miss the FPU and MMU.
 

Offline xyzzy

  • Jr. Member
  • **
  • Join Date: May 2009
  • Posts: 74
    • Show all replies
Re: FPGA Replay Board
« Reply #8 on: August 31, 2012, 06:54:05 PM »
Quote from: Darth_X;706034
I would like to know how much it would cost to add an Amiga floppy drive controller to this board. Its a strange request, I know, but I'm curious. I still need to read/write Amiga floppies.


The Kryoflux USB floppy controller might be just what you're looking for, of course there's the small question of amiga drivers.

http://www.kryoflux.com/

Alternatively it may be possible to connect a floppy drive up to some spare I/O lines and run it through the FPGA.
 

Offline xyzzy

  • Jr. Member
  • **
  • Join Date: May 2009
  • Posts: 74
    • Show all replies
Re: FPGA Replay Board
« Reply #9 on: October 12, 2012, 07:46:59 PM »
A 68EC060 should work fine, shouldn't it? You might be missing the MMU and FPU but you still have the TTR registers to map out cache-inhibited regions and also FPU emulation libraries.

As far as I am aware, the resolution of the TTR registers is 16MB minimum, so the best scenario would be to map the lower 24 bits of address space, including chipram and custom chipset registers as cache-inhibited, serialised access.

Fortunately since the hardware is very flexible we can map all the other nice fast ram outside that range and mark it as fully cached and copyback enabled.
 

Offline xyzzy

  • Jr. Member
  • **
  • Join Date: May 2009
  • Posts: 74
    • Show all replies
Re: FPGA Replay Board
« Reply #10 on: January 05, 2013, 06:57:20 PM »
Software emulation - using a processor to execute software code that interprets input and provide output.

 * inherently sequential, performance depends on host architecture and o/s
 * subject to timing delays, output can lag behind input
 * cheap to install and use on existing equipment

Example: UAE on a PC running Windows.

FPGA emulation - using a multitude of look-up tables and other basic logic elements embedded in a programmable integrated circuit to implement high-level logic algorithms.

 * parallel by nature, real-time processing of input & output
 * compact, most bus connections are internal
 * recompilation needed for use on a different host platform
 * host platform can be expensive

Examples: Minimig on Replay using an Xilinx Spartan3E FPGA, Boxer.

Hardware emulation - using discrete logic or fixed function generic integrated circuits to implement high-level logic algorithms.

 * closest to original hardware
 * implementations tend to be large
 * no platform needed, bespoke hardware implementation
 * construction can be very difficult and time consuming

Examples: Amiga Lorraine, Harlequin ZX Spectrum clone.

http://www.zxdesign.info/prototypeComplete.shtml
http://tarjan.uw.hu/zx_pix/harlequin/original/harlequin.jpg

Re-implementation - using original ASICs in a new architecture.

 * requires cannibalisation of old computers for parts
 * hard to assemble, needs patience and skill
 * resulting implementation closely resembles original

Examples: Georg Braun's A1000, Phoenix A1000, Index Access & InsideOut.
 

Offline xyzzy

  • Jr. Member
  • **
  • Join Date: May 2009
  • Posts: 74
    • Show all replies
Re: FPGA Replay Board
« Reply #11 on: February 04, 2013, 08:39:29 PM »
Damn!