MorganTL
MorganTL
Can't do oneliner???? What's the point of using this 0/10 How to reproduce: ```bython def print_message(num_of_times) { for i in range(num_of_times) {print("Bython is awesome!"); }} print_message(10); ``` Error message: ```...
## Summary - gateware: add servo support - `adc_phy.py`: add 4.8 MSPS LTC232 ADC phy (a speed up from the 3.788 MSPS from Phaser Classic) - used serializer to speed...
# Bug Report ## One-Line Summary `AssertionError` when declaring `bytearray(len)` inside of kernel, see example below ## Issue Details ### Steps to Reproduce example with error ```python from artiq.language.core import...