You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a workaround, long programs can be broken up (e.g. by inserting labels in cQASM), for a true solution multiple seq_wait instructions need to be generated for the cases described above,
The text was updated successfully, but these errors were encountered:
If a single 'kernel' takes longer than 65535*20 ns (~1.3 ms), the backend can generate an operand to seq_wait exceeding the maximum of 65535 (2^16-1), causing assembly on the CC to fail (see https://github.com/QuTech-Delft/OpenQL/blob/develop/src/ql/arch/cc/pass/gen/vq1asm/detail/codegen.cc#L1259).
As a workaround, long programs can be broken up (e.g. by inserting labels in cQASM), for a true solution multiple seq_wait instructions need to be generated for the cases described above,
The text was updated successfully, but these errors were encountered: