Harry Wu htgazurex1212
  • Joined on 2025-06-14
htgazurex1212 created pull request M-Labs/artiq-zynq#419 2025-07-26 16:16:47 +08:00
Add nac3_{malloc, free} Functions
htgazurex1212 created branch HTGAzureX1212/nac3-malloc in htgazurex1212/artiq-zynq 2025-07-26 16:10:00 +08:00
htgazurex1212 pushed to HTGAzureX1212/nac3-malloc at htgazurex1212/artiq-zynq 2025-07-26 16:10:00 +08:00
9215f24b9f add nac3_{malloc, free} functions
htgazurex1212 pushed to master at htgazurex1212/artiq-zynq 2025-07-26 11:28:45 +08:00
767b725db7 runtime: make restart_idle static
htgazurex1212 closed pull request M-Labs/zynq-rs#141 2025-07-25 17:35:37 +08:00
WIP: Replacing the Linked List Allocator
htgazurex1212 commented on pull request M-Labs/zynq-rs#141 2025-07-25 17:35:37 +08:00
WIP: Replacing the Linked List Allocator

Triage: closing for now. The implementation for dynamic memory allocation for nac3 is allocator-independent (just use whatever the runtime uses). Performance considerations is for now a side-mission.

htgazurex1212 pushed to master at htgazurex1212/nac3 2025-07-25 16:48:55 +08:00
5fa4457aee update ARTIQ source used for PGO
e135efa58e update dependencies
3831f071d5 [artiq] use the right incoming bb for rpc array loop
7487b42db9 always run a pass to strip dead IRRT functions
6e627cc5f6 add staticmethod support
Compare 18 commits »
htgazurex1212 pushed to HTGAzureX1212/malloc at htgazurex1212/zynq-rs 2025-07-23 08:07:33 +08:00
da51845aac debug: add DFAR to DataAbort
htgazurex1212 pushed to master at htgazurex1212/zynq-rs 2025-07-22 12:05:39 +08:00
df3b94a83a fix: escaped username in remote_run script
htgazurex1212 commented on issue M-Labs/artiq-zynq#418 2025-07-21 19:18:56 +08:00
remote_run.sh: Assumption of Access to 192.168.1.52 from Running Machine

So I also need to setup a port redirection for 4269. I see.

htgazurex1212 commented on issue M-Labs/artiq-zynq#418 2025-07-21 19:17:39 +08:00
remote_run.sh: Assumption of Access to 192.168.1.52 from Running Machine

So I cannot run this on my local machine. I thought of cloning the repository and running things on RPI-4, but that doesn't seem like it would work either.

htgazurex1212 deleted branch HTGAzureX1212/remote-run-username from htgazurex1212/zynq-rs 2025-07-21 19:12:04 +08:00
htgazurex1212 created pull request M-Labs/zynq-rs#143 2025-07-21 19:10:16 +08:00
Fix: Escaped $USER in remote_run.sh
htgazurex1212 created branch HTGAzureX1212/remote-run-username in htgazurex1212/zynq-rs 2025-07-21 19:09:44 +08:00
df3b94a83a fix: escaped username in remote_run script
htgazurex1212 opened issue M-Labs/artiq-zynq#418 2025-07-21 19:05:23 +08:00
remote_run.sh: Assumption of Access to 192.168.1.52 from Running Machine
htgazurex1212 pushed to master at htgazurex1212/artiq-zynq 2025-07-19 09:48:22 +08:00
e02b56b709 flake: update dependencies
8223d263f6 libconfig: remove Config struct
1c64f4488a update cargo lockfile
67d79c81a5 satman: return rtio init reply in subkernels
Compare 4 commits »
htgazurex1212 pushed to HTGAzureX1212/malloc at htgazurex1212/zynq-rs 2025-07-18 17:22:45 +08:00
99e6d564d7 primitive malloc/free bench
def5f57318 chore: stub for benchmarks
68716f9483 ram: FLLEN = 24, SLLEN = 16
ed9700f343 ram: use <32, 32> instead
81c25d33e4 ram: subtraction instead of .offset_from()
Compare 10 commits »
htgazurex1212 pushed to master at htgazurex1212/zynq-rs 2025-07-18 17:18:42 +08:00
e3f2c44dd9 libconfig: remove Config struct