mirror of
https://github.com/ehw-fit/ariths-gen.git
synced 2025-04-22 06:41:22 +01:00
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
|
|
) |