Close

Early Branch ?

A project log for Trinity Core and Net

A 32 Bit Variable Length Instruction Set Core and Transputer Like Comms Network

andre-powellAndre Powell 09/16/2016 at 23:020 Comments

I have now created or rather put together the first cut of a Branch prediction block.

It uses a simple method that I found in a book some time ago.

You don't decode the instruction, you just have to remember the PC and where it went. You have a small cache to store the PC and where it's off to.

Now to see if it compiles and then test it!

Discussions