15 lines
248 B
Python
15 lines
248 B
Python
from ariths_gen.wire_components import(
|
|
wires,
|
|
buses
|
|
)
|
|
|
|
from ariths_gen.one_bit_circuits import(
|
|
logic_gates,
|
|
one_bit_components
|
|
)
|
|
|
|
from ariths_gen.multi_bit_circuits import(
|
|
adders,
|
|
multipliers,
|
|
dividers
|
|
) |