<' extend sys { event clk is cycle @sys.any; event watchdog is {@session.start_of_test; [100]}@clk; on watchdog { out("Watchdog triggered"); stop_run(); }; }; '>