Simplest design
Table addressed by lower bits of the PC
One bit prediction
- prediction = direction of the last time the branch was executed
- will mispredict at first and last iterations of a loop
Known implementation
- Alpha 21064. The 1-bit table is associated with an I-cache line, one bit per line (4 instructions)