Skip to content

Commit b442d2d

Browse files
minibar: fix register case consistency (#421)
This affects hubris codegen so I should be consistent.
1 parent cd50a17 commit b442d2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hdl/projects/minibar/minibar_controller.rdl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ addrmap minibar_controller {
198198
} VBUS_SLED_RESTART[4:4] = 0;
199199

200200
field {
201-
desc = "fpga_to_vbus_sled_hsc_en pin control";
201+
desc = "fpga_to_vbus_sled_hsc_en pin software control";
202202
} VBUS_SLED_EN[0:0] = 0;
203203
} POWER_CTRL;
204204

@@ -231,7 +231,7 @@ addrmap minibar_controller {
231231
} FAULT_PIN[0:0] = 0;
232232
};
233233

234-
power_rail_state vbus_sled;
234+
power_rail_state VBUS_SLED;
235235

236236
reg {
237237
name = "Control for the VSC7448 and VSC8504 reset lines.";
@@ -260,8 +260,8 @@ addrmap minibar_controller {
260260
} V3P3_PCIE_EN[0:0] = 1;
261261
} PCIE_POWER_CTRL;
262262

263-
power_rail_state v12_pcie;
264-
power_rail_state v3p3_pcie;
263+
power_rail_state V12_PCIE;
264+
power_rail_state V3P3_PCIE;
265265

266266
reg {
267267
name = "Control for the PI6CB33201 PCIe Reference Clock Buffer";

0 commit comments

Comments
 (0)