/**
* FSM AB go to 00 when x is 0,
* when x is 1 steps to 01, then 11, then 01, repeating
*/
CHIP ABxFSM2 {
IN x;
OUT out[2];
PARTS:
}
So I am having a problem with this. I can't seem to get it to work. That is the HDL file.
ABxFSM2.tstABxFSM2.hdlABxFSM2.cmpp file