Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST

Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | using an FPGA to emulate a vintage computer

There are 235 messages in this thread.

You are currently looking at messages 0 to 10.

using an FPGA to emulate a vintage computer - Eric Chomko - 2010-02-05 13:19:00

Has anyone created a copy machine of an old
system using an FPGA? I
was wondering if it would be possible to take an entire SWTPC 6800 and
compile the schematics and have it run on an FPGA board.? Wouldn't
even have to be the latest Xylinx product, I suspect.



Re: using an FPGA to emulate a vintage computer - (see below) - 2010-02-05 13:51:00

On 05/02/2010 18:19, in article
b...@o8g2000vbm.googlegroups.com, "Eric
Chomko" <p...@comcast.net> wrote:

> Has anyone created a copy machine of an old system using an FPGA? I
> was wondering if it would be possible to take an entire SWTPC 6800 and
> compile the schematics and have it run on an FPGA board.? Wouldn't
> even have to be the latest Xylinx product, I suspect.

I think such a project would valuable, and perhaps even more valuable if it
aimed to recreate a machine of the "heroic" era -- a 7094, an Atlas, or a
KDF9, say. Perhaps even a Stretch.

KDF9 had about 20K transistors, a few K logic transformers, and a comparable
number of diodes; less than 50K devices in total. I imagine this would be
easily accommodated on a modern FPGA. The big question would be whether to
go for functional equivalence, or whether to try to replicate the original
internal structures.

Documentation would be the main challenge for the latter.

-- 
Bill Findlay
<surname><forename> chez blueyonder.co.uk


______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: using an FPGA to emulate a vintage computer - Michael Schwingen - 2010-02-05 14:13:00

["Followup-To:" set to
comp.arch.fpga.]
Eric Chomko <p...@comcast.net> wrote:
> Has anyone created a copy machine of an old system using an FPGA? I
> was wondering if it would be possible to take an entire SWTPC 6800 and
> compile the schematics and have it run on an FPGA board.? Wouldn't
> even have to be the latest Xylinx product, I suspect.

There are several such projects, eg. this Atari ST clone:
http://www.experiment-s.de/en/

so most systems from the 8-bit era should be no problem at all.

cu
Michael


Re: using an FPGA to emulate a vintage computer - james - 2010-02-05 15:10:00

On Fri, 5 Feb 2010 10:19:25 -0800 (PST), Eric
Chomko
<p...@comcast.net> wrote:

|Has anyone created a copy machine of an old system using an FPGA? I
|was wondering if it would be possible to take an entire SWTPC 6800 and
|compile the schematics and have it run on an FPGA board.? Wouldn't
|even have to be the latest Xylinx product, I suspect.


John Kent has done a lot of work using Xilinx chips and synthesizing a
6809 version of the SWTPC onto a chip. 

See his webpage here

http://members.optusnet.com.au/jekent/system09/

There is also a yahoo group that is centered around the Tandy CoCO3 on
a Digilent Spartan 3 starter board with the XC3S1000 chip option. The
yahoo group is known as CoCo3fpga I think. 

james

Re: using an FPGA to emulate a vintage computer - glen herrmannsfeldt - 2010-02-05 16:57:00

In comp.arch.fpga Eric Chomko
<p...@comcast.net> wrote:
> Has anyone created a copy machine of an old system using an FPGA? I
> was wondering if it would be possible to take an entire SWTPC 6800 and
> compile the schematics and have it run on an FPGA board.? Wouldn't
> even have to be the latest Xylinx product, I suspect.

I haven't done it yet, but I am interested.  I have a Digilent
Spartan3E board for that purpose.  I think it is big enough for
the whole system for many of those machines.

-- glen
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: using an FPGA to emulate a vintage computer - Mike Treseler - 2010-02-05 19:33:00

Eric Chomko wrote:
> Has anyone created a copy machine of an old system using an FPGA? I
> was wondering if it would be possible to take an entire SWTPC 6800 and
> compile the schematics and have it run on an FPGA board.? Wouldn't
> even have to be the latest Xylinx product, I suspect.

No fpga, but same idea:
http://www.grc.com/pdp-8/pdp-8.htm


       -- Mike Treseler
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: using an FPGA to emulate a vintage computer - Chris Burrows - 2010-02-05 19:47:00

"Eric Chomko"
<p...@comcast.net> wrote in message 
news:b...@o8g2000vbm.googlegroups.com...
> Has anyone created a copy machine of an old system using an FPGA?

There have recently been some discussions along these lines in the 
comp.lang.modula2 newsgroup regarding different ways of re-implementing a 
Lilith.

Also MiniMig is an Amiga 500 re-implemented using an FPGA.

http://en.wikipedia.org/wiki/Minimig

--
Chris Burrows
CFB Software
http://www.cfbsoftware.com/modula2


______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: using an FPGA to emulate a vintage computer - Alex Freed - 2010-02-05 19:57:00

Eric Chomko wrote:
> Has anyone created a copy machine of an old system using an FPGA? I
> was wondering if it would be possible to take an entire SWTPC 6800 and
> compile the schematics and have it run on an FPGA board.? Wouldn't
> even have to be the latest Xylinx product, I suspect.

I did. Some 8 years ago.

http://alexfreed.com/FPGApple/

And then a few other vintage computers.

-Alex.

--- news://freenews.netfront.net/ - complaints: n...@netfront.net ---

Re: using an FPGA to emulate a vintage computer - HT-Lab - 2010-02-06 05:23:00

"Mike Treseler" <m...@gmail.com> wrote in message 
news:7...@mid.individual.net...
> Eric Chomko wrote:
>> Has anyone created a copy machine of an old system using an FPGA? I
>> was wondering if it would be possible to take an entire SWTPC 6800 and
>> compile the schematics and have it run on an FPGA board.? Wouldn't
>> even have to be the latest Xylinx product, I suspect.
>
> No fpga, but same idea:
> http://www.grc.com/pdp-8/pdp-8.htm

Looking at the PDP8 picture brings back bad memories of me helping to clear out 
the computer lab at my old University which was full of PDP8 and PDP11, it all 
went into the skip......;-(

Hans
www.ht-lab.com




>
>
>       -- Mike Treseler 



Re: using an FPGA to emulate a vintage computer - James Harris - 2010-02-06 05:34:00

On 5 Feb, 18:19, Eric Chomko
<pne.cho...@comcast.net> wrote:

> Has anyone created a copy machine of an old system using an FPGA? I
> was wondering if it would be possible to take an entire SWTPC 6800 and
> compile the schematics and have it run on an FPGA board.? Wouldn't
> even have to be the latest Xylinx product, I suspect.

Like Alex Freed this person made an Apple 2 on FPGA

  http://www.cs.columbia.edu/~sedwards/apple2fpga/

An amazing project however one looks at it. The power consumption
figures are interesting.

James

| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | next