WIP: completed stages of next-pc logic, still need to combine them into a pipeline

This commit is contained in:
Jacob Lifshay 2025-12-03 21:27:26 -08:00
parent 033d5d4f34
commit 231f5e72ec
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
8 changed files with 1708 additions and 587 deletions

View file

@ -578,7 +578,8 @@ pub fn reg_alloc(config: &CpuConfig) {
connect(unit_to_reg_alloc.unit_forwarding_info, unit_forwarding_info);
connect(
unit_forwarding_info.unit_output_writes[unit_index],
unit_forwarding_info.ty()
unit_forwarding_info
.ty()
.unit_output_writes
.element()
.HdlNone(),