readme
来自「ppc750 system design simulator using sys」· 代码 · 共 31 行
TXT
31 行
=-=-=-=-=-=-=-=-=-=-= PowerPC750 Simulator =-=-=-=-=-=-=-=-=-=-= How directories are organized ?------------------------------The sub-directory "powerpc" contains the PowerPC750 simulator (written using SystemC).The sub-directory "ppcemul" contains the PowerPC emulator.Source are in "src" directories.Libraries are in "lib" directories.includes are in "include" directories.binary executables are in "bin" directories.Which files are built by the makefile ?--------------------------------------The PowerPC750 simulator (executable) : powerpc/bin/powerpcThe PowerPC Emulator (executable) : ppcemul/bin/ppcemulThe PowerPC Emulator library : ppcemul/lib/libppcemul.aHow to build both the emulator and the simulator ?-------------------------------------------------1) Edit powerpc/src/Makefile : make the SYSTEMC_DIR variable point on the SystemC Directory.2) Go on the top level directory and run make.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?