Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions hdl/projects/cosmo_seq/sequencer/sequencer_regs.rdl
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,9 @@ This regulator controls V1P1_SP5_A0, V1P8_SP5_A0 and V3P3_SP5_A0 rails.";
field {
desc = "sp5_mfg_mode_l live status, (From SP5 to FPGA)";
} sp5_mfg_mode_l[1];
field {
desc = "sp5_perst_l live status, (From SP5 hotplug to FPGA)";
} sp5_perst_l[1];
} nic_readbacks;

reg {
Expand Down
1 change: 1 addition & 0 deletions hdl/projects/cosmo_seq/sequencer/sp5_sequencer.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ begin
nic_readbacks.ext_rst_l <= nic_seq.ext_rst_l;
nic_readbacks.perst_l <= nic_seq.perst_l;
nic_readbacks.cld_rst_l <= nic_seq.cld_rst_l;
nic_readbacks.sp5_perst_l <= sp5_t6_perst_l;

fans_power_ok <= early_power_rdbks.fan_hsc_west_pg and
early_power_rdbks.fan_hsc_central_pg and
Expand Down
Loading