|
计算机应用研究 2007
Design and implementation of parallel CISC instruction decoder
|
Abstract:
The defect of serial decoder scheme in x86 series microprocessor was slow speed and low efficiency. To overcome these problems, proposed a parallel decoder scheme. Divided the whole decoder process into two stages, which were length decode and address decode. These two stages decoded instructions in pipeline mode. The length of an instruction without prefix could be figure out in one clock. Any two instructions could be decode in parallel. So, improved the efficiency of decoder. Used Verilog-HDL to describe the whole design, and used SYNOPSYS-DV to synthesize in SMIC CMOS 0. 18-library. The results reach the design specification.