Etienne Wodey
Etienne Wodey
Hello, thanks a lot for this project! I had problems using `make install` for the following reasons: - `mmappable_vector.h` was not installed to `$PREFIX/include` - `DESTDIR` was not supported in...
# Bug Report ## One-Line Summary For gateware/firmware built against an ARTIQ-7 revision after (including) c60de48 (`smoltcp` update and DHCP feature), the coredevice cannot be accessed across subnets. This is...
# ARTIQ Pull Request ## Description of Changes Add convenience methods to Phaser coredevice driver for manipulating front panel LEDs. New methods: - `get_leds()`: retrieve the state of all front...
# Bug Report ## One-Line Summary When using DRTIO, inter-channel synchronization with Urukul doesn't work, although the same configuration produces the expected results on a standalone crate. ## Issue Details...
# Bug Report ## One-Line Summary Certain RPC-heavy experiments trigger the following error (in the coredevice UART logs) after a few hours runtime: ``` [ 28.437425s] INFO(runtime::kern_hwreq): resetting RTIO [...
# Bug Report ## One-Line Summary `artiq_sinara_tester` underflows in [setup_mirny()](https://github.com/m-labs/artiq/blob/2671c271d4e9d18d48b3e424912f0c30fa0d9aa3/artiq/frontend/artiq_sinara_tester.py#L296-L306). ## Issue Details I found the following implementations to remove the RTIO underflow: ```python @kernel def setup_mirny(self, channel, frequency): self.core.break_realtime()...
# ARTIQ Feature Request ## Problem this request addresses The discussion on #1544 shows that an API for accessing full functionality of the underlying HDF5 storage should be designed. This...
# ARTIQ Feature Request ## Problems this request addresses 1. the [urukul coredevice driver](https://github.com/m-labs/artiq/blob/master/artiq/coredevice/urukul.py#L166-L167) defaults to `clk_sel = 0` but `refclk = 125e6`, which is strange since `clk_sel = 0`...
For modules that are not built into standalone executables, it is useful to be able to select an alternate entry point name.
### Summary Improve the testing coverage: - test examples against the installed packages instead of the source checkout - test against multiple (hand-selected) versions of Qiskit. Since the package is...