projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55f927e
)
Added $sr cell type to celltypes.h
author
Clifford Wolf
<clifford@clifford.at>
Thu, 14 Mar 2013 00:08:30 +0000
(
01:08
+0100)
committer
Clifford Wolf
<clifford@clifford.at>
Thu, 14 Mar 2013 00:08:30 +0000
(
01:08
+0100)
kernel/celltypes.h
patch
|
blob
|
history
diff --git
a/kernel/celltypes.h
b/kernel/celltypes.h
index 1e56a4dd8005affbe68608e08f945a4a1f0d59c5..d6a1252573d44aa7e9a84cef8ed88b90fb1eb147 100644
(file)
--- 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()