Read AXI4 address locations from Simulink
古いコメントを表示
How can I read a particular address location from the AXI4 interface within Simulink HDL coder? For example, if I have a reference design that includes the Altera System ID Peripheral Core and it is located at base address 0x0000_0080, how could I read the system ID (offset 0) into my Simulink model? Normally, in my C program I would use mmap() to map physical addressses in the Linux virtual memory space and create a pointer to the base address of the IP core. I don't know if MATLAB has an equivalent function or how can I map something from /dev/mem to the matlab program's address space?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Speed and Area Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!