occheung
  • Joined on 2020-05-03
occheung commented on pull request M-Labs/artiq-zynq#323 2024-11-20 09:41:32 +08:00
Support CoreMgmt over DRTIO on Zynq Devices

It might be possible if you start multiple aqctl_corelog with different binding ports specified by -p. Though in practice, all I see is the older aqctl_corelog not emitting anything, even…

occheung pushed to drtio-coremgmt at occheung/artiq-zynq 2024-11-18 16:09:57 +08:00
47fc53c4bf drtio_tuple -> drtio_context
42eaecf9e1 remove debug message
beb7e6f994 cargo fmt
4502a47aa6 drtio_proto: add allocate step for flashing
ac6b7d5cf0 satman: fix checksum error message
Compare 45 commits »
occheung deleted branch efc-disconnect from occheung/artiq-zynq 2024-11-18 14:43:49 +08:00
occheung created pull request M-Labs/artiq-zynq#338 2024-11-18 12:11:12 +08:00
runtime: handle drtio-eem satellite disconnection
occheung pushed to efc-disconnect at occheung/artiq-zynq 2024-11-18 12:09:08 +08:00
244c7396d9 runtime: handle drtio-eem satellite disconnection
occheung pushed to efc-disconnect at occheung/artiq-zynq 2024-11-18 11:54:15 +08:00
92c768e88f runtime: handle drtio-eem satellite disconnection
2c633409b8 Set FCLK0 for EBAZ4205
9774b39fd8 flake: update zynq-rs
9054e4a7cb flake: update zynq-rs, switch to oxalica rust overlay
d79bf8d54a gateware: Add default TTLs to EBAZ4205 (#335)
Compare 10 commits »
occheung created branch efc-disconnect in occheung/artiq-zynq 2024-11-18 11:54:14 +08:00
occheung commented on pull request M-Labs/nac3#553 2024-11-12 16:26:33 +08:00
Terminate both binary operator branches with *_end basic blocks

The panic looks like this currently:

; ModuleID = 'main'
source_filename = "main"
target datalayout = "e-m:e-p:32:32-i64:64-n32-S128"
target triple = "riscv32-unknown-linux"

%min_arti…
occheung created pull request M-Labs/nac3#553 2024-11-12 16:25:54 +08:00
Terminate both binary operator branches with *_end basic blocks
occheung pushed to nested-binop at occheung/nac3 2024-11-12 15:44:18 +08:00
654cfb64fb boolop: terminate both branches with *_end_bb
occheung created branch nested-binop in occheung/nac3 2024-11-12 15:39:21 +08:00
occheung pushed to nested-binop at occheung/nac3 2024-11-12 15:39:21 +08:00
16bba6c721 binop: terminate both branches with *_end_bb
occheung deleted branch logical-not from occheung/nac3 2024-11-12 15:21:53 +08:00
occheung created pull request M-Labs/nac3#552 2024-11-12 12:14:03 +08:00
Pass kernel return alongside attributes writeback
occheung pushed to master at occheung/nac3 2024-11-12 12:08:27 +08:00
979209a526 binop: expand `not` operator as loglcal not
occheung pushed to kern-return at occheung/nac3 2024-11-12 12:04:17 +08:00
b53266e9e6 artiq: use async RPC for attributes writeback
86eb22bbf3 artiq: main is always the last module
beaa38047d artiq: suppress main module debug warning
705dc4ff1c artiq: lump return value into attributes writeback RPC
Compare 4 commits »
occheung created branch kern-return in occheung/nac3 2024-11-12 12:04:17 +08:00
occheung created pull request M-Labs/nac3#551 2024-11-08 17:32:02 +08:00
Treat not operator as logical not
occheung pushed to master at occheung/nac3 2024-11-08 17:14:53 +08:00
c3927d0ef6 [ast] Refactor lazy_static to LazyLock
202a902cd0 [meta] Update dependencies
b6e2644391 [meta] Update cargo dependencies
45cd01556b [meta] Apply cargo fmt
b6cd2a6993 [meta] Reorganize order of use declarations - Phase 3
Compare 714 commits »
occheung created branch logical-not in occheung/nac3 2024-11-08 17:13:34 +08:00