Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 561 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 561 Bytes

实现一个 cortex m3 内核

文件目录
|--Keil                 keil工程
|--Software             软件代码
|--cmsdk_ahb_busmatrix  生成AHB总线矩阵文件
|--my_rtl               verilog代码
    |--bus                总线相关代码
    |--core               m3内核
    |--peripheral         外设
    |--CortexM3           soc顶层代码
|--testbench            仿真代码
|--vivado_a7            vivado工程
|--xdc                  约束文件
|--history              历史文件
|--others               说明文件等