Egor Savkin esavkin
  • Joined on 2022-09-30
esavkin created branch 1697-rtiomap in esavkin/artiq-zynq 2022-12-12 17:35:23 +08:00
esavkin pushed to 1697-rtiomap at esavkin/artiq-zynq 2022-12-12 17:35:23 +08:00
028dcd1786 Draft
esavkin pushed to master at esavkin/artiq-zynq 2022-12-09 17:18:21 +08:00
c281505aa0 flake: fix cargo hash
db0e41af6d update zynq-rs and some Rust deps
a07ebb4dc0 flake: nixos 22.11
Compare 3 commits »
esavkin commented on issue M-Labs/artiq-zynq#206 2022-12-08 17:30:49 +08:00
cargo warnings with nixos 22.11 rust infrastructure

How to reproduce this issue? I tried to compile it, but none of the warnings were emitted.

esavkin pushed to master at esavkin/artiq-zynq 2022-11-10 14:38:23 +08:00
d5402d899f flake: update dependencies
bbecead9a3 examples: fix ref_multiplier
c834e4f503 enable network and mgmt during Rust panic, make RTIO PLL lock failure a panic
dc862a9051 match ident message with mainline
19e60073de kasli_soc: ident = variant name
Compare 7 commits »
esavkin created repository esavkin/zynq-rs 2022-10-21 14:33:05 +08:00
esavkin closed issue M-Labs/artiq-zynq#178 2022-10-10 15:35:31 +08:00
artiq_coremgmt reboot broken
esavkin created pull request M-Labs/artiq-zynq#202 2022-10-07 13:06:34 +08:00
Implement reboot for artiq_coremgmt
esavkin pushed to reboot_support_mngmt at esavkin/artiq-zynq 2022-10-07 13:06:08 +08:00
1220268822 Implement reboot for artiq_coremgmt
esavkin created branch reboot_support_mngmt in esavkin/artiq-zynq 2022-10-07 13:06:08 +08:00
esavkin created repository esavkin/artiq-zynq 2022-10-07 13:00:47 +08:00
esavkin created pull request M-Labs/zynq-rs#101 2022-10-07 12:59:53 +08:00
Fix soft_rst bit, add reboot function
esavkin pushed to esavkin/reboot_support at M-Labs/zynq-rs 2022-10-07 12:58:21 +08:00
0a3a777652 Fix soft_rst bit, add reboot function
esavkin pushed to esavkin/reboot_support at M-Labs/zynq-rs 2022-10-07 11:04:53 +08:00
b25672eed0 Fix soft_rst bit, add reboot function
esavkin created branch esavkin/reboot_support in M-Labs/zynq-rs 2022-10-07 11:04:52 +08:00
esavkin commented on issue M-Labs/artiq-zynq#196 2022-10-06 10:01:45 +08:00
Problems with DMA on Kasli-Soc

which firmware/gateware are you using?

current master's kasli_soc-master-jtag

esavkin closed issue M-Labs/artiq-zynq#201 2022-10-05 17:07:36 +08:00
Kasli-SoC get_rtio_counter_mu always returns 0
esavkin commented on issue M-Labs/artiq-zynq#201 2022-10-05 17:07:20 +08:00
Kasli-SoC get_rtio_counter_mu always returns 0

I ran code you provided, but was unable to reproduce the issue. I also added @kernel decorator, but that didn't have any effect. Output values seems to be fine:

counter: 1495496331440
counte…
esavkin commented on issue M-Labs/artiq-zynq#196 2022-10-05 16:42:06 +08:00
Problems with DMA on Kasli-Soc

I am trying to reproduce the issue, however I'm unable to make it hang. Moreover, I've run this code

So, if we take this code as an example:

And got nearly the same result, as you mentioned…