You would implement this the same way as any other external module
declare it like this
( .(your internal signal to be connected), .(), .(), .90 )
Where is the name of the library module you wish to use.
Note that the angle brackets '' are placeholders that would not appear. The periods before the signal names are required for Verilog, and all the parenthesis are also required.
Cheers
PeteS