diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-07-20 15:19:12 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-07-20 15:19:12 +0200 |
commit | 61ed6b32d1f5fbfda9c6effdaa678092f8156bfa (patch) | |
tree | 3a53692cbd93a09eabeb67eff5e9e4ace5cf1a3e /manual/FILES_StateOfTheArt/iverilog-0.8.7-buildfixes.patch | |
parent | 3650fd7fbe45a00792770d9ecb9397bc27ea0845 (diff) | |
download | yosys-61ed6b32d1f5fbfda9c6effdaa678092f8156bfa.tar.gz yosys-61ed6b32d1f5fbfda9c6effdaa678092f8156bfa.tar.bz2 yosys-61ed6b32d1f5fbfda9c6effdaa678092f8156bfa.zip |
Added Yosys Manual
Diffstat (limited to 'manual/FILES_StateOfTheArt/iverilog-0.8.7-buildfixes.patch')
-rw-r--r-- | manual/FILES_StateOfTheArt/iverilog-0.8.7-buildfixes.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/manual/FILES_StateOfTheArt/iverilog-0.8.7-buildfixes.patch b/manual/FILES_StateOfTheArt/iverilog-0.8.7-buildfixes.patch new file mode 100644 index 000000000..63a03e595 --- /dev/null +++ b/manual/FILES_StateOfTheArt/iverilog-0.8.7-buildfixes.patch @@ -0,0 +1,20 @@ +--- ./elab_net.cc.orig 2012-10-27 22:11:05.345688820 +0200 ++++ ./elab_net.cc 2012-10-27 22:12:23.398075860 +0200 +@@ -29,6 +29,7 @@ + + # include <iostream> + # include <cstring> ++# include <memory> + + /* + * This is a state flag that determines whether an elaborate_net must +--- ./syn-rules.y.orig 2012-10-27 22:25:38.890020489 +0200 ++++ ./syn-rules.y 2012-10-27 22:25:49.146071350 +0200 +@@ -25,6 +25,7 @@ + # include "config.h" + + # include <iostream> ++# include <stdio.h> + + /* + * This file implements synthesis based on matching threads and |