Replies: 1 comment 4 replies
-
Your SBY script appears to have the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to synthesize a FIR filter using yosys with the NanGate 15nm library file. After synthesis I want to run formal verification to check for equivalence since I have a doubt regarding the correctness of the synthesis itself. I have tried using both EQY and SBY but am getting different errors in both. In EQY, the process gets stuck in the combine phase into what I assume is an infinite loop. Using SBY gives me an error "base: ERROR: Module

\BUF_X1' referenced in module
\FIR_filter_firBlock_left_MultiplyBlock' in cell `_1356_' is not part of the design." I am attaching my EQY and SBY scripts that I have been using. I could not find any documentation regarding how to perform the verification if one has used a custom library file for synthesis so I am not sure if these scripts are correct. Would be grateful to receive any kind of help with this.Beta Was this translation helpful? Give feedback.
All reactions