시뮬레이터 설정(.systemsim.tcl) 방법

최영호 2007.06.22 18:39 조회 수 : 11890 추천:121

■ Cell Simulator config(.systemsim.tcl) 설정 방법

- Multi Processor 설정 방법

    $ vi .systemsim.tcl

        # Call the config_hook proc if it is defined to modify the config
        if {[string length [info procs config_hook]] > 0} {
            config_hook myconf
        }

        # Uncomment the following line for dual BE configuration support
        config_dual_be myconf

- Bogus Disk 설정 방법

    $ vi .systemsim.tcl

        # newcow를 사용하여 시뮬레이터에서 변경한 내용이 실제 파일에 적용 안되는 예
        # Setup the bogus disk that Linux will use
        mysim bogus disk init 0 udev_disk2G.img newcow sysroot_disk.cow 1024
        mysim bogus disk init 1 udev_disk2G.img newcow sysroot_disk1.cow 1024

        # 시뮬레이터에서 변경한 내용이 실제 파일에 적용 되는 예
        # Setup the bogus disk that Linux will use
        mysim bogus disk init 0 udev_disk2G.img rw
        mysim bogus disk init 1 udev_disk2G.img rw


- Bogus Network 설정 방법

    $ vi .systemsim.tcl

        # Uncomment the line below to enable bogus network support
        bogusnet::init 172.20.0

- Fast boot 설정 방법

    $ vi .systemsim.tcl

        mysim fast on
        mysim go
번호 제목 글쓴이 날짜 조회 수
공지 [공지] MPSoC 스터디 관련 Q&A 게시판 입니다. woos 2016.04.09 240
45 powerpc assembly [1] file 백창우 2007.07.15 12993
44 주석의 한글이 ㄲㅒ져보이는 이유.. [1] 김강년 2007.07.08 11584
43 cell 이미지 덤프 어떻게 하나요? [2] 성진모 2007.07.03 11299
42 오늘 도움 많이 됐습니다~ [4] 성진모 2007.06.24 10452
» 시뮬레이터 설정(.systemsim.tcl) 방법 [4] 최영호 2007.06.22 11890
40 Vmware용 Linux 계정 최영호 2007.06.18 10572
39 cell kernel source [8] 원민수 2007.06.17 11645
38 cell simulator 설정에 관련해서 원민수 군에게. 백창우 2007.06.08 10863
37 cell kernel 소스 백창우 2007.06.08 11308
36 세미나는 잘 하셨는지요. [1] 정삼기 2007.05.29 11320
35 메인프레임에 Cell 칩 장착 프로젝트가 뜬다(기사) 이일렬 2007.05.14 11680
34 Cell Simulator 사용법 [3] 최영호 2007.05.04 5220
33 PS3에 설치된 리눅스 동영상과, 설치하는 방법을 담은 문서 [1] 정필섭 2007.04.24 6239
32 이번주 스터디 진행. [3] 원민수 2007.04.23 5666
31 재미있네요... 레이트레이싱을 PS3 3대(RSX않쓰고)로 실시간 처리하고 있습니다. 이일렬 2007.04.20 6015
30 h.264 simd부분 cell에 대한 링크 입니다(pdf 문서) [1] 정진웅 2007.04.05 6441
29 제본 신청 들어갑니다. [8] 백창우 2007.04.02 5678
28 토요닐날 스터디중 tid rid에 제가 이야기 했던것. [1] 정진웅 2007.04.02 5846
27 재미있는 내용이네요... 비단 게임콘솔 뿐만 아니라 앞으로 PC의 모습도 이와비슷하지 않을까요.. 이일렬 2007.03.29 5558
26 SPU를 이용한 허프만 코딩구현에 대한 생각 [3] 이일렬 2007.03.29 6347
XE Login