# 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
# 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 *