To reproduce the error message, try the following:

// Module.
module my_module;
   event my_event;

   // Call function with event.
   initial
      my_function(my_event);

   // Function.
   function my_function;
      input my_args;
   endfunction
endmodule

-- 
Cryptic error message when passing events to functions.
https://bugs.launchpad.net/bugs/328080
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to