Forum Discussion

LP5's avatar
LP5
Icon for New Contributor rankNew Contributor
7 years ago

I attached the code for array of pipeline d flipflop please give suggestions to rectify the synthesis error in the code .

1 Reply

  • Vicky1's avatar
    Vicky1
    Icon for Regular Contributor rankRegular Contributor

    Hi Latha,

    Here Net out[2],out[1],out[0] are driving by more than one source & that too direct wiring and that is not recommended, refer the RTL viewer.

    If you want to do so you need to write priority logic for corresponding node(like multiplexer).

    Regards,

    Vikas