Skip to content

VerilogNexus/verilog-timings-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%