speed up ==, hash, <, >, <=, and >= for plain_data
[nmutil.git] / README.md
index d96fb453b4c91e210d20889c94bbe2ca73897dc4..aadd9adce2833d561b7f3d064c0cb517790c9763 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,9 +1,22 @@
 # NMigen Util 
 
-This project implements utilities for nmigen
+This project implements utilities for nmigen.  It is semi-equivalent
+to Chisel3 io library.  Its development is covered under an NLNet Grant
+and the top-level bugreport is here:
+http://bugs.libre-soc.org/show_bug.cgi?id=62
+
+Documentation: https://libre-soc.org/docs
 
 # Requirements
 
 * nmigen
 * yosys (latest git repository, required by nmigen)
+* pyvcd (for stylish GTKWave documents) - available on Pypi
+
+# Installation
+
+best done using the dev-env-setup scripts
+https://git.libre-soc.org/?p=dev-env-setup.git;a=summary
+
+Also available on pypi: pip3 install libresoc-nmutil