[Cryptech-Commits] [user/js/keywrap] branch integrate_mkmif updated: Adding README that describes the purpose of the dir and how to get the vendor specific memory model we need here.

git at cryptech.is git at cryptech.is
Tue Nov 13 12:42:31 UTC 2018


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a commit to branch integrate_mkmif
in repository user/js/keywrap.

The following commit(s) were added to refs/heads/integrate_mkmif by this push:
     new 038eb4f  Adding README that describes the purpose of the dir and how to get the vendor specific memory model we need here.
038eb4f is described below

commit 038eb4f4f4e5ca2cf6ad80e02091df0a34e6bde3
Author: Joachim Strömbergson <joachim at secworks.se>
AuthorDate: Tue Nov 13 13:42:16 2018 +0100

    Adding README that describes the purpose of the dir and how to get the vendor specific memory model we need here.
---
 src/tech/README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/tech/README.md b/src/tech/README.md
new file mode 100644
index 0000000..0e04542
--- /dev/null
+++ b/src/tech/README.md
@@ -0,0 +1,14 @@
+README.md
+=========
+This dir is where the vendor specific Verilog memory model should be
+stored.
+
+The memory used is the [Microchip
+23K640](https://www.microchip.com/wwwproducts/en/23A640) a 64kbit,
+SPI-connected serial SRAM.
+
+The Verilog memory model can be downloaded from that webpage or [by
+clicking on this link](http://ww1.microchip.com/downloads/en/DeviceDoc/23x640_Verilog_Model.zip).
+
+Download and unzip the file in this directory. This should produce two
+files, 23A640.v and 23K640.v. The one needed for simulation is 23K640.v

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list