在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 1574|回复: 4

[原创] Disassembly on ARM designstart simulation

[复制链接]
发表于 2021-9-17 14:34:39 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
arm designstart is a RTL code without gated clock, and signal names are changed into sequential number.
To disassemble the running code, the key point is to know which signal is pcwe (program counter write enable).
To find it, run a code, analyze which signal is synchronous to PC change.
M0(AT510-MN-80001-r2p0-00rel0): Ar8iu6       
M3(AT421-MN-80001-r0p0-02rel0): !E4yiw6       
M0 disassembly is straightforward.
M3 is more complex due to its PC+4 by pipeline.

The attached contains code to do disassembly, not contain the chip design.
You can include them in your top module.
M0:
  instance testboard.uchip.uMCU.ucore is logical/cortexm0_integration/verilog/CORTEXM0INTEGRATION.v
  instance testboard.uchip.umcu.ucore.u_logic is logical/cortexm0_integration/verilog/cortexm0ds_logic.v
M3:
instance testboard.uchip.umcu.ucore is logical/cortexm3integration_ds_obs/verilog/CORTEXM3INTEGRATIONDS.v
instance testboard.uchip.umcu.ucore.u_logic is logical/cortexm3integration_ds_obs/verilog/cortexm3ds_logic.v
Code:
instance testboard.uchip.umcu.ucode.umem.ubeh.memory is code array, 16MB address space.


disa_cortexm.zip

11.56 KB, 下载次数: 27 , 下载积分: 资产 -2 信元, 下载支出 2 信元

发表于 2021-9-17 20:53:26 来自手机 | 显示全部楼层
goodjob
发表于 2021-9-17 21:43:12 | 显示全部楼层
kankan
发表于 2021-9-19 16:05:51 | 显示全部楼层
的确是个不错的东西!!!!
发表于 2021-10-9 11:00:54 | 显示全部楼层
Ar8iu6  !E4yiw6  什么意思?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /2 下一条

×

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-4-27 04:43 , Processed in 0.022945 second(s), 7 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表