Scroll to navigation

MBK_OUT_FILTER(1) MBK ENVIRONMENT VARIABLES MBK_OUT_FILTER(1)

NAME

MBK_OUT_FILTER - define the input filter

ORIGIN

This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Université Pierre et Marie CURIE, in Paris, France.
 
Web : http://asim.lip6.fr/recherche/alliance/
 
E-mail : alliance-users@asim.lip6.fr

DESCRIPTION

MBK_OUT_FILTER sets the output filter for writting compressed Alliance files. Filter is typically a string containing filename and options. This filter must read non compressed data flow on it standard input and write compressed data flow on it standard output. If a non compressed version of a file exist in the same target directory the designer want the save a file's compressed version, to ensure that file will be read later and not the non compressed one, the non compressed file is DELETED. To activate filters, variable MBK_FILTER_SFX must be set.

EXAMPLE

Writing compressed files with gzip :
	setenv MBK_OUT_FILTER "/asim/gnu/bin/gzip -c"
	setenv MBK_FILTER_SFX ".gz"

SEE ALSO

mbk(3), MBK_FILTER_SFX(1), MBK_IN_FILTER(1), mbkenv(1).

BUG REPORT

This tool is under development at the ASIM department of the LIP6 laboratory.
 
We need your feedback to improve documentation and tools.
 
October 1, 1999 ASIM/LIP6