Menu

#13 Clocked outputs require clock/reset early in ports

open-postponed
nobody
1
2008-02-20
2008-01-07
No

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.

Discussion

  • Gavin J Stark

    Gavin J Stark - 2008-02-20

    Logged In: YES
    user_id=1030665
    Originator: YES

    Feature request for v1.1

     
  • Gavin J Stark

    Gavin J Stark - 2008-02-20
    • status: open --> open-postponed
     
  • Gavin J Stark

    Gavin J Stark - 2008-02-20
    • priority: 5 --> 1
     

Log in to post a comment.

MongoDB Logo MongoDB