Copyright (c) 2020-2021 Antmicro
This is a tool for extracting data from Verilog's specify
blocks and saving them to other timing formats (Liberty, SDF).
To install the package, run:
sudo python3 -m pip install git+https://github.com/antmicro/verilog-timings-parser
To extract the timings from a specify
block to a Liberty file, run:
verilog-timings-to-liberty verilog.v library-name out.lib
This will create an out.lib
file with a Liberty library called library-name
and timings for modules from the verilog.v
file.