Two quick fixes that enable fpga_mem_gen to work with either Python 2 or Python 3: * Change an `xrange` instance to `range` * Wrap the arguments of a bare `print` in parentheses