4_0read.1st

来自「大型risc处理器设计源代码,这是书中的代码 基于流水线的risc cpu设计」· 1ST 代码 · 共 26 行

1ST
26
字号
4.0 Read Me First
=================

Chapter 4 of the disc contains a simple operating system and some test programs. 
The operating system does not belong to the contents of the book and is hence 
documented less intensively. It supports more comfortable applications of the 
Coarse Structure Model. As always, the software is included without any 
warranty.

In detail, it contains the following.

4.1 VOS.EXE  The VERILOG operating system for the Coarse Structure Model

4.2 Example Programs

    4.2.1 ACKERMAN.EXE  Ackermann function (recursive), easy

    4.2.2 FACTORIA.EXE  Factorial (recursive), easy

    4.2.3 QUICKSOR.EXE  Quicksort (recursive), easy

    4.2.4 DHRYSTON.EXE  The Dhrystone benchmark in version 2.1,
                        difficult, meaningful for performance evaluation only

4.3 TEST.V  Test module to start FACTORIA.EXE etc.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?