mirror of
https://github.com/ehw-fit/ariths-gen.git
synced 2025-04-08 08:12:11 +01:00
Import fix
This commit is contained in:
parent
9aa0fb1858
commit
b66c1bdfe0
@ -28,6 +28,14 @@ from ariths_gen.multi_bit_circuits.multipliers import (
|
||||
SignedWallaceMultiplier,
|
||||
)
|
||||
|
||||
|
||||
from ariths_gen.multi_bit_circuits.approximate_multipliers import (
|
||||
UnsignedTruncatedMultiplier,
|
||||
SignedTruncatedMultiplier,
|
||||
UnsignedBrokenArrayMultiplier,
|
||||
SignedBrokenArrayMultiplier
|
||||
)
|
||||
|
||||
import numpy as np
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user