6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Fri Apr 19, 2024 8:10 pm

All times are UTC




Post new topic Reply to topic  [ 50 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
PostPosted: Tue Dec 27, 2016 6:24 pm 
Offline

Joined: Wed Jun 25, 2014 4:28 pm
Posts: 21
I think the 256 byte version for the C64 by Ruk/P-a Bäckström was already mentioned - here is the link:
http://csdb.dk/release/?id=104384

It's pretty amazing. Alas, the link to the source code is broken and I haven't been able to find it anywhere else either.
Does anyone have the source code?

Kind regards,

Oscar.


Top
 Profile  
Reply with quote  
PostPosted: Wed Dec 28, 2016 9:17 pm 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10789
Location: England
(I pinged the author and the source link is now updated! See also this post and comments.)


Last edited by BigEd on Sat Apr 13, 2019 6:30 pm, edited 1 time in total.

Top
 Profile  
Reply with quote  
PostPosted: Fri Dec 30, 2016 2:27 am 
Offline
User avatar

Joined: Sun Dec 29, 2002 8:56 pm
Posts: 449
Location: Canada
A fascinating set of posts. How much of the work for the game would be done in an FPGA ? It seems like the 6502 may be doing too much of the work. Here is a link to one solution (it uses a different processor): http://www.syntiac.com/tech_fpga_life.html The game uses FPGA block ram and I think it calculates 512 cells in parallel.
It’s tempting to expand the game a little bit and use double bits so that barrier objects could be placed.

_________________
http://www.finitron.ca


Top
 Profile  
Reply with quote  
PostPosted: Fri Dec 30, 2016 6:11 am 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10789
Location: England
Interesting! I see the FPGA in that case (from the Turbo Chameleon 64 project) is a Cyclone II with 66 block RAMs, giving a maximum width of 1188 bits. That's pretty similar to the LX9 in the Matchbox copro, which has 32 block RAMs and a maximum width of 1152 bits.
Quote:
The simulation using a modest 100 Mhz clock can process about 25 million rows per second. Which translates to 12.8 giga cells updated per second or over 50 thousand grid iterations per second.


That's blazingly fast, but on a grid limited to normal video resolutions... I'm quite fond of the very large universes possible with a list-based or tile-based life. Then we'd be back to the constraints of RAM speed... the Matchbox has the advantage of 32 bit wide pSRAM, but the 55nS access limits the cycle time to 18MHz. I'm not sure if Life's locality would allow us to get some advantage by mixing on-chip and off-chip memory. Surely some advantage.

A hash life usually uses enormous memory structures. I wonder if a mini hash life could usefully fit the hashes into the 64k of on-chip RAM. Or if hash access has some locality and we can use the on chip RAM as a form of cache for tables in the 2Mbyte pSRAM.


Top
 Profile  
Reply with quote  
PostPosted: Fri Dec 30, 2016 7:01 am 
Offline
User avatar

Joined: Tue Nov 16, 2010 8:00 am
Posts: 2353
Location: Gouda, The Netherlands
Quote:
I'm not sure if Life's locality would allow us to get some advantage by mixing on-chip and off-chip memory. Surely some advantage.

If there's enough space between active areas, you may be able to copy an area to internal ram, and then run a number of generations before copying it back.


Top
 Profile  
Reply with quote  
PostPosted: Tue Jan 03, 2017 11:59 pm 
Offline

Joined: Wed Jun 25, 2014 4:28 pm
Posts: 21
BigEd wrote:
(I pinged the author and the source link is now updated! See also this post and comments.)


Thank you!! Indeed an amazing piece of code. No sleep tonight I don't think...

Kind regards,

Oscar.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 50 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: