zachbe / digial-ising

An all-digital, ring-oscillator-based Ising solver.
MIT License
14 stars 2 forks source link

Add support for initializing the spins in a certain configuration, rather than all at +1. #18

Closed zachbe closed 6 months ago

zachbe commented 7 months ago

If we want to use DIMPLE to implement Hopfield network recall, we need to be able to initialize the spins to the input pattern for the Hopfield network.

This can be done by modifying the shorted_cell.v module to add a register containing the initial state of the spin.

zachbe commented 6 months ago

Done with PR #22