when reading verilog files the "localpram" keyword is not recognized and yields parser errors, preventing the design to load.
I think it should be easy to fix as the "localparam" keyword should be treated exactly as the "parameter" keyword, the only exception being the scope (local parameters cannot be specified when instancing the module).