lnis-uofu / yosys_prefix_trees

Yosys plugin for optimized adders using tdene/synth_opt_adders utility
Apache License 2.0
8 stars 0 forks source link

Automatically install pptrees.so into /usr/local/share/yosys/plugins if available #11

Closed tdene closed 2 years ago

tdene commented 2 years ago

This will bring back functionality that was previously removed, as I was not aware of the -i flag.

mithro commented 2 years ago

I think you probably want to use pkg-config to detect the Yosys install's plugin storage location?

mithro commented 2 years ago

I think this is done in https://github.com/chipsalliance/yosys-f4pga-plugins/blob/main/Makefile_plugin.common ?

mithro commented 2 years ago

Maybe @mkurc-ant can help?