# Alpha-21264-Microprocessor-Tournament-Branch-Predictor-using-System-Verilog **Repository Path**: woniududu/Alpha-21264-Microprocessor-Tournament-Branch-Predictor-using-System-Verilog ## Basic Information - **Project Name**: Alpha-21264-Microprocessor-Tournament-Branch-Predictor-using-System-Verilog - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-30 - **Last Updated**: 2025-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ECE571 System Verilog Project The Alpha 21264 branch predictor uses local history and global history to predict future branch directions since branches exhibit both local correlation and global correlation. The property of local correlation implies branch direction prediction on the basis of the branch’s past behavior.