Hi , need to do a RTL to RTL - logical equivalence...
# openlane
r
Hi , need to do a RTL to RTL - logical equivalence checking - which open source tool is best to use ?? ( if it exists !) Thanks in advance
a
I'm using yosys to do equivalence checking of generated standard cell adders and multipliers vs gold models, eg https://github.com/antonblanchard/vlsiffra/blob/main/formal/multiplier.tcl
👀 1
r
Thanks , will check this out!
@Anton Blanchard - getting below final output - to confirm this mean the equivalence is succesful right ? 13. Executing EQUIV_STATUS pass. Found 1 $equiv cells in equiv: Of those cells 1 are proven and 0 are unproven. Equivalence successfully proven!