[libre-riscv-dev] [Bug 305] Create Pipelined ALU similar to alu_hier.py

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Sat May 9 14:45:26 BST 2020


https://bugs.libre-soc.org/show_bug.cgi?id=305

--- Comment #17 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to Michael Nolan from comment #14)

> We still need a carry_in from XER for things like add with carry.

just to check, XER is a Condition Register, right?

we may almost certainly need to split out the *individual* fields of XER and
other Condition Registers into actual separate "registers", even though they
are one or two bits.

the reason is because if we do not it will create artificial dependency
barriers between instructions that read or write some part of XER but not
another.

therefore all of CR0-CR7 need to be *different* "operands", likewise OV32, OV
and so on.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-riscv-dev mailing list