aboutsummaryrefslogtreecommitdiffstats
path: root/misc/yosys-config.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix hard-coded path to /bin/bash -> /usr/bin/env bashHenner Zeller2022-09-241-1/+1
| | | | | | | | | | On Posix systems, the path /bin/bash is not guaranteed to exist and it is more portable to use /usr/bin/env instead. Fixing this for yosys-config with is the most important for a functioning installation. Signed-off-by: Henner Zeller <h.zeller@acm.org>
* yosys-config: spellingEddie Hung2020-04-221-1/+1
|
* Support custom PROGRAM_PREFIXMiodrag Milanovic2020-04-101-4/+4
|
* fixed typoClifford Wolf2015-02-081-1/+1
|
* Added "yosys-config --build modname.so cppsources.."Clifford Wolf2015-02-081-2/+12
|
* Moved yosys-config.in to misc/Clifford Wolf2014-10-181-0/+97