Skip to content

Synthesis cache for the Xilinx Synthesis Technology (XST) FPGA synthesis tool

License

Notifications You must be signed in to change notification settings

luebbers/xstcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xstcache - a cache for Xilinx synthesis tool runs

Copyright (c) 2008-2010 Enno Luebbers luebbers@reconos.de, Andreas Agne agne@upb.de

Inspired by ccache http://ccache.samba.org/.

USAGE:

  1. Make sure the real xst executable is in you PATH
  2. Copy xstcache.py and xstcache_stats.sh to a directory of your choice (say /usr/local/xstcache)
  3. Create a symbolic link to 'xst': cd /usr/local/xstcache ln -s xstcache.py xst
  4. Prepend /usr/local/xstcache to your PATH: export PATH/usr/local/xstcache:$PATH # for bash
  5. Run your EDK toolchain aus usual, e.g.: cd $MY_EDK_PROJECT make -f system.make netlist

The actual cache is stored by default in $HOME/.xstcache If something goes wrong or you want to start over, just delete that directory.

About

Synthesis cache for the Xilinx Synthesis Technology (XST) FPGA synthesis tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published