restore missing pragma
This commit is contained in:
parent
257507e3fa
commit
e0b5d55387
|
@ -11,6 +11,7 @@ import State::*;
|
||||||
|
|
||||||
interface IDeserializer#(numeric type clkFreq, numeric type baudRate);
|
interface IDeserializer#(numeric type clkFreq, numeric type baudRate);
|
||||||
method Bit#(8) get();
|
method Bit#(8) get();
|
||||||
|
(* always_enabled , always_ready *)
|
||||||
method Action putBitIn(Bit#(1) bitIn);
|
method Action putBitIn(Bit#(1) bitIn);
|
||||||
endinterface
|
endinterface
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue