mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Added $sr cell type to celltypes.h
This commit is contained in:
parent
55f927eecb
commit
de823ce964
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ struct CellTypes
|
|||
cell_types.insert("$memwr");
|
||||
cell_types.insert("$mem");
|
||||
cell_types.insert("$fsm");
|
||||
cell_types.insert("$sr");
|
||||
}
|
||||
|
||||
void setup_stdcells()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue