]> Witch of Git - nan-gate/commit
Change install directory
authorCassie Jones <code@witchoflight.com>
Fri, 6 Mar 2020 21:45:01 +0000 (22:45 +0100)
committerCassie Jones <code@witchoflight.com>
Fri, 6 Mar 2020 22:26:39 +0000 (23:26 +0100)
commite150268946dadbcccd1c1f8be0c5aaaffd8c5f11
treec54d1c8cd01880658e67fbdcc1bd0e7c29d2fe93
parent67de78294694cfa1601aa8f431d6cdfb9df9ef01
Change install directory

Plugins in the yosys-plugins project install themselves into
datdir/plugins/..., so we should do the same.

Yosys seems to support this specifically, so now we can refer to the
plugin as simply "nangate" instead of specifying the full path. Use:

    yosys -m nangate

Or in your synthesis scripts, include:

    plugin -i nangate
Makefile
example/example.ys
nangate.cc