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
Hello all,
I have a modified main.c (from libcaliptra/examples/generic) I am using to exercise caliptra functionality through libcaliptra, and I am able to get this working on the ZCU104 FPGA. However, it is using the ModelEmulated HwModel, whereas in Rust I am able to pass the fpga_realtime and itrng --features to switch to ModelFpgaRealtime. How can I accomplish the same with C?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello all,
I have a modified main.c (from libcaliptra/examples/generic) I am using to exercise caliptra functionality through libcaliptra, and I am able to get this working on the ZCU104 FPGA. However, it is using the ModelEmulated HwModel, whereas in Rust I am able to pass the fpga_realtime and itrng --features to switch to ModelFpgaRealtime. How can I accomplish the same with C?
Beta Was this translation helpful? Give feedback.
All reactions