[la_syncfifo.v](https://github.com/siliconcompiler/lambdalib/blob/main/lambdalib/ramlib/rtl/la_syncfifo.v) and [la_asyncfifo.v](https://github.com/siliconcompiler/lambdalib/blob/main/lambdalib/ramlib/rtl/la_asyncfifo.v) currently use a 2d ram array for memory. The should use the [la_dpram.v](https://github.com/siliconcompiler/lambdalib/blob/main/lambdalib/ramlib/rtl/la_dpram.v) ram wrapper instead.