Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
abc
Commits
875ef732
Commit
875ef732
authored
May 04, 2023
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Temporarily disabling &transduction for an old windows compiler.
parent
38cd47b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
src/aig/gia/giaTransduction.cpp
+22
-0
No files found.
src/aig/gia/giaTransduction.cpp
View file @
875ef732
#ifndef _WIN32
#ifdef _WIN32
#ifndef __MINGW32__
#pragma warning(disable : 4786) // warning C4786: identifier was truncated to '255' characters in the browser information
...
...
@@ -123,3 +126,22 @@ Gia_Man_t *Gia_ManTransductionTt(Gia_Man_t *pGia, int nType, int fMspf, int nRan
}
ABC_NAMESPACE_IMPL_END
#else
#include "gia.h"
ABC_NAMESPACE_IMPL_START
Gia_Man_t
*
Gia_ManTransductionBdd
(
Gia_Man_t
*
pGia
,
int
nType
,
int
fMspf
,
int
nRandom
,
int
nSortType
,
int
nPiShuffle
,
int
nParameter
,
int
fLevel
,
Gia_Man_t
*
pExdc
,
int
fNewLine
,
int
nVerbose
)
{
return
NULL
;
}
Gia_Man_t
*
Gia_ManTransductionTt
(
Gia_Man_t
*
pGia
,
int
nType
,
int
fMspf
,
int
nRandom
,
int
nSortType
,
int
nPiShuffle
,
int
nParameter
,
int
fLevel
,
Gia_Man_t
*
pExdc
,
int
fNewLine
,
int
nVerbose
)
{
return
NULL
;
}
ABC_NAMESPACE_IMPL_END
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment