remove redundant MSRSpec from pimem
authorTobias Platen <tplaten@posteo.de>
Mon, 13 Dec 2021 12:34:52 +0000 (13:34 +0100)
committerTobias Platen <tplaten@posteo.de>
Mon, 13 Dec 2021 12:34:52 +0000 (13:34 +0100)
src/soc/experiment/pimem.py

index 51a6abef2b5bb82ced399d9efadbf09686c745dc..b84b3040da3be6b250e52c554e94c022831ece3b 100644 (file)
@@ -32,8 +32,6 @@ from soc.experiment.mem_types import LDSTException
 from soc.experiment.testmem import TestMemory
 #from soc.scoreboard.addr_split import LDSTSplitter
 from nmutil.util import Display
-from collections import namedtuple
-MSRSpec = namedtuple("MSRSpec", ["dr", "pr", "sf"]) # used in unit tests
 
 import unittest