Changeset d33daf07 in mainline


Ignore:
Timestamp:
2023-11-13T07:53:16Z (6 months ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
master, topic/msim-upgrade, topic/simplify-dev-export
Children:
56a3c29e
Parents:
5c987793
git-author:
Vojtech Horky <vojtech.horky@…> (2023-11-13 07:53:12)
git-committer:
Vojtech Horky <vojtech.horky@…> (2023-11-13 07:53:16)
Message:

Update msim.conf to work with MSIM > 2.0.0

Location:
tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tools/conf/msim.conf

    r5c987793 rd33daf07  
    33#
    44
    5 add dcpu cpu0
    6 add dcpu cpu1
     5add dr4kcpu cpu0
     6add dr4kcpu cpu1
    77
    88add rwm mainmem 0x00000000
  • tools/ew.py

    r5c987793 rd33daf07  
    331331def msim_run(platform, machine, processor):
    332332        hdisk_mk()
    333         run_in_console('msim -c ' + TOOLS_DIR + '/conf/msim.conf', 'HelenOS/mips32 on msim')
     333        run_in_console('msim -n -c ' + TOOLS_DIR + '/conf/msim.conf', 'HelenOS/mips32 on msim')
    334334
    335335def spike_run(platform, machine, processor):
Note: See TracChangeset for help on using the changeset viewer.