There is parallel bus for pci and serial bus for pcie. Why parallel bus cannot be used for pcie but are using serial bus? why there is shift to serial bus for pcie?
Asked
Active
Viewed 161 times
1 Answers
0
Parallel bus is hard to be fast because of synchronizing signals per clock. Parallel signals must be sent synchronously. On the other hand, serial bus can send signals asynchronously, so is easy to be fast.

Akihito KIRISAKI
- 1,243
- 6
- 12
-
so that why pcie is using serial bus and not parallel bus? – Pooja Balachandran Dec 15 '20 at 18:32
-
To be able send signals asynchronously, it's unnecessary to synchronize other signals. Synchronizing is more difficult than people think. Than that, much faster clock frequency is better to send much data. – Akihito KIRISAKI Dec 15 '20 at 18:54