# PipeLineCPU **Repository Path**: TomQunChao/PipeLineCPU ## Basic Information - **Project Name**: PipeLineCPU - **Description**: No description available - **Primary Language**: VHDL - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PipeLineCPU ## 优化版AsmCPU - 当发生数据冲突时采用旁路法解决 - 各级都增加了流水寄存器,使得写回步骤只在写回段进行 ## 制作CPU步骤 请见AsmCPU ## 优化 依然存在优化的地方 - 流水寄存器过多,但是很多流水寄存器并不经常用到,可以想想办法集成到ALU - 欢迎补充