FrenkeeS
FrenkeeS
12 / 1
28th Jun 2016
18th Dec 2020
I'm proud to publish my first calculator. Its binary calc. For now working only single digits.
calculator adder logic gates electronic

Comments

  • TNTPig1
    TNTPig1
    1st Jul 2016
    meh one off
  • TNTPig1
    TNTPig1
    1st Jul 2016
    6+9=16?
  • LBPHacker
    LBPHacker
    1st Jul 2016
    I'm not sure what you did, but it stopped working.
  • LBPHacker
    LBPHacker
    28th Jun 2016
    Yeah, sorry, in my head those are both called bin->dec converters. (Well, what you built I call an addresser or, since yesterday, a demuxer.)
  • NoVIcE
    NoVIcE
    28th Jun 2016
    @LPB Hacker (Edit:) Oh, yeah now I understand, a circuit that has no limits, that processes the information and converts.
  • NoVIcE
    NoVIcE
    28th Jun 2016
    @LBP Hacker what's wrong with my bin>dec? It isnt just a table, its working converter.
  • LBPHacker
    LBPHacker
    28th Jun 2016
    Well, the input buffer and the core are scalable (although you can get away with a single core, as you do now). The output though ... you'd need a proper bin->dec converter, not just a single lookup table. One that actually subtracts powers of 10. Or a "double dabble" circuit (google it). *And* lookup tables after those.
  • FrenkeeS
    FrenkeeS
    28th Jun 2016
    first version was completly from my head this one is with little bit inspiration from google. Its slow but it hasnt any limitations of any large number - this limits only memory and space sadly. Now...How to make more digit? Any ideas?
  • LBPHacker
    LBPHacker
    28th Jun 2016
    Aww derp. OR gates don't need WWLD. Alright, got it.
  • LBPHacker
    LBPHacker
    28th Jun 2016
    *haven't tested it yet* Holy mother of all full adders, how did you manage to build a core with only 4 gates?