From 95631e77b8ee4ea1474988bef89c481e80fa57b3 Mon Sep 17 00:00:00 2001 From: Yehowshua Immanuel Date: Wed, 20 Mar 2024 02:48:49 -0400 Subject: [PATCH] update README with instructions for simulating main core --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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.