soc_core/soc_sdram: remove disclaimer (we'll add it later when designs will be adapted)
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 11 Feb 2020 15:44:17 +0000 (16:44 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 11 Feb 2020 15:44:25 +0000 (16:44 +0100)
litex/soc/integration/soc_core.py
litex/soc/integration/soc_sdram.py

index a42ca2224d13f354278d50b07fcddd520aeaeaa9..a94426ddd3a479820614369da03be0b09272ef56 100644 (file)
@@ -12,9 +12,6 @@
 # This file is Copyright (c) 2014 Yann Sionneau <ys@m-labs.hk>
 # License: BSD
 
-####################################################################################################
-#          DISCLAIMER: ONLY USE FOR RETRO-COMPATIBILITY, NOT RECOMMENDED FOR NEW DESIGNS           #
-####################################################################################################
 
 import os
 import inspect
index e72116cdf07db8ff83a96ee6c48f561cb40c2fb7..a3587042687c92d70e5ed837acdcb898ab9ff9b0 100644 (file)
@@ -3,10 +3,6 @@
 # This file is Copyright (c) 2019 Gabriel L. Somlo <somlo@cmu.edu>
 # License: BSD
 
-####################################################################################################
-#          DISCLAIMER: ONLY USE FOR RETRO-COMPATIBILITY, NOT RECOMMENDED FOR NEW DESIGNS           #
-####################################################################################################
-
 import inspect
 
 from migen import *