[Bug 328080] Re: Cryptic error message when passing events to functions.

Ben James something_for_the_pain at hotmail.com
Wed Feb 11 14:21:07 UTC 2009


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 at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list