@@ -6,6 +6,7 @@ Copyright (C) 2013, Shinya Takamaeda-Yamazaki
66
77E-mail: takamaeda\_ at\_ arch.cs.titech.ac.jp
88
9+
910License
1011------------------------------
1112Apache License 2.0
@@ -18,7 +19,7 @@ What's PyCoRAM?
1819PyCoRAM is yet another implementation of CoRAM (Connected RAM) memory architecture for FPGA-based computing.
1920
2021PyCoRAM generates AXI4 IP-core design from your computing kernel logic and memory access pattern descriptions.
21- The generated IP-core can be used as a standard IP-core with the other common IP-cores together on vendor-provided EDK.
22+ The generated IP-core can be used as a standard IP-core with other common IP-cores together on vendor-provided EDK.
2223
2324PyCoRAM differs in some points from the original soft-logic implementation of CoRAM on existing FPGAs.
2425
@@ -38,12 +39,12 @@ Requirements
3839For just simulation
3940
4041* Python 3.3 (or later)
41- * Pyverilog 0.6 .0 (or later)
42+ * Pyverilog 0.7 .0 (or later)
4243 - My original Verilog HDL design analyzer
43- - 0.6 .0-lite is included in this package
44+ - 0.7 .0-lite is included in this package
4445* Jinja2 (2.7 or later)
4546* Icarus Verilog (0.9.6 or later)
46- -for preprocessor in Pyverilog and for simulation
47+ - for preprocessor in Pyverilog and for simulation
4748
4849To build a final FPGA design (bit-file)
4950
@@ -77,7 +78,7 @@ Or type commands as below directly.
7778 iverilog -I pycoram_userlogic_v1_00_a/hdl/verilog/ pycoram_userlogic_v1_00_a/test/test_pycoram_userlogic.v
7879 ./a.out
7980
80- Then, PyCoRAM compiler generates a directory for IP-core (pycoram\_ userlogic\_ v1\_ 00\_ a, in this example).
81+ PyCoRAM compiler generates a directory for IP-core (pycoram\_ userlogic\_ v1\_ 00\_ a, in this example).
8182
8283'pycoram\_ userlogic\_ v1\_ 00\_ a.v' includes
8384* IP-core RTL design (hdl/verilog/pycoram\_ userlogic.v)
@@ -122,3 +123,4 @@ PyCoRAM Command Options
122123 - The compiler does NOT generate the system with AXI4 bus interface. default is disabled.
123124* -o
124125 - Name of output file in no-AXI mode. default is "out.v".
126+
0 commit comments