mirror of https://github.com/efabless/caravel.git
Corrected a typo in the definition of the mgmt_io_oeb vector in
caravel.v, which should be the same as mgmt_io_in and mgmt_io_out and should equal the number of user I/O pads (38).
This commit is contained in:
parent
f5a9d4677e
commit
72341326e2
|
@ -175,7 +175,7 @@ module caravel (
|
|||
|
||||
wire [`MPRJ_IO_PADS-1:0] mgmt_io_in; /* one- and three-pin data in */
|
||||
wire [`MPRJ_IO_PADS-1:0] mgmt_io_out; /* one- and three-pin data out */
|
||||
wire [`MPRJ_IO_PADS-5:0] mgmt_io_oeb; /* output enable, used only by */
|
||||
wire [`MPRJ_IO_PADS-1:0] mgmt_io_oeb; /* output enable, used only by */
|
||||
/* the three-pin interfaces */
|
||||
wire [`MPRJ_PWR_PADS-1:0] pwr_ctrl_nc; /* no-connects */
|
||||
|
||||
|
|
Loading…
Reference in New Issue