Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
ybbh committed Jun 25, 2024
2 parents 8ef58c0 + 9547720 commit 16f0694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ First, we initiate the design by [using I/O automata to model the system](doc/mo
Then we use TLA+ to specify the design(__Step (1)__ in Architecture Figure).

Next, we run a model checker on this specification and ensure they pass the model-checking process(__Step (2)__), guaranteeing correctness at the abstraction level.
At the same time, the model checker generates a test case and trace set(__Step (3)__).
At the same time, the model checker generates a model, then we use [sedeve_trace_gen](https://github.com/scuptio/sedeve-kit/blob/main/src/trace_gen/main.rs) to generate the trace set by [finding all possible path algorithm](doc/generate_trace_algorithm.md)(__Step (3)__).


We then write the code based on the specification and [map the logical model to the physical system](doc/from_design_to_code.md).
Expand Down

0 comments on commit 16f0694

Please sign in to comment.