systemctlm-cosim-demo
systemctlm-cosim-demo copied to clipboard
QEMU libsystemctlm-soc co-simulation demos.
dear @edgarigl I tried to run your zynqmp_demo with this script LD_LIBRARY_PATH=${HOME}/cosim/systemc-2.3.2/lib-linux64/ ~/cosim/systemctlm-cosim-demo/zynqmp_demo unix:${HOME}/Peta19/zynqmp/tmp/cosim/qemu-rport-_pmu@0 1000000 The reason I put the name qemu-rport-_pmu@0 here is that when petalinux qemu start the...
Hi Folks, I enabled VERILOG and VERILATOR option in Makefile, and the co-simulation looks fine. I run a baremetal program which writes data to APB timer at RTL side. From...
Hello all, I'm trying to run a demo step by step based on https://github.com/Xilinx/systemctlm-cosim-demo/blob/master/docs/zynq-7000-getting-started-guide.md The last step: Running the Demo open first shells ( wsl : ubuntu 18.04 ) and...
Custom SoC
@Mluckydwyer I have run the demo on this https://github.com/Xilinx/systemctlm-cosim-demo/blob/master/docs/zynq-7000-getting-started-guide.md and was getting some value in shell using the devmem 0x40000000. I am not sure about the result but the hex...
Hello, I am trying to go through the systemctlm-cosim-demo using the zynq platform. I have gone through the following steps: 1. Built a petalinux project which properly boots linux. 2....
Dear, This is the error I am encountering while make process. I checked everything and think all are fine. But could find out the exact reseason for this make g++...
I tried to implement the whole tutorial with following steps. So far I was been able to connect the petalinux qemu with system c socket and I can boot the...
when i run a demo in systemctlm-cosim-demo and qemu, the problem is raise: SystemC 2.3.2-Accellera --- Aug 4 2021 09:24:49 Copyright (c) 1996-2017 by all Contributors, ALL RIGHTS RESERVED Info:...
Hello, I am a member of a small undergraduate team that is currently working on a project to extend the documentation and support for this project. Ultimately, we hope to...
Dear all, My aim is to write a Kernel Device Driver that allows to do operations when an IRQ is sent by the debug module. In zynq_demo.cc the debug module's...