|
Hi
I think I know what the problem is.
Even though you first load the builtin And chip, the test script then replaces this chip with the one in the same folder where the test script file is.
If you look at the script you'll see that one line in the script is tasked with this.
Go to that folder and rename the (implementation missing) And.hdl file as, eg bAnd.hdl
Now the the test script won't be able to find an And.hdl file in that folder and will then use the builtin one instead
|