mirror of https://github.com/YosysHQ/yosys.git
newcelltypes: mark header unstable
This commit is contained in:
parent
16b1a914f1
commit
6485a13809
|
|
@ -6,6 +6,11 @@
|
||||||
|
|
||||||
YOSYS_NAMESPACE_BEGIN
|
YOSYS_NAMESPACE_BEGIN
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This API is unstable.
|
||||||
|
* It may change or be removed in future versions and break dependent code.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace StaticCellTypes {
|
namespace StaticCellTypes {
|
||||||
|
|
||||||
// Given by last internal cell type IdString constids.inc, compilation error if too low
|
// Given by last internal cell type IdString constids.inc, compilation error if too low
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue