aboutsummaryrefslogtreecommitdiffstats
path: root/examples/cxx-api
diff options
context:
space:
mode:
authorBenedikt Tutzer <benedikt.tutzer@gmail.com>2020-09-25 12:57:46 +0200
committerBenedikt Tutzer <benedikt.tutzer@gmail.com>2020-09-25 12:57:46 +0200
commit4892ec853bc9d97c4339c0f68b892414ca3702b4 (patch)
tree0525ef4959ee1390b112068f4ca1f35709631e2c /examples/cxx-api
parentcd8b2ed4e6f9447c94d801de7db7ae6ce0976d57 (diff)
downloadyosys-4892ec853bc9d97c4339c0f68b892414ca3702b4.tar.gz
yosys-4892ec853bc9d97c4339c0f68b892414ca3702b4.tar.bz2
yosys-4892ec853bc9d97c4339c0f68b892414ca3702b4.zip
Use CXXFLAGS to enable pyosys specific code before generating wrappers
The .pyh files were generated without the CXXFLAGS. This meant that code marked by the WITH_PYTHON flag was excluded. This is fixed by adding the flag in the rule for .pyh files.
Diffstat (limited to 'examples/cxx-api')
0 files changed, 0 insertions, 0 deletions
5'>105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177