execute1: Make it clear that divide logic is not included when HAS_FPU=true
authorPaul Mackerras <paulus@ozlabs.org>
Wed, 10 Aug 2022 01:33:10 +0000 (11:33 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Wed, 10 Aug 2022 01:33:10 +0000 (11:33 +1000)
commitb0aa5340b82a59d345db50b02b598e8da8add88e
tree2201b63552604a2c4806dc2d9636f2ca2b4c831d
parentd1e8e62feee3e2d2d01a69f1486e8099e8438b31
execute1: Make it clear that divide logic is not included when HAS_FPU=true

This adds a "not HAS_FPU" condition in a few places to make it obvious
that logic to interface to the divide unit is not included when we
have an FPU.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
execute1.vhdl