Forum Discussion
User1573261788318367
New Contributor
6 years agoStratix 10M PCIe BAR0 size incorrect
Hi, I have a super simple design right now. The Stratix 10M PCIe HIP (generated in qsys) has its rxm_bar0 interface exported, and this IP is instantiated in a top-level wrapper. In Qsys, I've config...
User1573261788318367
New Contributor
6 years agomemset is for setting a large chunk of memory to a certain byte value. msync is for waiting for all in-flight memory transactions to finish. They are C++ functions used in the Linux driver I am writing.