Commit 01cd7814 authored by Andrey Filippov's avatar Andrey Filippov

Removing Icarus modification instructions as they are not needed anymore

parent 7fc269d2
...@@ -64,6 +64,8 @@ git clone git://github.com/steveicarus/iverilog.git ...@@ -64,6 +64,8 @@ git clone git://github.com/steveicarus/iverilog.git
cd iverilog cd iverilog
sh autoconf.sh sh autoconf.sh
./configure ./configure
Update: Removed instructions to modify Icarus code - current version does not need them anymore
<!--
``` ```
If you run ```make``` with unmodified code it will not be able to simulate the test project - If you run ```make``` with unmodified code it will not be able to simulate the test project -
[DDR3 Memory Interface](http://blog.elphel.com/2014/06/ddr3-memory-interface-on-xilinx-zynq-soc-free-software-compatible/) [DDR3 Memory Interface](http://blog.elphel.com/2014/06/ddr3-memory-interface-on-xilinx-zynq-soc-free-software-compatible/)
...@@ -91,6 +93,7 @@ vpiHandle vpip_make_vthr_vector(unsigned base, unsigned wid, bool signed_flag) ...@@ -91,6 +93,7 @@ vpiHandle vpip_make_vthr_vector(unsigned base, unsigned wid, bool signed_flag)
``` ```
Then with the modified code Then with the modified code
``` ```
-->
make make
sudo make install sudo make install
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment