Skip to content

Commit e900c68

Browse files
committed
[vpr] doc update
1 parent 783fa6b commit e900c68

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

libs/librrgraph/src/base/SCHEMA_GENERATOR.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@ mediated via RrGraphBase located in `rr_graph_uxsdcxx_interface.h`.
66

77
If `rr_graph.xsd` is modified, then the following files must be updated:
88

9-
- `libs/librrgraph/src/base/gen/rr_graph_uxsdcxx.h`
10-
- `libs/librrgraph/src/base/gen/rr_graph_uxsdcxx_capnp.h`
11-
- `libs/librrgraph/src/base/gen/rr_graph_uxsdcxx_interface.h`
9+
- `libs/librrgraph/src/io/gen/rr_graph_uxsdcxx.h`
10+
- `libs/librrgraph/src/io/gen/rr_graph_uxsdcxx_capnp.h`
11+
- `libs/librrgraph/src/io/gen/rr_graph_uxsdcxx_interface.h`
1212
- `libs/libvtrcapnproto/rr_graph_uxsdcxx.capnp`
1313

1414
### Instructions to update generated files (using CMake)
1515

1616
1. Run target `generate_rr_graph_serializers`, e.g. run `make generate_rr_graph_serializers`.
1717
2. Run target `format`, e.g. run `make format`.
18-
3. Update `libs/librrgraph/src/base/rr_graph_uxsdcxx_interface_impl.h`, implement or
18+
3. Update `libs/librrgraph/src/io/rr_graph_uxsdcxx_interface_impl.h`, implement or
1919
update interfaces that are new or are changed. The compiler will complain
2020
that virtual methods are missing if the schema has changed.
2121

2222
### Instructions to update generated files (manually)
2323

2424
1. Clone https://github.com/duck2/uxsdcxx/
2525
2. Run `python3 -mpip install --user -r requirements.txt`
26-
3. Run `python3 uxsdcxx.py libs/librrgraph/src/base/rr_graph.xsd`
27-
3. Run `python3 uxsdcap.py libs/librrgraph/src/base/rr_graph.xsd`
26+
3. Run `python3 uxsdcxx.py libs/librrgraph/src/io/rr_graph.xsd`
27+
3. Run `python3 uxsdcap.py libs/librrgraph/src/io/rr_graph.xsd`
2828
4. Copy `rr_graph_uxsdcxx.h`, `rr_graph_uxsdcxx_capnp.h`,
29-
`rr_graph_uxsdcxx_interface.h` to `libs/librrgraph/src/base/`
29+
`rr_graph_uxsdcxx_interface.h` to `libs/librrgraph/src/io/`
3030
5. Copy `rr_graph_uxsdcxx.capnp` to `../libvtrcapnproto/`
3131
6. Run `make format`
32-
7. Update `libs/librrgraph/src/base/rr_graph_uxsdcxx_interface_impl.h`, implement or
32+
7. Update `libs/librrgraph/src/io/rr_graph_uxsdcxx_interface_impl.h`, implement or
3333
update interfaces that are new or are changed. The compiler will complain
3434
that virtual methods are missing if the schema has changed.
3535

0 commit comments

Comments
 (0)