Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / src / nas,5.n2.os.2 / pfe / N2_Pfe.py
CommitLineData
86530b38
AT
1
2import Pfe_Shell
3
4pfe = 'n2pfe'
5Pfe_Shell.options(pfe)
6Pfe_Shell.history('.'+pfe)
7
8from N2_Model import *
9import SS_Memory
10import SS_Io
11
12sim = Model(SS_Memory.Memory(SS_Ram.get_memory()),SS_Io.Io(N2_Python.get_io()),N2_Python.n2_model(n2.model()))
13Pfe_Shell.setup(sim)
14
15for arg in Pfe_Shell.args:
16 execfile(arg)
17
18hexmode()
19