From 3de5d18c5f1f97e5d38c0b35daca5f83df56cc14 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 14 Apr 2015 18:53:28 +0900 Subject: Adding APIs to retrieve NOR/OR gates from the library. --- src/map/mio/mioInt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/mio/mioInt.h') diff --git a/src/map/mio/mioInt.h b/src/map/mio/mioInt.h index 6ede6d1d..07514f16 100644 --- a/src/map/mio/mioInt.h +++ b/src/map/mio/mioInt.h @@ -71,6 +71,8 @@ struct Mio_LibraryStruct_t_ Mio_Gate_t * pGateInv; // the inverter Mio_Gate_t * pGateNand2; // the NAND2 gate Mio_Gate_t * pGateAnd2; // the AND2 gate + Mio_Gate_t * pGateNor2; // the NOR2 gate + Mio_Gate_t * pGateOr2; // the OR2 gate st__table * tName2Gate; // the mapping of gate names into their pointer Mem_Flex_t * pMmFlex; // the memory manaqer for SOPs Vec_Str_t * vCube; // temporary cube -- cgit v1.2.3