mirror of
https://github.com/guilhermewerner/tomasulo-simulator
synced 2025-06-15 13:24:20 +00:00
Reoder buffer map
This commit is contained in:
@ -69,6 +69,7 @@ export default function Home() {
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{reorderBuffer.map((instr, index) => (
|
||||
<tr>
|
||||
<td>batata</td>
|
||||
<td>batata</td>
|
||||
@ -77,6 +78,7 @@ export default function Home() {
|
||||
<td>batata</td>
|
||||
<td>batata</td>
|
||||
</tr>
|
||||
))}
|
||||
</tbody>
|
||||
</Table>
|
||||
<div className="my-4">
|
||||
|
Reference in New Issue
Block a user