add pre tags
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 30 Nov 2018 03:14:37 +0000 (03:14 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 30 Nov 2018 03:14:37 +0000 (03:14 +0000)
3d_gpu/microarchitecture.mdwn

index 558cc0c92073915149d26d2521ff6efacefb90a7..a1d003763ec50d390cad557e690f8a4a21f4b78d 100644 (file)
@@ -80,6 +80,7 @@ If you could organize 2 SRAM macros and use the pair of them to
 read/write 4 registers at a time (256-bits). The pipeline will allow you to
 dedicate 3 cycles for reading and 1 cycle for writing (4 registers each).
 
+<pre>
 RS1 = Read of operand S1
 WRd = Write of result Dst
 FMx = Floating Point Multiplier, x = stage.
@@ -96,6 +97,7 @@ FMx = Floating Point Multiplier, x = stage.
                                                    |FWD|FM1|FM2|FM3|FM4|
                                                        |FWD|FM1|FM2|FM3|FM4|
                                                            |FWD|FM1|FM2|FM3|FM4|WRd|
+</pre>
 
 The only trick is getting the read and write dedicated on different clocks.
 When the RS3 operand is not needed (60% of the time) you can use