Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

obtained WCE does not match the given error threshold! obtained_wce #68

Open
AmeZap05 opened this issue Aug 2, 2024 · 0 comments
Open
Assignees
Labels
type > bug Something isn't working

Comments

@AmeZap05
Copy link
Collaborator

AmeZap05 commented Aug 2, 2024

While I was testing the multilevel template, I've just notice that
If I ran the following command:

python3 main.py input/ver/adder_i4_o3.v -app=input/ver/adder_i4_o3.v --grid  -mode=4 -et=3 --partial -lpp=7 -pit=7  --clean --parallel --multilevel  -lv=2

with npl set to 1 (raw 810, template manager)

the programm will continue to approximate the circuit up to reach 0 area with wce = 4 even if et = 3.
On the other side if I ran the same command, but with npl set to 2, I obtain the following error:

ERROR!!! The obtained WCE does not match the given error threshold!
obtained_wce = 6 > ET = 1
ERROR!!! The obtained WCE does not match the given error threshold!
obtained_wce = 6 > ET = 1

notice that this append also for the shared template

@AmeZap05 AmeZap05 added the type > bug Something isn't working label Aug 2, 2024
@Francesco-Cos Francesco-Cos linked a pull request Aug 26, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type > bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants