You're graphic device is at the same place the NSGigE ethernet controller seems to be in the default Alpha configuration. The IDE controller and the NIC are on bus 0, devices 0 and 1 respectively. Pick a different device number (2 seems like a good choice) and it might work.
Gabe Ong Wen Jian wrote: > Hi there, > > I'm facing a problem in running my plug-in GPU model into M5 simulator > after I'm able to compile my code with the existing M5 simulator > successfully. (Thanks to Ali Saidi). > Now , I got this error when I try to run the M5 in a full system > simulation mode. > > Here is the error that I have in the terminal , > > **** REAL SIMULATION **** > info: Entering event queue @ 0. Starting simulation... > 4874537000: system.terminal: attach terminal 0 > fatal: system.iobus has two ports with same range: > system.tsunami.GraphicDevice-pioport > system.tsunami.GraphicDevice-pioport > > My add this two line to the code in configs/common/FSconfig.py > > GraphicDevice = TDFXGPU(pci_bus=0,pci_dev=1,pci_func=0) > > self.tsunami.GraphicDevice.pio = self.iobus.port > > May I know how to debug this problem ?? > > > regards > > > -- > ONG WEN JIAN > Student > Department of Computer and Communication Systems Engineering, > Faculty of Engineering, Universiti Putra Malaysia > 43400 UPM Serdang, Selangor Darul Ehsan > Tel : 014 - 930 2150 / 017 - 613 6231 > ------------------------------------------------------------------------ > > _______________________________________________ > m5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
