From: Luke Kenneth Casson Leighton Date: Sun, 29 Jul 2018 09:36:49 +0000 (+0100) Subject: horrible clock-sync hack X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3fdb3f8bdf8d5677170458f10a107a47502dec5;p=pinmux.git horrible clock-sync hack --- diff --git a/src/bsv/bsv_lib/slow_peripherals_template.bsv b/src/bsv/bsv_lib/slow_peripherals_template.bsv index 9fd483a..1eece87 100644 --- a/src/bsv/bsv_lib/slow_peripherals_template.bsv +++ b/src/bsv/bsv_lib/slow_peripherals_template.bsv @@ -14,7 +14,7 @@ package slow_peripherals; /*===========================*/ /*=== package imports ===*/ import Clocks::*; - import Ifc_sync:: *; + import ifc_sync:: *; import GetPut::*; import ClientServer::*; import Connectable::*;