hdl / conda-eda

Conda recipes for FPGA EDA tools for simulation, synthesis, place and route and bitstream generation.
https://anaconda.org/LiteX-Hub
Apache License 2.0
95 stars 26 forks source link

misc/openlane: set openlane to be noarch #301

Closed xobs closed 1 year ago

xobs commented 1 year ago

openlane is tcl scripts, so there is no reason for it to be arch-specific.

proppy commented 1 year ago

That make sense, with the caveat that some of the deps might not yet resolve on all archs.

proppy commented 1 year ago

We might want to disable RUN_LVS in the default conf until we get netgen packaged for OSX.

xobs commented 1 year ago

Additional changes needed to be made to build.sh in order to get it building on something other than Linux.

proppy commented 1 year ago

merging since both netgen and tcllib are in!