adding synthesize attribute to the module and a print statement for pinmux generation.
[pinmux.git] / README.md
index 5e29e065b207e2987e8035b732b81e4bf7767e5b..0016601a8ecef50eb3ad2dd77fb1080196f760c4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,6 +12,11 @@ Currently the code supports the following peripherals:
 3. Provide support for dedicated pins.
 4. Provide scheme to prevent short-circuit when inputs are mapped to multiple IOs.
 
+
+## REQUIREMENTS:
+       1. Python3 and above to generate BSV code.
+       2. BSV compiler to generate verilog code from BSV code.
+
 ## Quick Start
 
 Set parameters such as number of UARTs, SPIs, IO Cells, etc. in the file src/params.py .