Re: [gem5-users] x86 O3 SMT: Int port not connected to anything

2019-11-29 Thread Hossein Golestani
Hi everyone, This is an update on the issue I posted earlier. It seems that when using SMT with x86, the se.py configuration file defines the connections of PIO and interrupt ports to the memory bus only for the first SMT core. I got around this issue by modifying se.py as follows (I added the la

[gem5-users] x86 O3 SMT: Int port not connected to anything

2019-10-30 Thread Hossein Golestani
Hello, When I use an O3 SMT core with the x86 ISA in gem5 SE mode, I get the following error: panic: panic condition !intMasterPort.isConnected() occurred: Int port not connected to anything! The command I'm using is: $GEM5/build/X86/gem5.opt $GEM5/configs/example/se.py --cmd="./test;./test" --cp