Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
Gates On the Fly from NanDigits has a new release to do automatic functional ECO. You only need input netlist under ECO and reference netlist, and tell the tool which modules have been changed. The tool will figure out the minimum gate patch to fix the netlist under ECO. It's fast and efficient.
I use Conformal ECO as well. Seems Conformal has two little challengers. It would be interesting to see how they perform. Who has dorado connections, how to get a dorado evaluation license. Nandy, can you give me an evaluation license?
Davids vs Goliath?
read_library("art.90nm.lib");
read_design("-ref", "reference.gv");
read_design("-imp", "implementation.gv");
fix_modules("mod1", "mod2"); # all modules that have been modified
set_top("topmod");
write_verilog("eco_verilog.v");
One design passed on Conformal was tried on GOF. Gold 300m, revised 100m. Conformal uses 21 gates to fix two modified modules. GOF uses 18 gates, and LEC passes. Amazing! I have evaluated GOF several times, but this time is impressing. Congratulate Nandy.
I will compare new cases when they come.
Others having Conformal can correct me if I am wrong. Competition is always good!
One more thing that I like, GOF is more DFT friendly. It can take care of scan restitch after new flops are created in ECO. And new gated clocks have test pins connected correctly, while Conformal seems always tie them to zeros and scan optimized away.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.