Skip to content

Commit

Permalink
fix readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbelt committed Nov 22, 2024
1 parent 1779bda commit 63f4b85
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-hamr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: cache-osate
uses: actions/cache@v4
with:
path: kekinian/hamr/codegen/bin/linux/osate
path: kekinian/bin/linux/osate
key: ${{ runner.os }}-${{ hashFiles('kekinian/hamr/codegen/jvm/src/main/resources/phantom_versions.properties') }}-osate
- name: Build
run: |
Expand All @@ -67,9 +67,9 @@ jobs:
sireum
cp $SIREUM_HOME/bin/sireum.jar $SIREUM_HOME/hamr/codegen/bin/sireum.jar
$SIREUM_HOME/hamr/codegen/bin/build.cmd install-osate-gumbo
export OSATE_HOME=$SIREUM_HOME/hamr/codegen/bin/linux/osate
#cp $SIREUM_HOME/bin/sireum.jar $SIREUM_HOME/hamr/codegen/bin/sireum.jar
sireum slang run $SIREUM_HOME/hamr/codegen/bin/build.cmd install-osate-gumbo
export OSATE_HOME=$SIREUM_HOME/bin/linux/osate
export MICROKIT_BOARD=qemu_virt_aarch64
export MICROKIT_SDK=/root/microkit/release/microkit-sdk-1.4.1-dev.14+cf88629
Expand Down
6 changes: 3 additions & 3 deletions micro-examples/microkit/aadl_port_types/data/array/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@
1. *OPTIONAL* Rerun codegen
Launch the Slash script [micro-examples/microkit/aadl_port_types/data/aadl/bin/run-hamr.cmd](aadl/bin/run-hamr.cmd) from the command line.
Launch the Slash script [micro-examples/microkit/aadl_port_types/data/array/aadl/bin/run-hamr.cmd](aadl/bin/run-hamr.cmd) from the command line.
```
micro-examples/microkit/aadl_port_types/data/aadl/bin/run-hamr.cmd
micro-examples/microkit/aadl_port_types/data/array/aadl/bin/run-hamr.cmd
```
1. Build and simulate the image
Expand All @@ -104,7 +104,7 @@
```
export MICROKIT_BOARD=qemu_virt_aarch64
export MICROKIT_SDK=/root/microkit/release/microkit-sdk-1.4.1-dev.14+cf88629
cd $HOME/INSPECTA-models/micro-examples/microkit/aadl_port_types/data/hamr/microkit
cd $HOME/INSPECTA-models/micro-examples/microkit/aadl_port_types/data/array/hamr/microkit
make qemu
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@
1. *OPTIONAL* Rerun codegen
Launch the Slash script [micro-examples/microkit/aadl_port_types/data/aadl/bin/run-hamr.cmd](aadl/bin/run-hamr.cmd) from the command line.
Launch the Slash script [micro-examples/microkit/aadl_port_types/data/base_type/aadl/bin/run-hamr.cmd](aadl/bin/run-hamr.cmd) from the command line.
```
micro-examples/microkit/aadl_port_types/data/aadl/bin/run-hamr.cmd
micro-examples/microkit/aadl_port_types/data/base_type/aadl/bin/run-hamr.cmd
```
1. Build and simulate the image
Expand All @@ -104,7 +104,7 @@
```
export MICROKIT_BOARD=qemu_virt_aarch64
export MICROKIT_SDK=/root/microkit/release/microkit-sdk-1.4.1-dev.14+cf88629
cd $HOME/INSPECTA-models/micro-examples/microkit/aadl_port_types/data/hamr/microkit
cd $HOME/INSPECTA-models/micro-examples/microkit/aadl_port_types/data/base_type/hamr/microkit
make qemu
```
Expand Down
6 changes: 3 additions & 3 deletions micro-examples/microkit/aadl_port_types/data/struct/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@
1. *OPTIONAL* Rerun codegen
Launch the Slash script [micro-examples/microkit/aadl_port_types/data/aadl/bin/run-hamr.cmd](aadl/bin/run-hamr.cmd) from the command line.
Launch the Slash script [micro-examples/microkit/aadl_port_types/data/struct/aadl/bin/run-hamr.cmd](aadl/bin/run-hamr.cmd) from the command line.
```
micro-examples/microkit/aadl_port_types/data/aadl/bin/run-hamr.cmd
micro-examples/microkit/aadl_port_types/data/struct/aadl/bin/run-hamr.cmd
```
1. Build and simulate the image
Expand All @@ -104,7 +104,7 @@
```
export MICROKIT_BOARD=qemu_virt_aarch64
export MICROKIT_SDK=/root/microkit/release/microkit-sdk-1.4.1-dev.14+cf88629
cd $HOME/INSPECTA-models/micro-examples/microkit/aadl_port_types/data/hamr/microkit
cd $HOME/INSPECTA-models/micro-examples/microkit/aadl_port_types/data/struct/hamr/microkit
make qemu
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@
1. *OPTIONAL* Rerun codegen
Launch the Slash script [micro-examples/microkit/aadl_port_types/event_data/aadl/bin/run-hamr.cmd](aadl/bin/run-hamr.cmd) from the command line.
Launch the Slash script [micro-examples/microkit/aadl_port_types/event_data/array/aadl/bin/run-hamr.cmd](aadl/bin/run-hamr.cmd) from the command line.
```
micro-examples/microkit/aadl_port_types/event_data/aadl/bin/run-hamr.cmd
micro-examples/microkit/aadl_port_types/event_data/array/aadl/bin/run-hamr.cmd
```
1. Build and simulate the image
Expand All @@ -103,7 +103,7 @@
```
export MICROKIT_BOARD=qemu_virt_aarch64
export MICROKIT_SDK=/root/microkit/release/microkit-sdk-1.4.1-dev.14+cf88629
cd $HOME/INSPECTA-models/micro-examples/microkit/aadl_port_types/event_data/hamr/microkit
cd $HOME/INSPECTA-models/micro-examples/microkit/aadl_port_types/event_data/array/hamr/microkit
make qemu
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@
1. *OPTIONAL* Rerun codegen
Launch the Slash script [micro-examples/microkit/aadl_port_types/event_data/aadl/bin/run-hamr.cmd](aadl/bin/run-hamr.cmd) from the command line.
Launch the Slash script [micro-examples/microkit/aadl_port_types/event_data/base_type/aadl/bin/run-hamr.cmd](aadl/bin/run-hamr.cmd) from the command line.
```
micro-examples/microkit/aadl_port_types/event_data/aadl/bin/run-hamr.cmd
micro-examples/microkit/aadl_port_types/event_data/base_type/aadl/bin/run-hamr.cmd
```
1. Build and simulate the image
Expand All @@ -103,7 +103,7 @@
```
export MICROKIT_BOARD=qemu_virt_aarch64
export MICROKIT_SDK=/root/microkit/release/microkit-sdk-1.4.1-dev.14+cf88629
cd $HOME/INSPECTA-models/micro-examples/microkit/aadl_port_types/event_data/hamr/microkit
cd $HOME/INSPECTA-models/micro-examples/microkit/aadl_port_types/event_data/base_type/hamr/microkit
make qemu
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@
1. *OPTIONAL* Rerun codegen
Launch the Slash script [micro-examples/microkit/aadl_port_types/event_data/aadl/bin/run-hamr.cmd](aadl/bin/run-hamr.cmd) from the command line.
Launch the Slash script [micro-examples/microkit/aadl_port_types/event_data/struct/aadl/bin/run-hamr.cmd](aadl/bin/run-hamr.cmd) from the command line.
```
micro-examples/microkit/aadl_port_types/event_data/aadl/bin/run-hamr.cmd
micro-examples/microkit/aadl_port_types/event_data/struct/aadl/bin/run-hamr.cmd
```
1. Build and simulate the image
Expand All @@ -103,7 +103,7 @@
```
export MICROKIT_BOARD=qemu_virt_aarch64
export MICROKIT_SDK=/root/microkit/release/microkit-sdk-1.4.1-dev.14+cf88629
cd $HOME/INSPECTA-models/micro-examples/microkit/aadl_port_types/event_data/hamr/microkit
cd $HOME/INSPECTA-models/micro-examples/microkit/aadl_port_types/event_data/struct/hamr/microkit
make qemu
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@
1. *OPTIONAL* Rerun codegen
Launch the Slash script [micro-examples/microkit/port_queues/event_data_struct/aadl/bin/run-hamr.cmd](aadl/bin/run-hamr.cmd) from the command line.
Launch the Slash script [micro-examples/microkit/port_queues/event_data_array/aadl/bin/run-hamr.cmd](aadl/bin/run-hamr.cmd) from the command line.
```
micro-examples/microkit/port_queues/event_data_struct/aadl/bin/run-hamr.cmd
micro-examples/microkit/port_queues/event_data_array/aadl/bin/run-hamr.cmd
```
1. Build and simulate the image
Expand All @@ -104,7 +104,7 @@
```
export MICROKIT_BOARD=qemu_virt_aarch64
export MICROKIT_SDK=/root/microkit/release/microkit-sdk-1.4.1-dev.14+cf88629
cd $HOME/INSPECTA-models/micro-examples/microkit/port_queues/event_data_struct/hamr/microkit
cd $HOME/INSPECTA-models/micro-examples/microkit/port_queues/event_data_array/hamr/microkit
make qemu
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@
1. *OPTIONAL* Rerun codegen
Launch the Slash script [micro-examples/microkit/port_queues/event_data/aadl/bin/run-hamr.cmd](aadl/bin/run-hamr.cmd) from the command line.
Launch the Slash script [micro-examples/microkit/port_queues/event_data_base_types/aadl/bin/run-hamr.cmd](aadl/bin/run-hamr.cmd) from the command line.
```
micro-examples/microkit/port_queues/event_data/aadl/bin/run-hamr.cmd
micro-examples/microkit/port_queues/event_data_base_types/aadl/bin/run-hamr.cmd
```
1. Build and simulate the image
Expand All @@ -104,7 +104,7 @@
```
export MICROKIT_BOARD=qemu_virt_aarch64
export MICROKIT_SDK=/root/microkit/release/microkit-sdk-1.4.1-dev.14+cf88629
cd $HOME/INSPECTA-models/micro-examples/microkit/port_queues/event_data/hamr/microkit
cd $HOME/INSPECTA-models/micro-examples/microkit/port_queues/event_data_base_types/hamr/microkit
make qemu
```
Expand Down

0 comments on commit 63f4b85

Please sign in to comment.