diff --git a/README.md b/README.md index 856b113..9428a4c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,15 @@ screen /dev/tty.usbserial-K00027 9600 # Simulation ## Main Chip Core -TODO +The following command will simulate the UART loopback +by having the bluespec sources call some C code that +commandeers the tty, disables echo, exposes the tty write +buffer to bluespec(what the user types), and exposes +a buffer bluespec can use to write to terminal. + +```bash +TOPMODULE=mkSim make b_all +``` ## Experiments See experiments README.