From: Christopher Celio Date: Tue, 1 May 2018 00:03:50 +0000 (-0700) Subject: [rv64ua/lrsc] Initialize memory read out. (#135) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=67500e2f200619bcd8ca3a8e5d396ea3021a7e27;hp=67500e2f200619bcd8ca3a8e5d396ea3021a7e27;p=riscv-tests.git [rv64ua/lrsc] Initialize memory read out. (#135) * [rv64ua/lrsc] Initialize memory read out. Even though the load contents are discarded, this un-initialized memory value can lead to a divergence for co-simulation between two different RISC-V designs. * [rv64ua/lrsc] Use .skip instead of .align. ---