From 6f6711fe1924eb38d673d63be4d82d8bed95e14e Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 9 Aug 2023 22:05:09 +0100 Subject: [PATCH] --- 3d_gpu/architecture/inorder_model.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3d_gpu/architecture/inorder_model.mdwn b/3d_gpu/architecture/inorder_model.mdwn index b0679dc0c..7f25c35be 100644 --- a/3d_gpu/architecture/inorder_model.mdwn +++ b/3d_gpu/architecture/inorder_model.mdwn @@ -15,7 +15,7 @@ A Single-Issue In-Order control unit will allow every pipepline to be active, and raises the ideal maximum throughput to 1 instruction per clock cycle, bearing any register hazards. -This control unit has not been written in HDL yet (incorrect: the first version was written 18 months ago, and is in soc/), however there's currently a +This control unit has not been written in HDL yet (incorrect: the first version was written 18 months ago, and is in soc/ and there are options in the Makefile to enable it), however there's currently a task to develop the model for the simulator first. The model will be used to determine performance. -- 2.30.2