master: fix kasli-soc demo compilation warning #274
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/artiq-zynq#274
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "morgan/artiq-zynq:demo_warning_fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
use crate::pl::csr;
andvirtual_led_mapping
nix build <variant> -L
for kasli_soc master, satellite, standalone and all built successfullyCompilation Warning before patch
Does
io_expander
even make sense if there's novirtual_leds
?On standalone Kasli-SoCs that means the task isn't actually doing anything at the moment.
What about gating the compilation of
io_expander.rs
atlib.rs
and the io_expander task atmain.rs
behindhas_drtio
? Since standalone to my knowledge don't use SFP and hence no io_expander is neededYes, I was actually thinking about that too.
22d0a22b2e
to4a34777b97