diff options
| author | jackbackrack | 2015-04-23 21:42:55 -0700 |
|---|---|---|
| committer | jackbackrack | 2015-04-23 21:42:55 -0700 |
| commit | 511bd8aa815b3d4c1b3359d42d76286774cbd8c2 (patch) | |
| tree | e2c089a8a9111534828c80ce540e55fa74f64a8d /src | |
| parent | 37c7573dd28a878fe250e1d8ce473fc48aa2fe59 (diff) | |
| parent | 0224127dc4dba9cf35b0208d32a116b7d33ad925 (diff) | |
merge
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/stanza/ir-utils.stanza | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/stanza/ir-utils.stanza b/src/main/stanza/ir-utils.stanza index 86fe56d1..a80c2d7e 100644 --- a/src/main/stanza/ir-utils.stanza +++ b/src/main/stanza/ir-utils.stanza @@ -300,7 +300,7 @@ defmethod map (f: Type -> Type, c:Stmt) -> Stmt : match(c) : (c:DefWire) : DefWire(name(c),f(type(c))) (c:DefRegister) : DefRegister(name(c),f(type(c))) - (c:DefMemory) : DefRegister(name(c),f(type(c))) + (c:DefMemory) : DefMemory(name(c),f(type(c))) (c) : c public defmulti mapr<?T> (f: Width -> Width, t:?T&Type) -> T |
