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

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

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 2406|回复: 6

A Simple 8-bit CPU designed in Max+PlusII___gdf version

[复制链接]
发表于 2009-12-7 20:32:58 | 显示全部楼层 |阅读模式

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

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

x
This processor was designed to be simple tocreate, for that reason there are only 4 registers, few basic logic commands,only the most necessary flags, and only 2^16 bytes of addressable memory. Thisdesign scheme led to it’s being single cycle RISC-like. All memory access,besides the normal stepping through the program, uses the AB registercombination for the memory address.
Because of the limited number of registers, this processor is severelycrippled in performance. This might be the worst part of its design. There is afifth, unaddressable register (FLAGS). It can be accessed and data can bestored in it using the commands Flags->A and A->Flags. Be warned,however, that the contents of Flags will be erased if an opcode writes toFlags. The instruction format is the standard “Opcode Operand, Operand”. Due tothe 8 bit limit on opcode size, the only way to achieve a “load immediatevalue” command was to have it only accept small immediate values (4 bits).There is a Load Upper and a Load Lower, so that in 2 clock cycles, an entire8bit immediate value can be stored in the A register.
Load and Store currently do not operate correctly because ofmemory access conflicts with the IFU.

8bit_cpu.zip

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

 楼主| 发表于 2009-12-7 20:34:36 | 显示全部楼层
cpuinfo.doc (28.5 KB, 下载次数: 7 ) 1# kevinwjs
发表于 2010-12-14 21:30:36 | 显示全部楼层
谢谢啊
发表于 2010-12-14 23:30:37 | 显示全部楼层
iii.thxthx.
发表于 2010-12-15 09:33:19 | 显示全部楼层
very helpful;
发表于 2010-12-16 15:07:15 | 显示全部楼层
very good!
发表于 2013-11-5 22:39:38 | 显示全部楼层
thx for sharing....
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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


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

GMT+8, 2025-7-14 21:33 , Processed in 0.026492 second(s), 12 queries , Gzip On, MemCached On.

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