1MBK_OUT_LO(1) MBK ENVIRONMENT VARIABLES MBK_OUT_LO(1)
2
3
4
6 MBK_OUT_LO - define the logical output format of mbk and genlib
7
9 c-shell running
10 setenv MBK_OUT_LO format
11
12
14 This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM
15 team at LIP6 laboratory of Université Pierre et Marie CURIE, in Paris,
16 France.
17
18 Web : http://asim.lip6.fr/recherche/alliance/
19 E-mail : alliance-users@asim.lip6.fr
20
22 param pwet
23
25 MBK_OUT_LO sets the logical output format of the mbk data structure.
26 The files resulting of the work on mbk will have the given format.
27
28 valid formats are :
29 - al, alx, that are alliance logical formats
30 - cct, that is genrad hilo netlist format
31 - edi, that is edif standart netlist format
32 - hns, fns, fne, fdn, hdn, that are vti logical formats
33 - spi, that's spice netlist
34 - vst, that is structural vhdl description
35
37 "MBK_OUT_LO : 'xxx' unknown format"
38 The argument given to the setenv is not a legal logical output
39 format for mbk. You must changed it before any other action.
40
42 setenv MBK_OUT_LO al
43
45 mbk(3), genlib(1), MBK_IN_LO(1).
46
47
48
49
50
51
52ASIM/LIP6 October 1, 1997 MBK_OUT_LO(1)