Intel® FPGA University Program
University Program Material, Education Boards, and Laboratory Exercises
1174 Discussions

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

LP5
Beginner
872 Views
 
0 Kudos
1 Reply
Vicky1
Employee
227 Views

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).

pipeline.JPG

 

Regards,

Vikas

0 Kudos
Reply