Zicclsm crashes FPGA
Created by: rosethompson
Enabling misaligned access cause FPGA Linux boot to fetch invalid instruction. I've already fixed the bug with a forth coming pull request. The underlying issue was the misalignment detection did not check if the access was valid. As such a page table walk which is always aligned was still checking IEUAdrM which may not be aligned.