ROTFPGA: A reconfigurable logic circuit made of identical rotatable tiles.

Clone this repo:

Branches

  1. 0f06dcc final gds oasis by Jeff DiCorpo · 2 years, 4 months ago main
  2. c11f2c5 Rebuild project with WIDTH=HEIGHT=24 by Tamas Hubai · 2 years, 5 months ago
  3. 277216c Build project by Tamas Hubai · 2 years, 5 months ago
  4. ab7de80 Reconfigure design parameters by Tamas Hubai · 2 years, 5 months ago
  5. 7ae4123 Add documentation by Tamas Hubai · 2 years, 5 months ago

ROTFPGA

Logic tile

A reconfigurable logic circuit made of identical rotatable copies of the tile shown above containing a NAND gate, a D flip-flop and a buffer. Theoretically any circuit can be built from copies of this single tile. In practice it's quite a challenge.

Tiles are arranged in a WIDTH × HEIGHT array wrapping around at the edges. A few tiles are configured as IO where the flip-flop is connected to an input or output pin. Tiles are initially in the orientation shown above but they can be rotated counterclockwise by writing anything to their address using the wishbone bus.

This design is an entry for the MPW3 shuttle and was created from concept to tapeout within 24 hours.