From: Michael Neuling Date: Fri, 28 Feb 2020 04:54:21 +0000 (+1100) Subject: gitignore: Fix RAM file name X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54a399f162dba06b894db5957471efbc005e2630;p=microwatt.git gitignore: Fix RAM file name From: commit 8e0389b9736c60572e13ef5eeb50d3a775c3ffc6 Author: Benjamin Herrenschmidt Date: Wed Oct 23 12:08:55 2019 +1100 ram: Rework main RAM interface We need to change the name. Signed-off-by: Michael Neuling --- diff --git a/.gitignore b/.gitignore index 41c4fcc..3c7c0b5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ *.cf *.s *_tb -simple_ram_behavioural.bin \ No newline at end of file +main_ram.bin \ No newline at end of file