mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-20 07:36:39 +00:00
celltypes: Reword synthesizable comment
Don't mention verilog.
This commit is contained in:
parent
82ae46dfeb
commit
9117926157
|
@ -34,7 +34,7 @@ struct CellType
|
|||
bool is_evaluable = false;
|
||||
// Cell has no state; outputs are determined solely by inputs
|
||||
bool is_combinatorial = false;
|
||||
// Cell is able to be fully represented in the synthesizable subset of verilog
|
||||
// Cell is able to be synthesized
|
||||
bool is_synthesizable = false;
|
||||
// Cell is built-in memory logic, includes flip-flops and latches, but not complex
|
||||
// cells like $mem
|
||||
|
|
Loading…
Reference in a new issue