-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Milestone
Description
How to use different type of tags instead of FDOFFSET which is defined in libdft/src/config.h
When I am trying to use other tags such as UINT8, UINT32SET by changing the makefile.rules line
TOOL_CXXFLAGS +=
to -DCUSTOM_TAGS_UINT8 or any other tag name
and similar change in makefile.libdft in support directory.
When i am again doing make. I am getting errors in dtracker.H files in PROVLOG inline functions.
Reactions are currently unavailable