시뮬레이터 설정(.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
165 [RISC-V] Chisel Tutorials (Release branch) file 김남일 2018.09.01 50529
164 panic... [2] 송명환 2007.03.26 16553
163 powerpc assembly [1] file 백창우 2007.07.15 12993
162 xen source 다운로드 주소입니다. [1] 백창우 2007.10.08 12494
161 Verilog 책 소개... [1] 상철 2010.04.05 11963
» 시뮬레이터 설정(.systemsim.tcl) 방법 [4] 최영호 2007.06.22 11890
159 최창훈님 요청하신 파일입니다. [1] file 원민수 2007.08.15 11789
158 arm11 linux kernel 세미나 요청이 들어왔네요. [1] 백창우 2007.10.17 11771
157 메인프레임에 Cell 칩 장착 프로젝트가 뜬다(기사) 이일렬 2007.05.14 11680
156 cell kernel source [8] 원민수 2007.06.17 11645
155 주석의 한글이 ㄲㅒ져보이는 이유.. [1] 김강년 2007.07.08 11584
154 토마줄로 알고리즘 (tomasulo algorithm) file 윤진훈 2010.04.17 11529
153 세미나는 잘 하셨는지요. [1] 정삼기 2007.05.29 11320
152 cell kernel 소스 백창우 2007.06.08 11308
151 cell 이미지 덤프 어떻게 하나요? [2] 성진모 2007.07.03 11299
150 cell 게시판 정리 공지. [1] 백창우 2007.12.02 10874
149 cell simulator 설정에 관련해서 원민수 군에게. 백창우 2007.06.08 10863
148 Vmware용 Linux 계정 최영호 2007.06.18 10572
147 fair scheduling. [1] 백창우 2007.10.07 10511
146 오늘 도움 많이 됐습니다~ [4] 성진모 2007.06.24 10452
XE Login