From 9f54aaff3121b635bb37c1462fee696907e4fe1e Mon Sep 17 00:00:00 2001 From: Cesare Garlati Date: Mon, 14 Dec 2020 19:42:38 +0000 Subject: [PATCH 1/3] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e2f8736..9ec2875c 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,8 @@ Feature comparison between E300 (not secure) and X300 (secure): | no perf counters | 2 perf counters, hpmcounter3 and hpmcounter4 | | no CLICs | 3 CLICs (BTN0, BTN1 and BTN2) | -Like the Freedom E300 Arty FPGA Dev Kit, the X300 is designed to be mapped onto -an [Arty FPGA Evaluation -Kit](https://www.xilinx.com/products/boards-and-kits/arty.html). +Like the Freedom E300 Arty FPGA Dev Kit, The X300 is designed to be mapped onto an [Artix-7 35T Arty FPGA Evaluation Kit](https://www.xilinx.com/products/boards-and-kits/arty.html). + ### Bootrom From 0b192c2647bb85cc7f722a781bfc19c022899503 Mon Sep 17 00:00:00 2001 From: Cesare Garlati Date: Thu, 18 Feb 2021 21:24:23 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9ec2875c..69af73ed 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,11 @@ $ cd multizone-fpga $ git submodule update --init --recursive ``` +### Additional requirements + +More info about Chisel requirements like Scala and cbt can be found at [https://github.com/sifive/freedom/blob/master/README.md](https://github.com/sifive/freedom/blob/master/README.md) + + ## Building To compile the bistream, run From bbbd3d21ee16e979e12f71d0a2e9483a1dece062 Mon Sep 17 00:00:00 2001 From: Cesare Garlati Date: Thu, 23 Sep 2021 11:01:31 -0700 Subject: [PATCH 3/3] Minor update to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69af73ed..5a7671c3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains the X300, a secure version of [SiFive's Freedom E300 Platform](https://github.com/sifive/freedom/tree/3624efff1819e52cec30c72f9085158189f8b53f) -modified to work with the free and open [MultiZone Secure IoT Stack](https://github.com/hex-five/multizone-secure-iot-stack). +modified to work with the [MultiZone IoT Firmware](https://github.com/hex-five/multizone-iot-sdk). Feature comparison between E300 (not secure) and X300 (secure):