1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
+
+
+
-
+
+
+
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
|
# Read in the users vars first (so the offical data cannot be overridden
[include ~/.datashare.config]
# Read in local overrides
[include datastore.config]
[include datashare.config]
# Replace [storage] with settings entry - more secure
[settings]
[storagegroups]
1 eng /tmp/datastore/eng
storage /tmp/#{getenv USER}/datashare/disk1 \
/tmp/#{getenv USER}/datashare/disk2
basepath #{getenv BASEPATH}
[areas]
synthesis asic/synthesis
verilog asic/verilog
oalibs custom/oalibs
synthesis asic/synthesis
verilog asic/verilog
customlibs custom/oalibs
megatest tools/megatest
[target]
basepath #{getenv BASEPATH}
[quality]
0 untested
1 lightly tested
2 tested
3 full QA
[database]
location /tmp/#{getenv USER}/datashare
[pathmaps]
SHELF /tmp/#{getenv USER}/theshelf
[buildmethods]
customlibs make setup;make install
|