mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-06 09:07:01 +02:00
Redirecting printf messages.
This commit is contained in:
+181
-181
File diff suppressed because it is too large
Load Diff
@@ -79,7 +79,7 @@ void Abc_FrameSetFlag( char * pFlag, char * pValue ) { Cmd_FlagUpdateVal
|
||||
void Abc_FrameSetCex( Abc_Cex_t * pCex ) { ABC_FREE( s_GlobalFrame->pCex ); s_GlobalFrame->pCex = pCex; }
|
||||
|
||||
int Abc_FrameIsBridgeMode() { return s_GlobalFrame->fBridgeMode; }
|
||||
void Abc_FrameSetBridgeMode() { s_GlobalFrame->fBridgeMode = 0; }
|
||||
void Abc_FrameSetBridgeMode() { s_GlobalFrame->fBridgeMode = 1; }
|
||||
|
||||
/**Function*************************************************************
|
||||
|
||||
|
||||
Reference in New Issue
Block a user