From c3fdb3f8bdf8d5677170458f10a107a47502dec5 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 29 Jul 2018 10:36:49 +0100 Subject: [PATCH] horrible clock-sync hack --- src/bsv/bsv_lib/slow_peripherals_template.bsv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::*; -- 2.30.2