Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove labscript instruction limit #18

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ All timings are given relative to the default system clock of 100 MHz.
* **Minimum Pulse Width**: 5 clock cycles (50 ns)
* **Max Pulse Rate**: 1/10 system clock frequency (10 MHz)
* **Maximum Pulse Width**: 2^32 - 1 clock cycles (42.94967295 s)
* **Max Instructions**: 30,000 (23,000 inside Labscript due to ZMQ timeout)
* **Max Instructions**: 30,000
* Supports Indefinite Waits and Full Stops
* Max system clock frequency of 133 MHz

Expand Down