From: Luke Kenneth Casson Leighton Date: Mon, 23 Jul 2018 14:15:15 +0000 (+0100) Subject: add GetPut import X-Git-Url: https://git.libre-soc.org/?p=shakti-peripherals.git;a=commitdiff_plain;h=10c6836470c2f3a5c863f482e951b5f34a42dd11 add GetPut import --- diff --git a/src/peripherals/uart/Uart16550.bsv b/src/peripherals/uart/Uart16550.bsv index ecdc1ac..8bb9d1b 100644 --- a/src/peripherals/uart/Uart16550.bsv +++ b/src/peripherals/uart/Uart16550.bsv @@ -69,6 +69,7 @@ import FIFOF::*; import FIFOLevel::*; import Clocks::*; import ClientServer::*; +import GetPut::*; import defined_types::*; import AXI4_Lite_Types::*; import AXI4_Lite_Fabric::*;