From 8f599dbbb64ba2b39beea654dd211d7743f89f64 Mon Sep 17 00:00:00 2001
From: dam1n19 <dam1n19@soton.ac.uk>
Date: Fri, 28 Apr 2023 19:50:58 +0100
Subject: [PATCH] SOC1-167: Updated paths in .gitignore

---
 .gitignore                  | 14 +++++++-------
 system/defines/pl230_defs.v |  4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2bdc47f..cc55bc6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,12 +8,12 @@
 /software/*/*.o
 
 # Compile Test Code Removal
-/systems/nanosoc/testcodes/*/*.elf
-/systems/nanosoc/testcodes/*/*.ELF
-/systems/nanosoc/testcodes/*/*.hex
-/systems/nanosoc/testcodes/*/*.lst
-/systems/nanosoc/testcodes/*/*.o
+/system/testcodes/*/*.elf
+/system/testcodes/*/*.ELF
+/system/testcodes/*/*.hex
+/system/testcodes/*/*.lst
+/system/testcodes/*/*.o
 
 # Bootrom removal
-/systems/nanosoc/src/bootrom/verilog/*
-/systems/nanosoc/src/bootrom/bintxt/*
+/system/src/bootrom/verilog/*
+/system/src/bootrom/bintxt/*
diff --git a/system/defines/pl230_defs.v b/system/defines/pl230_defs.v
index dcf4f10..785ce06 100644
--- a/system/defines/pl230_defs.v
+++ b/system/defines/pl230_defs.v
@@ -1,12 +1,12 @@
 //-----------------------------------------------------------------------------
-// customised example Cortex-M0 controller DMA230 configuration
+// NanoSoC customised Cortex-M0 controller DMA230 configuration
 // A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
 //
 // Contributors
 //
 // David Flynn (d.w.flynn@soton.ac.uk)
 //
-// Copyright � 2021, SoC Labs (www.soclabs.org)
+// Copyright � 2021, SoC Labs (www.soclabs.org)
 //-----------------------------------------------------------------------------
 
 //-----------------------------------------------------------------------------
-- 
GitLab