You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current makefile is setup up to either compile in QPU mode or in EMULATION mode. This this handled by the make parameter QPU=1.
I understand from the code and docs that it is possible to compile the two modes together. I would like to have this option available. I therefore request to replace parameter QPU=1 with the following:
No 'mode' parameter defaults to emulation, as now
mode=QPU for QPU mode
mode=EMULATION for emulation mode
mode=DUAL (or perhaps mode=BOTH) for the two modes combined
I would like to hear your thoughts on this. As before, I'm only too happy to implement this myself.
The text was updated successfully, but these errors were encountered:
The current makefile is setup up to either compile in QPU mode or in EMULATION mode. This this handled by the make parameter
QPU=1
.I understand from the code and docs that it is possible to compile the two modes together. I would like to have this option available. I therefore request to replace parameter
QPU=1
with the following:mode=QPU
for QPU modemode=EMULATION
for emulation modemode=DUAL
(or perhaps mode=BOTH
) for the two modes combinedI would like to hear your thoughts on this. As before, I'm only too happy to implement this myself.
The text was updated successfully, but these errors were encountered: