1 / 7

Codes

Codes. Makefile.linux. Top.cpp SharedMemCtrl.cpp SimpleARM.cpp SimplePISA.cpp ARM/sim-outorder.cpp ARM/ArmMain.cpp Pisa/sim-outorder.cpp Pisa/PisaMain.cpp. Global.h. 定义一些参数常量和三个有关共享内存区的函数. Top.cpp. 例化并连接共享内存, pisa 模拟器, arm 模拟器. SimplePISA.cpp.

Télécharger la présentation

Codes

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Codes

  2. Makefile.linux • Top.cpp • SharedMemCtrl.cpp • SimpleARM.cpp • SimplePISA.cpp • ARM/sim-outorder.cpp • ARM/ArmMain.cpp • Pisa/sim-outorder.cpp • Pisa/PisaMain.cpp

  3. Global.h • 定义一些参数常量和三个有关共享内存区的函数

  4. Top.cpp • 例化并连接共享内存,pisa模拟器,arm模拟器

  5. SimplePISA.cpp • 实现simulator和setfilename两个函数,其中simulator调用PISAmain函数

  6. SimplePisa类 • 数据成员:inst_code, pisa_type, pisa_capacity, pisa_index, pisa_id, pisa_value, isPISA, ackPISA, pisa_latency, pisa_cycle, filename • 成员函数: simulator, setFilename, PisaMain, pisa_sim_main, ruu_dispatch, ruu_issue, exit_now

  7. SimpleARM类 • 数据成员:inst_code, arm_type, arm_capacity, arm_index, arm_id, arm_value, isARM, ackARM, arm_latency, arm_cycle, filename • 成员函数:simulator, setFilename, ArmMain, sim_main, ruu_dispatch, ruu_issue, exit_now

More Related