diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/celltypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/celltypes.h b/kernel/celltypes.h index 1e56a4dd8..d6a125257 100644 --- a/kernel/celltypes.h +++ b/kernel/celltypes.h @@ -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() |