module a (output bit b, clock c, input bit rst) { clocked clock c reset rst bit b=0; { b<=1; } }
Will fail as the clock or reset are defined in the port list after the output bit, which is then shadowed as a clock.
Logged In: YES user_id=1030665 Originator: YES
Feature request for v1.1
Log in to post a comment.
Logged In: YES
user_id=1030665
Originator: YES
Feature request for v1.1