集成电路技术分享

 找回密码
 我要注册

QQ登录

只需一步,快速开始

搜索
12
返回列表 发新帖
楼主: lcytms

CPU86——免费版 8088 FPGA IP Core(VHDL源代码下载)

[复制链接]
 楼主| lcytms 发表于 2017-3-7 23:39:09 | 显示全部楼层
本帖最后由 lcytms 于 2017-3-8 15:34 编辑

Building a System         建立一个系统

To build a usable system you obviously need more than just the processor.         建立一个可用的系统,你需要的不仅仅是处理器。
For a minimum embedded system you would need:                一个最小的嵌入式系统需要:

•An Interrupt Controller.                 中断控制器。
        Interrupts are an essential part of any system.                 中断是任何系统的一个重要组成部分。
        The 8088 is normally paired with an 8259A Programmable Interrupt Controller.         8088通常使用一对8259A可编程中断控制器。
        Although this device is as old as the 8088 due to legacy issues you will still find it on any modern PC.        
        虽然这个器件和8088一样古老,但由于继承的原因,你还是能在当今所有的PC机上找到它。
        Note that you can not simply connect an device IRQ to the 8088 INTR input without additional glue logic.
        注意:你不能简单地连接一个器件的IRQ到8088 INTR输入端,而不使用额外的胶合逻辑。
        The reason for this is that an 8088 expects an interrupt vector to be pushed onto the databus during the second Interrupt ACKnowledge cycle.
        这是因为8088在第二个中断应答周期中,正常会收到一个被推到数据总线上的中断向量。

•A Timer unit.                 一个定时器单元。
        Any embedded application even the simplest one needs timers to generate periodic interrupts (e.g. OS task switching, time keeping functions, DRAM refresh etc).
        所有的嵌入式应用,即使是最简单的应用,也需要定时器来产生周期性中断(例如操作系统任务开关、计时功能、DRAM刷新等)。
        The obvious choice is an 8254/8253 Programmable Timer.        显而易见的选择就是一个8254/8253可编程定时器。

• Parallel I/O Port.         并行I/O口。
        For any Parallel I/O operations an 8255 Programmable Peripheral Interface (PPI) can be used.
        8255可编程外围接口(PPI)可用于所有的并行I/O操作。
        This is a versatile device that can be configure in simple I/O, strobed I/O or fully bi-directional I/O.
        这是一个多功能的器件,它可以配置成简单I/O、选通I/O或全双工I/O。

本帖子中包含更多资源

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

x
小舍YZ 发表于 2017-4-19 10:41:29 | 显示全部楼层
赞,,,,谢谢分享。。。。。
小舍YZ 发表于 2017-4-22 13:57:20 | 显示全部楼层
CPU86——免费版 8088 FPGA IP Core
 楼主| lcytms 发表于 2018-6-11 21:46:52 | 显示全部楼层
                     
    可惜是VHDL版的,要有verilog版的就好了。
您需要登录后才可以回帖 登录 | 我要注册

本版积分规则

关闭

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

QQ|小黑屋|手机版|Archiver|fpga论坛|fpga设计论坛 ( 京ICP备20003123号-1 )

GMT+8, 2024-11-23 11:30 , Processed in 0.059367 second(s), 18 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表