Does 68HC11 have Pipeline technique for improving the performance of the Integrated Circuit? Is 68HC11 use pipelined? I didnt find useful information Thank you

有帮助吗?

解决方案

If the instruction set documentation lists fixed numbers of clocks per instruction or instruction variation, then it is a pretty safe bet that no it it is not pipelined like we would think of a modern processor.

Remember that the word performance is relative, trading power and real estate for operations per second. Nothing comes for free. In the microcontroller world you might be more interested in ops per watt and price per unit than ops per second. Even with what we might call inefficient instruction sets or implementations, we still turn down the clock rates on the parts to save power, that is how much performance we have to spare...

It might be a good educational exercise to implement a pipelined clone if you are really interested in one...

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top