[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73717] [PATCH v1] gnu: Add yosys-clang.
From: |
Ludovic Courtès |
Subject: |
[bug#73717] [PATCH v1] gnu: Add yosys-clang. |
Date: |
Thu, 24 Oct 2024 12:07:44 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Cayetano Santos <csantosb@inventati.org> skribis:
> * gnu/packages/fpga.scm (yosys-clang): New variable.
>
> Change-Id: Iedbd418adc152c325d106830d9d33b73f01e65da
[...]
> +(define-public yosys-clang
> + (package
> + (inherit yosys)
> + (name "yosys-clang")
Out of curiosity, why is it necessary to have a Clang-built variant of
yosys? Does that change is feature set?
> + (inputs
Could you add a synopsis, like:
(synopsis "FPGA Verilog RTL synthesizer (Clang variant)")
?
Thanks,
Ludo’.