Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrvideo/uppaalglobalclock
A simple global clock example in UPPAAL.
https://github.com/mrvideo/uppaalglobalclock
uppaal
Last synced: about 1 month ago
JSON representation
A simple global clock example in UPPAAL.
- Host: GitHub
- URL: https://github.com/mrvideo/uppaalglobalclock
- Owner: MrVideo
- Created: 2024-07-15T10:31:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T10:32:13.000Z (6 months ago)
- Last Synced: 2024-12-07T11:30:36.115Z (about 2 months ago)
- Topics: uppaal
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Global clock in UPPAAL
This [UPPAAL](https://uppaal.org/) model provides a simple example of a global clock that starts first and controls all other templates through a system-defined priority hierarchy.
The clock follows a simple sawtooth graph: it is first initialised at 0, then it is incremented until it reaches a value of 1; finally, it is reset to 0 and the clock tick signal is sent through the `tick` channel.