restore missing pragma

This commit is contained in:
Yehowshua Immanuel 2023-09-25 03:37:13 -04:00
parent 257507e3fa
commit e0b5d55387

View file

@ -11,6 +11,7 @@ import State::*;
interface IDeserializer#(numeric type clkFreq, numeric type baudRate);
method Bit#(8) get();
(* always_enabled , always_ready *)
method Action putBitIn(Bit#(1) bitIn);
endinterface