This repository was archived by the owner on Jan 29, 2021. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork0
MRF based timing network toolkit.
License
NotificationsYou must be signed in to change notification settings
icshwi/timnet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Each device in the timing system is given an unique identifier, the Topology ID. The master EVM is given ID 0x00000000. The downstream devices are given IDs with the least significant four bits representing the port number the device is connected to. Each EVM left shifts its own ID by four bits and assigns the downstream port number to the lowest four bits to form the topology ID for the downstream devices in the next level. The topolofgy IDs are represented above the devices in the example layout in ./doc/ figure.
- To expose the timing network topology the states
- Background for an eventual timing network GUI development
- Maintenance checks after changes or shutdowns
- SAT and SIT purposes
- Timing network monitoring
- Define the inventory.json
- python -m timnet -h
- Output inside ./json
- Plot ./json withhttps://vanya.jp.net/vtree/
- Read the timing network distribution:
input: inventory.jsonoutput: network.jsonpython -m timnet --net
- Plot the network
input: network.jsonoutput: plot.jsonpython -m timnet --plot
- Check errors
input: check.json, network.jsonoutput: consolepython -m timnet --check
- All together
python -m timnet --net --plot --check
About
MRF based timing network toolkit.
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published