Hi,

I am using a script mentioned in
www.it.uu.se/katalog/vassp447/*gem5*_*dvfs*.pdf%20
to use dvfs for x86.
However, I am getting an error that says that DomainConfig is not defined.
I checked in the source directory and I couldn't find this object anywhere.
Below is the output that I am getting


command line: ./build/X86/gem5.opt configs/example/dvfs.py -c
tests/test-progs/hello/bin/x86/linux/hello

Traceback (most recent call last):

  File "<string>", line 1, in <module>

  File "/home/rahuls/gem5-stable-0e86fac7254c/src/python/m5/main.py", line
388, in main

    exec filecode in scope

  File "configs/example/dvfs.py", line 6, in <module>

clk_dom_config = DomainConfig(clk_domain = clk_dom, freq_op_points =
['1.7GHz', '1.2GHz', '0.7GHz', '0.2GHz'], voltage_op_points = ['1.28V',
'1.08V', '0.96V', '0.93V'], domain_id = 0, transition_latency = '100us')
NameError: name 'DomainConfig' is not defined



Has anyone used DVFS in gem5. Could you please let me know if I am missing
something


Regards
Rahul
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to