can i find this 7483 ic in logisim?

ZCochran98

Joined Jul 24, 2018
304
You won't be able to find that particular IC in logisim. The closest you will find is a general n-bit adder in the "Arithmetic" component group (you set the number of bits yourself). It takes n-bit inputs and output an n-bit number, plus C_out. If you have a bunch of parallel bit lines you'll have to combine them into a "single" multi-bit wire, though I don't remember how to do that (basically combine, for example, 8 individual wires into a single wire that is 8-bits wide)
1611841405785.png

Edit: you can use the "splitter" tool in the "Wiring" category to combine multiple wires into a multi-bit bus, and then, if you need to, use it the other way around to split a bus into wires again.
 
Last edited:
Top