Skip to content

Commit 54cb6ef

Browse files
committed
Deprecate Simplicity Version 3
1 parent 756d062 commit 54cb6ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/export/simplicity/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"""
1717
from os.path import split,splitext, basename
1818

19-
from tools.export.exporters import Exporter
19+
from tools.export.exporters import Exporter, deprecated_exporter
2020

2121
class Folder:
2222
def __init__(self, name):
@@ -54,6 +54,7 @@ def addChild(self, folderName):
5454

5555
return self.findChild(folderName)
5656

57+
@deprecated_exporter
5758
class SimplicityV3(Exporter):
5859
NAME = 'SimplicityV3'
5960
TOOLCHAIN = 'GCC_ARM'

0 commit comments

Comments
 (0)