forked from libre-chip/cpu
WIP: completed stages of next-pc logic, still need to combine them into a pipeline
This commit is contained in:
parent
033d5d4f34
commit
231f5e72ec
8 changed files with 1708 additions and 587 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue