fvutils / pyhdl-if

Python interface for cross-calling with HDL
https://fvutils.github.io/pyhdl-if/
Apache License 2.0
21 stars 6 forks source link

Fix missing semicolumn for task with no param or retval #2

Closed djoffe closed 2 months ago

djoffe commented 3 months ago

Added the missing parentheses.

This PR resolves issue #1.

mballance commented 3 months ago

Many thanks, @djoffe! One small question, I think I'm overlooking the line in the diff that adds the missing semicolon. I see one line where you added an extra layer of parens. Really just want to be sure that the fix is really present. Can you point me to the specific line?

mulianov commented 2 months ago

@djoffe @mballance Line 418 fix this issue by adding proper (). Please merge it asap

mballance commented 2 months ago

Got it, thanks!

djoffe commented 2 months ago

Sorry @mballance, missed your reply! Thanks for the merge :)