comse6998 / spring2024

Repository for COMSE6998 in the Spring 2024 term
2 stars 20 forks source link

Updated FX Pipeline #129

Closed atcheng2 closed 5 months ago

atcheng2 commented 5 months ago

Updated FX Pipeline. One big thing is that this still will create an infinite loop in programs that have FX operations that depend on outputs from non-FX operations. This is because writeback for those instructions has not been implemented yet, which leads our implementation of the operation queue stall.