• Joined on 2021-07-22
Loading Heatmap…

mwojcik commented on pull request M-Labs/artiq-zynq#270

Add grabber module

Seems to work fine according to the customer, after replacing the delay with an ``async``-friendly version. Just replace ``timer.delay(200)`` with: ``` let mut countdown = timer.countd…

2023-10-13 11:09:05 +08:00

mwojcik commented on pull request M-Labs/artiq-zynq#270

Add grabber module

I believe this should be a countdown like in https://git.m-labs.hk/M-Labs/artiq-zynq/src/commit/812aea33b3cae41f70d35d5ca8a6eb4a507fdbed/src/runtime/src/rtio_mgt.rs#L425, otherwise this task will never yield. Will need to double check. If timing is not an issue and grabber tick can be done anytime, it could be a yield like the io expander task above.

2023-10-12 18:17:52 +08:00

mwojcik commented on pull request M-Labs/artiq-zynq#270

Add grabber module

Also should be behind has_grabber, otherwise will warn about unused import

2023-10-12 18:13:33 +08:00

mwojcik commented on pull request M-Labs/artiq-zynq#270

Add grabber module

``clk_freq``, actually can also introduce that to standalone

2023-10-12 18:12:22 +08:00

mwojcik pushed to master at M-Labs/artiq-zynq

  • b9a0bcabeb ksupport: fix build on acpki variants

2023-10-09 17:10:52 +08:00

mwojcik pushed to master at M-Labs/artiq-zynq

2023-10-09 11:50:53 +08:00

mwojcik pushed to subkernels_satellite at mwojcik/artiq-zynq

2023-10-09 11:45:47 +08:00

mwojcik pushed to subkernels_satellite at mwojcik/artiq-zynq

2023-10-09 11:42:57 +08:00

mwojcik created pull request M-Labs/artiq-zynq#267

Subkernels: satellite support

2023-10-09 11:16:16 +08:00

mwojcik pushed to subkernels_satellite at mwojcik/artiq-zynq

2023-10-09 10:57:58 +08:00

mwojcik pushed to subkernels_master at mwojcik/artiq-zynq

2023-10-09 10:46:29 +08:00

mwojcik pushed to 100mhz_support at mwojcik/artiq-zynq

2023-10-06 16:27:27 +08:00

mwojcik pushed to 100mhz_support at mwojcik/artiq-zynq

2023-10-06 16:25:37 +08:00

mwojcik created pull request M-Labs/artiq-zynq#265

fix 100mhz PLL bypass support

2023-10-06 15:44:28 +08:00

mwojcik pushed to 100mhz_support at mwojcik/artiq-zynq

2023-10-06 15:26:17 +08:00

mwojcik created branch 100mhz_support in mwojcik/artiq-zynq

2023-10-06 15:22:38 +08:00

mwojcik pushed to 100mhz_support at mwojcik/artiq-zynq

2023-10-06 15:22:38 +08:00

mwojcik commented on issue M-Labs/artiq-zynq#246

satellite: SYS CLK did not switch

Oh. Yeah that's probably not going to work, when you switch the frequencies from 125MHz to 100MHz for the delicate machine tuned for a specific frequency that are the GTX transceivers. The good…

2023-10-06 09:01:49 +08:00

mwojcik pushed to master at M-Labs/artiq-zynq

2023-10-05 12:17:57 +08:00

mwojcik commented on issue M-Labs/artiq-zynq#246

satellite: SYS CLK did not switch

I just checked with a 1.1.1 Kasli-SoC on newest master: ``` [ 0.005237s] INFO(runtime): gateware ident: master [ 0.015289s] INFO(libboard_zynq::i2c): PCA9548 detected [ …

2023-10-05 12:11:24 +08:00