X-Git-Url: https://git.libre-soc.org/?p=shakti-peripherals.git;a=blobdiff_plain;f=src%2Flib%2Fifc_sync.bsv;h=c17920636609ceb7dd9bc3e8f3ce6c19fb09865b;hp=bfdd8c3234ebceb9050b99b5cbd063f1f3fa7aef;hb=0128c8f8effb17f73ce277415573165cded44176;hpb=9630336b1b983ed25e7c451cf008d45fae389b6d diff --git a/src/lib/ifc_sync.bsv b/src/lib/ifc_sync.bsv index bfdd8c3..c179206 100644 --- a/src/lib/ifc_sync.bsv +++ b/src/lib/ifc_sync.bsv @@ -3,6 +3,7 @@ package ifc_sync; import Clocks::*; import GetPut::*; + (*always_ready,always_enabled*) interface Ifc_sync#(type a); interface Put#(a) put; interface Get#(a) get;