Update Building Custom Models authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
...@@ -112,8 +112,8 @@ Starting with RCG version 5.0+ the structure of the RCG_BUILDD has changed, and ...@@ -112,8 +112,8 @@ Starting with RCG version 5.0+ the structure of the RCG_BUILDD has changed, and
For our example the build products are stored in `/var/cache/advligorts/rcg-cymac-build//models/x1unittest`. Doing a tree of that directory the following structure is observed: For our example the build products are stored in `/var/cache/advligorts/rcg-cymac-build//models/x1unittest`. Doing a tree of that directory the following structure is observed:
```shell ```shell
controls@x1cymac:~$ tree -L 1 /var/cache/advligorts/rcg-cymac-build/models/x1unittest/ controls@x1cymac:~$ tree -L 1 /var/cache/advligorts/rcg-5.1.2/models/x1unittest/
/var/cache/advligorts/rcg-cymac-build/models/x1unittest/ /var/cache/advligorts/rcg-5.1.2/models/x1unittest/
├── epics ├── epics
├── include ├── include
├── kernel_mod ├── kernel_mod
... ...
......