# -*- mode: snippet -*-
# key: lp
# --

localparam ${1:PARAM_NAME} = ${2:param_value};
