soc_core/soc_sdram: add disclaimer
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 11 Feb 2020 17:28:05 +0000 (18:28 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 11 Feb 2020 17:28:05 +0000 (18:28 +0100)
litex/soc/integration/soc_core.py
litex/soc/integration/soc_sdram.py

index ce4a2eddb6a247f73010ee3026c1f097215faf6c..8d4dd8a833014df68ffb617c7fb6a07413d9420b 100644 (file)
 # This file is Copyright (c) 2014 Yann Sionneau <ys@m-labs.hk>
 # License: BSD
 
+####################################################################################################
+#       DISCLAIMER: Provides retro-compatibility layer for existing SoCCore based designs.
+#     Most of the SoC code has been refactored/improved and is now located in integration/soc.py
+####################################################################################################
 
 import os
 import inspect
index a3587042687c92d70e5ed837acdcb898ab9ff9b0..6c6f3c7024915a221dcd21e8e10ea55db2efd3af 100644 (file)
@@ -3,6 +3,11 @@
 # This file is Copyright (c) 2019 Gabriel L. Somlo <somlo@cmu.edu>
 # License: BSD
 
+####################################################################################################
+#       DISCLAIMER: Provides retro-compatibility layer for existing SoCSDRAM based designs.
+#     Most of the SoC code has been refactored/improved and is now located in integration/soc.py
+####################################################################################################
+
 import inspect
 
 from migen import *