Solving Knight’s Tour Problem Using SystemVerilog Constraints
Hi, I was asked by one of my readers to solve this problem using SystemVerilog. It definitely took me some time to figure out how I would like to model the chessboard. So today I would like to share my solution here. First, let’s take a look at the definition of this problem. According to… Continue reading Solving Knight’s Tour Problem Using SystemVerilog Constraints