aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-07-01 22:42:25 +0200
committerClifford Wolf <clifford@clifford.at>2015-07-01 22:42:25 +0200
commit198c995c8fcbb6be8fbb47e34a0877b61ab71534 (patch)
tree4901f7c9b497459313f0c7a39da4fbca517926fc /README.md
parent84e2202fef487414ab650bac43d60b3d76435812 (diff)
downloadpicorv32-198c995c8fcbb6be8fbb47e34a0877b61ab71534.tar.gz
picorv32-198c995c8fcbb6be8fbb47e34a0877b61ab71534.zip
Back to Vivado 2015.1
my synthesis license has a 2015.05 version limit..
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d920e21..40a5d5b 100644
--- a/README.md
+++ b/README.md
@@ -533,10 +533,10 @@ place&route static timing analysis with `report_timing`.
| Xilinx Virtex-7T | -3 | 2.4 ns (416 MHz) |
The following table lists the resource utilization in area-optimized synthesis,
-as reported by Vivado 2015.2 post optimization with `report_utilization`.
+as reported by Vivado 2015.1 post optimization with `report_utilization`.
PicoRV32 "small" is the core without counter instructions, with externally
-latched `mem_rdata`, and without catching of misaligned memory access and
+latched `mem_rdata`, and without catching of misaligned memory accesses and
illegal instructions.
PicoRV32 "regular" is simply the core with its default settings.