Skip to content

Clean trace data from Altera/IntelFPGA SignalTap files

Notifications You must be signed in to change notification settings

tmarkettos/strip-signaltap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

A small script to strip Altera/IntelFPGA SignalTap files of their trace data. Rather awkwardly, .stp files contain both configuration necessary for an FPGA compile, and potentially gigabytes of recorded trace data. This script will remove the trace data without affecting the configuration.

Usage:

Clean a directory:

strip-signaltap.sh <directory to clean>

Clean the current directory:

strip-signaltap.sh

Clean all commits in a git repo:

cd my-git-checkout
git filter-branch --tree-filter /full/path/to/strip-signaltap.sh

About

Clean trace data from Altera/IntelFPGA SignalTap files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published