How To Work With an ALU (74LS181)

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ • 22

  • @303-saniyamujawar7
    @303-saniyamujawar7 2 місяці тому

    Can you provide circuit or block diagram of it

  • @XoftC
    @XoftC  7 років тому +3

    To the Anonymous user who asked about the difference between the "+" and "plus" in the arithmetic functions:
    The "+" sign is a logic OR and the "plus" means addition, in all cases.
    To put it short and simple also in the arithmetic functions some functions will give the same result as the logic function only that with the arithmetic functions the carry bit will be enabled which makes a logic function have different uses in arithmetic operations.
    here is a nice article to explain the 181 alu more in-depth:
    www.righto.com/2017/03/inside-vintage-74181-alu-chip-how-it.html

  • @Yuvaraj-ls3sn
    @Yuvaraj-ls3sn 2 роки тому

    Sir whats the difference between active low and active high data table in TI datasheet?

    • @XoftC
      @XoftC  2 роки тому

      Active low means that a specific function associated with a specific pin is activated when the signal is low (no voltage applied / pulled down), active high is when the func is active when the signal is high (voltage applied i.e. +5v)

  • @abhishekaswal9695
    @abhishekaswal9695 5 років тому

    What are the values for pull up resistors and other components.

    • @XoftC
      @XoftC  5 років тому

      Anything between 1k and 10k will do.

  • @kenawesom
    @kenawesom 7 років тому

    In the datasheet, what is the difference between "A + B" and "A plus B" in the arithmetic column?

    • @teunschuur7988
      @teunschuur7988 5 років тому

      A + B is the same as A or B.
      A PULS B will just add A and B

  • @abdalla609
    @abdalla609 6 років тому

    I DID THIS PROJECT AND IT ONLY WORKS WITH LOGIC OPREATIONS CAN U TELL ME EXACTELY WHERE THE MODE AND CIN ATTACHED TO SHOULD THEY BE ATTACHED TO THE GROUND OR NOT ATTACHED TO ANYTHING IF I WANT THEM TO BE LOW ??! PLEASE REPLY AS FAST AS POSSIBLE MY DEADLINE IS TOMORROW

    • @XoftC
      @XoftC  6 років тому

      Cin is "Carry input" bit. if you dont cascade several 74LS181 or if its the first one in the series it should be grounded. If you check the 74LS181 datasheet you will find there a table that describes exactley how to switch between logic and arithmetic.
      Hope this helps.

    • @arjaytapel2024
      @arjaytapel2024 5 років тому

      +xoftc sir can i ask for schematic diagram of this. i want to try it for myself

  • @Xphoenix7X
    @Xphoenix7X 8 років тому

    Hi, i implemented the same ALU but i used a counter (74ls93) with a push down button for my selectors, but my output is always displaying F in hexadecimal (15 decimal), do you know why?

    • @XoftC
      @XoftC  8 років тому +1

      PhoenixX7 First you should know that in this video I am inverting the outputs. if you don't use an inverter than the output you are getting is 0.
      this can mean that you are not providing any values or something in that circuitry isnt connected right. also remember to use 1k pulldowns on all the inputs.
      hope this helps!

  • @JosephR9
    @JosephR9 7 років тому

    wheres goes the carry output

    • @XoftC
      @XoftC  7 років тому

      The carry output will go into the carry input of a second cascaded ls181.

    • @CARLOSINTERSIOASOCIA
      @CARLOSINTERSIOASOCIA 7 років тому +1

      Better to use a 74182 ;)

  • @CircuitBreaker256
    @CircuitBreaker256 4 роки тому

    The 74HC181 is a good ALU choice if you want all the functions without much trouble. But it does give a load of functions that are frankly pointless. I've used two of these ICs to get all the functions necessary for making a 6502 CPU from TTL gates. You can see it here: ua-cam.com/video/sypK3F2xv4o/v-deo.html

  • @Decco6306
    @Decco6306 4 роки тому

    kewl

  • @zsoltsz2323
    @zsoltsz2323 5 років тому

    "Over 20 types of functions". It's 32. Look it up before you make the video.