vineodd / PIMSim

PIMSim is a Process-In-Memory Simulator with the compatibility of GEM5 full-system simulation.
GNU General Public License v3.0
178 stars 85 forks source link

fatal: PIM ports on system.pim_kernels0 are not connected. #12

Open Sayan3116 opened 4 years ago

Sayan3116 commented 4 years ago

Whenever i want to run any command with --mem-type = HMC_2500_1x32 or HBM_1000_4H_1x64, PIMSIm throws back this error at me saying fatal: PIM ports on system.pim_kernels0 are not connected.

I'm running the following command.

./build/X86/gem5.opt --debug-flags=PIM configs/example/se.py --cpu-type=TimingSimpleCPU --caches --l2cache --l1d_size=32kB --l1i_size=32kB --l2_size=2MB --l1d_assoc=4 --l1i_assoc=4 --l2_assoc=8 --enable-pim --pim-type=hybrid --kernel-type=adder --num-pim-kernels=4 --num-pim-processors=8 --number-mem-crossbar=2 --num-links-controller=2 --arch=same --mem-size=8GB --mem-type= HMC_2500_1x32 -c ./tests/test-progs/pim-hello/hellopim