From 160c55d1d4a1c00af68301dc9566030e2144ca3b Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 11 Feb 2020 16:44:17 +0100 Subject: [PATCH] soc_core/soc_sdram: remove disclaimer (we'll add it later when designs will be adapted) --- litex/soc/integration/soc_core.py | 3 --- litex/soc/integration/soc_sdram.py | 4 ---- 2 files changed, 7 deletions(-) diff --git a/litex/soc/integration/soc_core.py b/litex/soc/integration/soc_core.py index a42ca222..a94426dd 100644 --- a/litex/soc/integration/soc_core.py +++ b/litex/soc/integration/soc_core.py @@ -12,9 +12,6 @@ # This file is Copyright (c) 2014 Yann Sionneau # License: BSD -#################################################################################################### -# DISCLAIMER: ONLY USE FOR RETRO-COMPATIBILITY, NOT RECOMMENDED FOR NEW DESIGNS # -#################################################################################################### import os import inspect diff --git a/litex/soc/integration/soc_sdram.py b/litex/soc/integration/soc_sdram.py index e72116cd..a3587042 100644 --- a/litex/soc/integration/soc_sdram.py +++ b/litex/soc/integration/soc_sdram.py @@ -3,10 +3,6 @@ # This file is Copyright (c) 2019 Gabriel L. Somlo # License: BSD -#################################################################################################### -# DISCLAIMER: ONLY USE FOR RETRO-COMPATIBILITY, NOT RECOMMENDED FOR NEW DESIGNS # -#################################################################################################### - import inspect from migen import * -- 2.30.2