diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-05-02 16:22:55 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-05-03 18:05:51 +0200 |
| commit | d2b251a8571ec1e31145c10f1debc82f93c5df99 (patch) | |
| tree | b71ae79fccf0a949edecca1a37ca52d019d78bc8 /gnu | |
| parent | 2ec5a66224f1e014400f7a8a0cce177c2273a538 (diff) | |
gnu: yosys: Use abc-yosyshq.
* gnu/packages/fpga.scm (yosys)[inputs]: Replace abc by abc-yosyshq.
Change-Id: Id0a3f9c561f414261af2e7c7bd8cb82b6a0322cd
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/fpga.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index 7c719738784..2298dde595a 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -254,7 +254,7 @@ For synthesis, the compiler generates netlists in the desired format.") pkg-config python tcl)) ;tclsh for the tests - (inputs (list abc + (inputs (list abc-yosyshq bash-minimal graphviz gtkwave |
