J
Jim Granville
Guest
CTSportPilot wrote:
or only the source code ?.
The link given earlier uses MAX+II as a stepping stone, to convert
ADF to tdo to TDF
Boolean Eqn porting should be relatively easy, often that
support is still in the tool flows.
Device specific configs would need some work.
-jg
What is the device, and do you have any fitter map/report files,I saw this, but it doesn't tell how to understand the code. There's
all sorst of strange constructs like:
OUTPUT = NORF(OUTPUT.d, SYSCLK, RESET, GND)
Which I assume is a DFF with a preset and clear, but I can't be sure
unless I have documentation.
There are other constructs like:
X = RORF()
X = COCF()
X = RONF()
X = CONF()
There are also logic equations
X.d = !Y & Z
# Q
Which I assume is X.d = ((not Y) and Z) or Q algebraically.
or only the source code ?.
The link given earlier uses MAX+II as a stepping stone, to convert
ADF to tdo to TDF
Boolean Eqn porting should be relatively easy, often that
support is still in the tool flows.
Device specific configs would need some work.
-jg