restore missing pragma
This commit is contained in:
parent
257507e3fa
commit
e0b5d55387
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue