Skip to content

Commit

Permalink
Add missing gold file
Browse files Browse the repository at this point in the history
  • Loading branch information
rsetaluri committed Feb 15, 2019
1 parent 05cdde3 commit fcbecd7
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions tests/gold/uniquification_key_error_mux.json
@@ -0,0 +1,68 @@
{"top":"global.MuxWithDefaultWrapper_2_6_19_0",
"namespaces":{
"global":{
"modules":{
"Mux2x6":{
"type":["Record",[
["I0",["Array",6,"BitIn"]],
["I1",["Array",6,"BitIn"]],
["S","BitIn"],
["O",["Array",6,"Bit"]]
]],
"instances":{
"coreir_commonlib_mux2x6_inst0":{
"genref":"commonlib.muxn",
"genargs":{"N":["Int",2], "width":["Int",6]}
}
},
"connections":[
["self.I0","coreir_commonlib_mux2x6_inst0.in.data.0"],
["self.I1","coreir_commonlib_mux2x6_inst0.in.data.1"],
["self.S","coreir_commonlib_mux2x6_inst0.in.sel.0"],
["self.O","coreir_commonlib_mux2x6_inst0.out"]
]
},
"MuxWithDefaultWrapper_2_6_19_0":{
"type":["Record",[
["I",["Array",2,["Array",6,"BitIn"]]],
["S",["Array",19,"BitIn"]],
["O",["Array",6,"Bit"]]
]],
"instances":{
"MuxWrapper_2_6_inst0":{
"modref":"global.MuxWrapper_2_6"
},
"MuxWrapper_2_6_inst1":{
"modref":"global.MuxWrapper_2_6"
}
},
"connections":[
["self.I","MuxWrapper_2_6_inst0.I"],
["self.S.0","MuxWrapper_2_6_inst0.S.0"],
["self.I","MuxWrapper_2_6_inst1.I"],
["self.O","MuxWrapper_2_6_inst1.O"],
["self.S.0","MuxWrapper_2_6_inst1.S.0"]
]
},
"MuxWrapper_2_6":{
"type":["Record",[
["I",["Array",2,["Array",6,"BitIn"]]],
["S",["Array",1,"BitIn"]],
["O",["Array",6,"Bit"]]
]],
"instances":{
"Mux2x6_inst0":{
"modref":"global.Mux2x6"
}
},
"connections":[
["self.I.0","Mux2x6_inst0.I0"],
["self.I.1","Mux2x6_inst0.I1"],
["self.O","Mux2x6_inst0.O"],
["self.S.0","Mux2x6_inst0.S"]
]
}
}
}
}
}

0 comments on commit fcbecd7

Please sign in to comment.