ChairImpSec / PROLEAD

PROLEAD - A Probing-Based Leakage Detection Tool for Hardware and Software
BSD 3-Clause "New" or "Revised" License
32 stars 28 forks source link

Update synthesizer script to remove buffers #13

Closed HeminRahimi closed 1 week ago

HeminRahimi commented 1 week ago

With the new version of PROLEAD supporting assign statements, removing buffers in the synthesized file is advantageous. The updated script eliminates inserted buffers and removes unused cells and wires from the synthesized output generated by Yosys. This enhancement decreases execution time and memory usage, particularly for large designs.