mirror of https://github.com/YosysHQ/abc.git
Added quick GIG parser.
This commit is contained in:
parent
f04d32732b
commit
e5c031c5ae
|
|
@ -29,7 +29,7 @@ ABC_NAMESPACE_IMPL_START
|
|||
/// DECLARATIONS ///
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
||||
typedef enum {
|
||||
enum {
|
||||
GIG_NONE = 0,
|
||||
GIG_RESET = 1,
|
||||
GIG_PI = 2,
|
||||
|
|
|
|||
Loading…
Reference in New Issue