• Joined on 2023-07-24
morgan pushed to WRPLL at morgan/artiq-zynq 2023-12-20 14:32:48 +08:00
81fd41dbbe WRPLL interrupt firmware
morgan pushed to WRPLL at morgan/artiq-zynq 2023-12-20 14:22:00 +08:00
df0ffddbc9 WRPLL interrupt firmware
7ea59b54d8 Si549 firmware
bc59b4e6f8 WRPLL gateware
Compare 3 commits »
morgan pushed to WRPLL at morgan/artiq-zynq 2023-12-19 17:47:53 +08:00
3d9dc1e886 WRPLL firmware
morgan created pull request M-Labs/zynq-rs#109 2023-12-19 17:20:18 +08:00
GIC: fix wrong core target config when enabling interrupt
morgan created branch irq_fix in morgan/zynq-rs 2023-12-19 17:14:24 +08:00
morgan pushed to irq_fix at morgan/zynq-rs 2023-12-19 17:14:24 +08:00
99ad16bfc1 fix wrong core target config
a43b8bf64e mkbootimage: work around buffer overflow
91bae572f9 fix "unknown argument '-Wl,--undefined=AUDITABLE_VERSION_INFO'"
301f9236e5 switch to nixpkgs cargo-xbuild (with workaround for rust nonsense)
55b36ee37e switch to new nixpkgs release
Compare 5 commits »
morgan pushed to WRPLL at morgan/artiq-zynq 2023-12-19 17:10:12 +08:00
15959c6426 WRPLL firmware
e197da8355 Si549 firmware
2cb50b5022 WRPLL gateware
Compare 3 commits »
morgan pushed to WRPLL at morgan/artiq-zynq 2023-12-15 17:44:32 +08:00
5ea9e69e16 WRPLL interrupt service routine
1afc570e02 WRPLL firmware
269d99316e WRPLL gateware
Compare 3 commits »
morgan closed pull request M-Labs/zynq-rs#108 2023-12-15 12:53:29 +08:00
GlobalTimer: add support for starting timer with interrupt
morgan commented on pull request M-Labs/zynq-rs#108 2023-12-15 12:53:28 +08:00
GlobalTimer: add support for starting timer with interrupt

Shouldn't they be triggered instead from "DDMTD measurement completed" interrupts from the gateware?

Yes that will actually improve the better tracking performance for the PLLs, closing.

morgan commented on pull request M-Labs/zynq-rs#108 2023-12-15 10:40:17 +08:00
GlobalTimer: add support for starting timer with interrupt

Misclicked closed for cancel comments

morgan reopened pull request M-Labs/zynq-rs#108 2023-12-15 10:40:17 +08:00
GlobalTimer: add support for starting timer with interrupt
morgan closed pull request M-Labs/zynq-rs#108 2023-12-15 10:39:31 +08:00
GlobalTimer: add support for starting timer with interrupt
morgan pushed to WRPLL at morgan/artiq-zynq 2023-12-15 10:28:10 +08:00
c5375f1523 WRPLL interrupt service routine
d6358ff730 WRPLL firmware
3d3ab8d3f9 WRPLL gateware
33cf924805 flake: update dependencies
f7887b14f6 flake: update dependencies
Compare 8 commits »
morgan pushed to master at morgan/zynq-rs 2023-12-15 10:15:37 +08:00
1df7d1bb7d fix typo
morgan commented on pull request M-Labs/zynq-rs#108 2023-12-15 09:56:13 +08:00
GlobalTimer: add support for starting timer with interrupt

Why would WRPLL need the timer?

It's for WRPLL interrupt service routine, so the main&helper PLL will run periodically using the timer interrupt instead of using timer.delay_us() and…

morgan created pull request M-Labs/zynq-rs#108 2023-12-14 13:06:07 +08:00
GlobalTimer: add support for starting timer with interrupt
morgan pushed to master at morgan/zynq-rs 2023-12-14 13:04:28 +08:00
1b714a8ca0 GlobalTimer: add timer IRQ to experiment
morgan pushed to master at morgan/zynq-rs 2023-12-14 12:56:16 +08:00
83d8b023fe GlobalTimer: add timer IRQ to experiment
535c162034 GlobalTimer: add timer start with interrupt
Compare 2 commits »
morgan pushed to master at morgan/zynq-rs 2023-12-14 12:37:10 +08:00
72c2023564 GlobalTimer: add timer IRQ to experiment