8000 GitHub - mattvenn/logLUTs: Tool to parse yosys and nextpnr logfiles to then plot LUT, flip-flop and maximum frequency stats as your project progresses.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tool to parse yosys and nextpnr logfiles to then plot LUT, flip-flop and maximum frequency stats as your project progresses.

License

Notifications You must be signed in to change notification settings

mattvenn/logLUTs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

log FPGA resourc 741B e usage to CSV file

store and plot LUT, flip-flop and max frequency stats.

setup

pip3 install .

Editable install:

pip3 install -e .

Install with plotting support:

pip3 install [-e] .[plot]

If using as part of a PDM project (without plotting):

pdm add git+https://github.com/mattvenn/logLUTs.git

If using as part of a PDM project (with plotting):

pdm add git+https://github.com/mattvenn/logLUTs.git[plot]

usage

add as a git hook:

  1. add -l switches to log output to files for yosys and nextpnr in your Makefile
  2. add a post-commit hook to your git repo like this:
    1. vi post-commit # edit the hook to fit your repo
    2. cp post-commit .git/hooks/post-commit
  3. now everytime you commit, the resource usage will be added to the log file

or in your makefile:

logluts:
    $(LOG_LUTS) --add-commit --git ../

plotluts:
    $(LOG_LUTS) --plot --git ../

plotting

an interactive plot is available with the --plot argument. Move the mouse to see the commit hash and message

luts

About

Tool to parse yosys and nextpnr logfiles to then plot LUT, flip-flop and maximum frequency stats as your project progresses.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0