mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-17 12:45:44 +00:00
fix: missing custom-Silimate $icg in NewCellTypes
This commit is contained in:
parent
bd7c32f8a6
commit
5d3819b52f
3 changed files with 4 additions and 2 deletions
|
|
@ -91,6 +91,7 @@ struct CellTableBuilder {
|
|||
setup_type(ID($scopeinfo), {}, {}, features);
|
||||
setup_type(ID($input_port), {}, {ID::Y}, features);
|
||||
setup_type(ID($connect), {ID::A, ID::B}, {}, features);
|
||||
setup_type(ID($icg), {ID::CLK, ID::EN, ID::SE}, {ID::GCLK}, features);
|
||||
}
|
||||
constexpr void setup_internals_eval()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue