If it was accidental, is it still "art"?
This is my cellular automata FPGA project in an early stage of development. I was having some RAM reading/writing problems. I learned the hard way that "10ns RAM" doesn't mean you can access it reliably at 100MHz. Violating memory timings and outputting the result to a CRT display results in very interesting imagery.
I developed this project for my computer architecture course in November, 2006. It was implemented on a Spartan3 Starter Kit development board. The system's inputs were all the switches and buttons on the board, plus a PS/2 mouse. The output was a VGA display. This image was obtained by photographing said display.
The output of the completed project can be seen in the images that follow this one in my photostream.
A cellular automaton (pl. cellular automata, abbrev. CA) is a discrete model studied in computability theory, mathematics, physics, complexity science, theoretical biology and microstructure modeling. It consists of a regular grid of cells, each in one of a finite number of states, such as "On" and "Off" (in contrast to a coupled map lattice). The grid can be in any finite number of dimensions. For each cell, a set of cells called its neighborhood (usually including the cell itself) is defined relative to the specified cell. For example, the neighborhood of a cell might be defined as the set of cells a distance of 2 or less from the cell. An initial state (time t=0) is selected by assigning a state for each cell. A new generation is created (advancing t by 1), according to some fixed rule (generally, a mathematical function) that determines the new state of each cell in terms of the current state of the cell and the states of the cells in its neighborhood. For example, the rule might be that the cell is "On" in the next generation if exactly two of the cells in the neighborhood are "On" in the current generation, otherwise the cell is "Off" in the next generation. Typically, the rule for updating the state of cells is the same for each cell and does not change over time, and is applied to the whole grid simultaneously, though exceptions are known.
Terms of Service · Privacy

