<> <> <> DIRECTORY Core, CoreLibrary, IFUCoreCells; IFUCoreCellsImpl: CEDAR PROGRAM IMPORTS CoreLibrary EXPORTS IFUCoreCells = BEGIN library: PUBLIC CoreLibrary.Library _ CoreLibrary.OpenLibrary["IFUCore"]; libraryPads: PUBLIC CoreLibrary.Library _ CoreLibrary.OpenLibrary["IFUPads"]; END.