I am using Sync in the following way:
sync true (ports.ocp_cmd$ == 3'b010);
I want the simulator to go to the next command the same cycle the data in ocp_cmd is 010
. currently the simulator automatically jumps 1 cycle and only then goes to the next specman command.
How can I change my command line so that no delay is created (so that I will be able to raise the ack signal in the same cycle if desired)