zachbe / digial-ising

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

Stopping the ising machine should also not reset the phase counters. #13

Closed zachbe closed 8 months ago

zachbe commented 8 months ago

The fact that phase counters reset when the ising machine stops makes profiling performance more difficult, because we can't force the oscillation to stop after a certain amount of time and then read out the phase counters.

zachbe commented 8 months ago

Fixed!