diff --git a/.gitignore b/.gitignore index 2bdc47f06f7d1b06b2dc8d15cd382f43394c5cc7..cc55bc656cb9ad4cfb60ce8fb14e7b43ea916d86 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 dcf4f1040e44f0b5ead58276a3367e5617e91c4a..785ce06f44533bd581c253031dc44c557d310389 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) //----------------------------------------------------------------------------- //-----------------------------------------------------------------------------