The "synthesis LOC" meta comment should work in Verilog unless there is a syntax error in the code. The correct syntax is the following:
reg SamplePhase_90 /* synthesis COMP= SamplePhase_90 LOC="R2C14B" */;
A common mistake is to leave out the COMP constraint while using "synthesis LOC" comment. Refer to the Locating a Block to a Device Site section in FPGA Design Guide, which is available within the ispLEVER files or at http://www.latticesemi.com/view_document?document_id=9762
Alternatively you can specify where a register will be located by using the “LOCATE” command in the logical preference file (.LPF) instead of the “synthesis LOC” meta comment in the Verilog source.
The following lines in the .LPF file pack the registers into slices: