diff options
| author | azidar | 2015-04-24 17:00:01 -0700 |
|---|---|---|
| committer | azidar | 2015-04-24 17:00:01 -0700 |
| commit | ced5ddb48843cd5b00498d1066f52c2925b142b9 (patch) | |
| tree | 147be80363c183b88521e3d1f492b83939be20ba /src/main/stanza/ir-utils.stanza | |
| parent | e9462f11f6cfd68d0ada3b95a7d48621970e520e (diff) | |
| parent | 5a2a495ce88eec9e2e79cfbfe7f5548cede25874 (diff) | |
Merge branch 'master' of github.com:ucb-bar/firrtl into parser
Conflicts:
TODO
src/main/stanza/passes.stanza
Diffstat (limited to 'src/main/stanza/ir-utils.stanza')
| -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 507ccf94..67dfc89d 100644 --- a/src/main/stanza/ir-utils.stanza +++ b/src/main/stanza/ir-utils.stanza @@ -303,7 +303,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)) as VectorType) (c) : c public defmulti mapr<?T> (f: Width -> Width, t:?T&Type) -> T |
