Code Monkey home page Code Monkey logo

computer-architecture's Introduction

Hi Visitor ๐Ÿ‘‹, I'm icarus77

I am a CTF player and Cyber Security Enthusiast

Github Trophies

mrtaz77

#30NitesOfCode:

Check out my progress!
@icarus77 #30NitesOfCode

Badges

Profile Details

Profile Details

Streak

GitHub Streak

Stats

Stats Repos per language

Connect with me:

icarus77 icarus77

computer-architecture's People

Contributors

mrtaz77 avatar

Watchers

 avatar

computer-architecture's Issues

Bug in rounding unit

While rounding, the carry can be set during roundUp operation of mantissa. In that case,
the mantissa has to be right shifted. Which implies the radix point should go towards the MSB , increasing the exponent. But rounding unit decreases the exponent instead of increasing it. So patch it.

Debug ALU with Flags

I have only debugged only until implementing logical and arithmetic circuit seperately. The flags and the overall circuit are yet to be tested.

Please navigate to the second branch and debug the ckt A few days ago a CheckALU was uploaded in the resources group. Test whether the ALU is giving correct output or not.

Also do notify whether the .circ can be viewed properly in your locals.

Try to mention any issues found here asap.

N.B
Use the 7400,circ and IC-7483 I uploaded in main. I have made some changes.

Ai and Ai'

Ai , Ai' and their selections needs a hex inverter and muliplexer IC. Can this be optimized ?

Error in overflow and carry flags

The overflow OF and carry flag CF has to be 0 for logical operations.
To ensure this : -

  1. Cin must be 0 for those operations
  2. C = 0000 must be selected during logical operations

Although condition 2 is satisfied by the first plan, condition 1 is not.

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.