X-Git-Url: https://git.libre-soc.org/?p=shakti-peripherals.git;a=blobdiff_plain;f=src%2Fperipherals%2Fqspi%2Fqspi.bsv;h=1bbd12d1cb305a6e37001381c6566243261bf345;hp=7470aec30d7826956c194fa3d613f3f7582e26d1;hb=665f746325b340d51ca2be8271e537f71d10102c;hpb=fb060784a9d18dbf60d0b8245da4ac7fec8ebae7 diff --git a/src/peripherals/qspi/qspi.bsv b/src/peripherals/qspi/qspi.bsv index 7470aec..1bbd12d 100644 --- a/src/peripherals/qspi/qspi.bsv +++ b/src/peripherals/qspi/qspi.bsv @@ -58,7 +58,7 @@ package qspi; /*(* always_ready, result="io3_sdio_ctrl" *) */ method Bit#(9) io3_sdio_ctrl; /*(* always_ready, result="io_enable" *)*/ - interface Get#(Bit#(4)) io_outen; + interface Get#(Bit#(4)) io_out_en; /*(* always_ready, always_enabled *) */ //method Action io_i ((* port="io_i" *) Bit#(4) io_in); // in interface Put#(Bit#(4)) io_in;