wontonst / astar-search-algorithm

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

merge or quick or some other sort #1

Closed wontonst closed 11 years ago

wontonst commented 11 years ago

the priority queue openx openy need to be sorted

wontonst commented 11 years ago

BUBBLE_DONE state does not exist many regs were not declared

@rcnewman I have written the tb for sort as well as adhoc test fixtures in sort.v. if you fix all your glitches it should compile and run. Open modelsim and open project, the project file is in the repo root.