ASIC & FPGA
Verilog timings parser - a tool for extracting timing data from Verilog files
This is a tool for extracting data from Verilog's specify blocks and saving them to other timing formats (Liberty, SDF).
Languages
python(98.23%)
rst(1.67%)
Others(0.09%)
Verilog timings parser - a tool for extracting timing data from Verilog files
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).
Installation
To install the package, run:
sudo python3 -m pip install git+https://github.com/antmicro/verilog-timings-parser
Example Usage
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.
Relevant projects
Nothing found
Apologies, but no results were found.