Forum Discussion
LP5
New Contributor
7 years agoI attached the code for array of pipeline d flipflop please give suggestions to rectify the synthesis error in the code .
1 Reply
- Vicky1
Regular 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