• Joined on 2023-07-24
morgan pushed to bugfix_moninj at morgan/artiq-zynq 2023-08-29 16:35:17 +08:00
42895bfd98 fix compiling error when cfg has has_rtio_moninj
morgan pushed to bugfix_moninj at morgan/artiq-zynq 2023-08-29 16:34:41 +08:00
morgan created branch bugfix_moninj in morgan/artiq-zynq 2023-08-29 16:34:41 +08:00
morgan deleted branch bugfix_zc706 from morgan/artiq-zynq 2023-08-29 13:21:15 +08:00
morgan deleted branch bugfix_demo from morgan/artiq-zynq 2023-08-29 13:21:05 +08:00
morgan commented on pull request M-Labs/artiq-zynq#250 2023-08-29 13:06:13 +08:00
Fix kasli_soc-demo compilation error with cfg

Difference between artiq and artiq-zynq

  • In artiq repo, the rust-cfg is generated by calling f.write(cpu_interface.get_rust_cfg(soc.get_csr_regions(), soc.get_constants())) in the…
morgan commented on pull request M-Labs/artiq-zynq#250 2023-08-29 11:32:39 +08:00
Fix kasli_soc-demo compilation error with cfg

Running python src/gateware/kasli_soc.py -r build/pl.rs -c build/rustc-cfg -m build/mem.rs kasli-soc-satellite.json with the line omitted, the build/rust-cfg don't have the has_virtual_leds

morgan created pull request M-Labs/artiq-zynq#250 2023-08-29 11:21:24 +08:00
Fix kasli_soc-demo compilation error with cfg
morgan reopened pull request M-Labs/artiq-zynq#249 2023-08-29 11:19:33 +08:00
main.rs: fix zc706 compiling error
morgan commented on pull request M-Labs/artiq-zynq#249 2023-08-29 11:19:32 +08:00
main.rs: fix zc706 compiling error

The zc706 has a different compilation error than the kasli_soc-demo. As the zc706 doesn't have io_expander, gating let (mut io_expander0, mut io_expander1) behind `#[cfg(feature = "target_kasli_s…

morgan pushed to bugfix at morgan/artiq-zynq 2023-08-29 11:16:06 +08:00
morgan created branch bugfix in morgan/artiq-zynq 2023-08-29 11:09:18 +08:00
morgan pushed to bugfix at morgan/artiq-zynq 2023-08-29 11:09:18 +08:00
c3d518ebe1 gate "let io_expander..." behind cfg
262304a073 add has_virtual_leds cfg flag
Compare 2 commits »
morgan created pull request M-Labs/artiq-zynq#249 2023-08-28 17:31:26 +08:00
main.rs: fix zc706 compiling error
morgan pushed to bugfix_zc706 at morgan/artiq-zynq 2023-08-28 17:30:27 +08:00
bc135f742f main.rs: add cfg to fix zc706 compiling error
morgan created pull request M-Labs/artiq-zynq#248 2023-08-28 17:19:34 +08:00
kasli_soc.py: add virtual leds csr device
morgan pushed to bugfix_demo at morgan/artiq-zynq 2023-08-28 17:14:39 +08:00
f4e4faaaac kasli_soc.py: add virtual leds csr device
morgan pushed to bugfix_demo at morgan/artiq-zynq 2023-08-28 17:14:28 +08:00
morgan created branch bugfix_demo in morgan/artiq-zynq 2023-08-28 17:14:28 +08:00
morgan pushed to bugfix_zc706 at morgan/artiq-zynq 2023-08-28 17:13:06 +08:00
622d267d55 add virtual LEDs, improve IO expander setup, drive TX_DISABLE