integration/soc: remove TODO in header.

This commit is contained in:
Florent Kermarrec 2020-05-23 18:54:04 +02:00
parent b65f18c357
commit 2fb52e66b1
1 changed files with 0 additions and 4 deletions

View File

@ -22,10 +22,6 @@ from litex.soc.interconnect import wishbone
from litex.soc.interconnect import wishbone2csr
from litex.soc.interconnect import axi
# TODO:
# - replace raise with exit on logging error.
# - cleanup SoCCSRRegion
logging.basicConfig(level=logging.INFO)
# Helpers ------------------------------------------------------------------------------------------