diff --git a/README.md b/README.md index 4336a1d..4aeea16 100644 --- a/README.md +++ b/README.md @@ -661,7 +661,7 @@ By default calling any of those make targets will (re-)download the toolchain sources. Run `make download-tools` to download the sources to `/var/cache/distfiles/` once in advance. -*Note: This instructions are for git rev 1b80cbe (2010-04-01) of riscv-gnu-toolchain.* +*Note: These instructions are for git rev 1b80cbe (2018-01-31) of riscv-gnu-toolchain.* Linking binaries with newlib for PicoRV32 diff --git a/dhrystone/syscalls.c b/dhrystone/syscalls.c index 65f4926..82e633b 100644 --- a/dhrystone/syscalls.c +++ b/dhrystone/syscalls.c @@ -1,5 +1,5 @@ // An extremely minimalist syscalls.c for newlib -// Based on riscv newlib libgloss/riscv/machine/syscall.h +// Based on riscv newlib libgloss/riscv/sys_*.c // Written by Clifford Wolf. #include diff --git a/picosoc/README.md b/picosoc/README.md index 91ea391..dcb45ba 100644 --- a/picosoc/README.md +++ b/picosoc/README.md @@ -53,7 +53,7 @@ physical SRAM will read from the corresponding addresses in serial flash. Reading from the UART Send/Recv Data Register will return the last received byte, or -1 (all 32 bits set) when the receive buffer is empty. -The UART Clock Divider Register must be set to the system clock freuqency +The UART Clock Divider Register must be set to the system clock frequency divided by the baud rate. The example design (hx8kdemo.v) has the 8 LEDs on the iCE40-HX8K Breakout Board diff --git a/scripts/yosys-cmp/README.md b/scripts/yosys-cmp/README.md index a364dce..acb2c6c 100644 --- a/scripts/yosys-cmp/README.md +++ b/scripts/yosys-cmp/README.md @@ -1,7 +1,7 @@ Synthesis results for the PicoRV32 core (in its default configuration) with Yosys 0.5+383 (git sha1 8648089), Synplify Pro and Lattice LSE from iCEcube2.2014.08, and Xilinx Vivado 2015.3. -No timing contraints where used for synthesis; only resource utilisation is compared. +No timing constraints were used for synthesis; only resource utilisation is compared. Last updated: 2015-10-30