2024-04-22

Introduction

Summary

keywords

TODO

HW

Exercise*

Next time


ALU

What do we need?

  • bit-wise AND

  • bit-wise OR

  • addition

  • subtraction (which is addition of 2's complement)

Integer operations

  • bit-wise AND

  • bit-wise OR

Bit-sliced designs

  • addition

  • subtraction

Comparison

  • a < b is computed with subtraction. Its result's most significant bit is needed.

  • Search appendix B in EC2204-1 Padersen handerson textbook??

Last updated