wontonst / astar-search-algorithm

verilog implementation of the a* search algorithm
0 stars 1 forks source link

sort infinite loop #11

Closed wontonst closed 11 years ago

wontonst commented 11 years ago

sort goes through states

1001 1010 1011 1101

on clock 50 something did_swap is set to 1 and never goes down. i ran it for 1 million clocks. please fix asap

rcnewman commented 11 years ago

i think i fixed it.

wontonst commented 11 years ago

no more inifinite loop. now it's stuck at state 1011 forever