Instead of running fasm2bels on the basic/and3 design, I directly invoke the fasm2bels command which generates the db. This means we skip synthesis, implementation, and all the other unnecessary steps we were doing before, and now we don't have to worry about the situation in which ninja gives the message "no work to do" if we already ran the fasm2bels flow on basic/and3 earlier.
Instead of running fasm2bels on the basic/and3 design, I directly invoke the fasm2bels command which generates the db. This means we skip synthesis, implementation, and all the other unnecessary steps we were doing before, and now we don't have to worry about the situation in which ninja gives the message "no work to do" if we already ran the fasm2bels flow on basic/and3 earlier.