diff --git a/pages/index.js b/pages/index.js index de1663c..54f33ce 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,11 +1,14 @@ import Head from 'next/head' import Image from 'next/image' import Table from 'react-bootstrap/Table' -import Container from 'react-bootstrap/Container'; -import Nav from 'react-bootstrap/Nav'; +import Container from 'react-bootstrap/Container' +import Nav from 'react-bootstrap/Nav' import Navbar from 'react-bootstrap/Navbar'; -import NavDropdown from 'react-bootstrap/NavDropdown'; -import { useState } from 'react' +import NavDropdown from 'react-bootstrap/NavDropdown' +import Row from 'react-bootstrap/Row' +import Col from 'react-bootstrap/Col' +import { useState } from 'react'; +import Button from 'react-bootstrap/Button'; export default function Home() { const [instructionStatus, setInstructionStatus] = useState([]); @@ -13,6 +16,18 @@ export default function Home() { const [reservationStations, setReservationStations] = useState([]); const [registerStatus, setRegisterStatus] = useState([]); + function issueInstruction() { + + } + + function executeInstruction() { + + } + + function writeInstruction() { + + } + return ( <> @@ -34,9 +49,14 @@ export default function Home() {
-
-

Reorder Buffer

-
+ + +

Reorder Buffer

+ + + + +
@@ -158,6 +178,9 @@ export default function Home() { ))}
+
+ Caio Arâes, David Freitas, Guilherme Werner +