시뮬레이터 설정(.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 242
» 시뮬레이터 설정(.systemsim.tcl) 방법 [4] 최영호 2007.06.22 11890
124 오늘 도움 많이 됐습니다~ [4] 성진모 2007.06.24 10452
123 cell 이미지 덤프 어떻게 하나요? [2] 성진모 2007.07.03 11299
122 주석의 한글이 ㄲㅒ져보이는 이유.. [1] 김강년 2007.07.08 11584
121 powerpc assembly [1] file 백창우 2007.07.15 12993
120 최창훈님 요청하신 파일입니다. [1] file 원민수 2007.08.15 11789
119 fair scheduling. [1] 백창우 2007.10.07 10511
118 xen source 다운로드 주소입니다. [1] 백창우 2007.10.08 12494
117 arm11 linux kernel 세미나 요청이 들어왔네요. [1] 백창우 2007.10.17 11771
116 오늘부로 cell processor study는 종료되었습니다. [3] 백창우 2007.12.01 9588
115 cell 게시판 정리 공지. [1] 백창우 2007.12.02 10874
114 첫 모임..... [4] 이규희 2010.04.03 4938
113 다들 잘 들어가셨는지요. [2] 양현철 2010.04.04 4623
112 컴퓨터 구조 책 [2] 윤진훈 2010.04.04 4927
111 다들 잘 들어가셨습니까? [7] 백창우 2010.04.04 5942
110 도와주세요~ ^_^ [1] 윤진훈 2010.04.05 5945
109 스터디 전체 진행 방향 [3] 백창우 2010.04.05 6006
108 새로 시작하는 한주가 되길 바랍니다.. [2] 박상호 2010.04.05 5988
107 Verilog 책 소개... [1] 상철 2010.04.05 11964
106 좋은 한주 시작하셨나요? [4] 신일미 2010.04.05 6526
XE Login