Forum Discussion
KBill3
New Contributor
7 years agoimplement two different systems (one with floating point library and one without), then compare their output results to each others
Hello, i want to have two system (for example, CPU 1 and CPU 2) doing the same calculation process. One of them working with floating-point arithmetic and other without floating piont arithmetic. Th...
Ahmed_H_Intel1
Frequent Contributor
7 years agoHi,
From my understanding, you need to implement two systems ate the same time and compare them. So you can follow the multi core example that shows you how to have two or more isolated NIOS systems running at the same time on one FPGA.
The following links shows the available design examples and the HOW-TO videos:
https://www.youtube.com/watch?v=GTKLU2UR3bA
https://www.youtube.com/watch?v=DUNAemGhUTE
https://fpgacloud.intel.com/devstore/platform/17.0.0/Standard/multi-core-nios-ii-processors-reference-design-based-on-arria-10-soc-development-board/
Regards,