blob: 46d2665da5d263ec0e882ae6e797d27c01a29c32 [file] [log] [blame]
/*
* ======== charlie/sqrtlib/Settings.xdc ========
*/
metaonly module Settings {
enum OptType {
OPTIMIZE_FOR_SPACE,
OPTIMIZE_FOR_TIME
};
config OptType optimize = OPTIMIZE_FOR_TIME;
}