14 lines
233 B
Python
14 lines
233 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
|
|
) |