GithubHelp home page GithubHelp logo

50.002-1d's Introduction

50.002 1D

ISTD Class 3 Group 1

Members:

Daniel Chin

Gionnieve Lim

John Chan

Yang Lujia

Project Summary:

8-Bit Arithmetic Logic Unit implementing the following:

  1. Addition, subtraction, multiplication(8-bit output);
  2. Bitwise boolean and, nand, or, nor, xor, xnor, 'A' ,and 'B';
  3. Shift left, shift right, shift right arithmetic;
  4. Compare equals, compare less than, compare less than or equals.

Operation | ALUFN[5:0] | hex

  1. ADD | 000000 | 0x00
  2. SUB | 000001 | 0x01
  3. MUL | 000010 | 0x02
  4. AND | 011000 | 0x18
  5. NAND | 010111 | 0x17
  6. OR | 011110 | 0x1E
  7. NOR | 010001 | 0x11
  8. XOR | 010110 | 0x16
  9. XNOR | 011001 | 0x19
  10. 'A' | 011010 | 0x1A
  11. 'B' | 010101 | 0x15
  12. SHL | 100000 | 0x20
  13. SHR | 100001 | 0x21
  14. SRA | 100011 | 0x23
  15. RL | 100100 | 0x24
  16. RR | 100101 | 0x25
  17. RLC | 101100 | 0x2C
  18. RRC | 101101 | 0x2D
  19. CMPEQ | 110011 | 0x33
  20. CMPLT | 110101 | 0x35
  21. CMPLE | 110111 | 0x37

50.002-1d's People

Contributors

cwkd avatar yljasmine avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.