mirror of https://github.com/YosysHQ/abc.git
Added 'src/mem' as an additition include directory in Python interface.
This commit is contained in:
parent
87d39b40aa
commit
158a76721e
|
|
@ -7,6 +7,7 @@ from distutils import util
|
|||
include_dirs = [
|
||||
'../aig/hop',
|
||||
'../aig/gia',
|
||||
'../aig/mem',
|
||||
'../base/abc',
|
||||
'../base/cmd',
|
||||
'../base/io',
|
||||
|
|
|
|||
Loading…
Reference in New Issue