X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.model%2Fsrc%2Fnet%2Fmograsim%2Flogic%2Fmodel%2Fsnippets%2Fhighlevelstatehandlers%2Fstandard%2FstandardSnippetIDMapping.json;h=d06f1c2a9a94f811b5074ead05fffb6e02d1c784;hb=a25f554756e1bc9a1f842293aefe60a220d8b950;hp=1f3b909b05c66ffe85eaa9531e38fe2b1d795705;hpb=d333df14f718d96b419d751c6b2c64c6375726a8;p=Mograsim.git diff --git a/net.mograsim.logic.model/src/net/mograsim/logic/model/snippets/highlevelstatehandlers/standard/standardSnippetIDMapping.json b/net.mograsim.logic.model/src/net/mograsim/logic/model/snippets/highlevelstatehandlers/standard/standardSnippetIDMapping.json index 1f3b909b..d06f1c2a 100644 --- a/net.mograsim.logic.model/src/net/mograsim/logic/model/snippets/highlevelstatehandlers/standard/standardSnippetIDMapping.json +++ b/net.mograsim.logic.model/src/net/mograsim/logic/model/snippets/highlevelstatehandlers/standard/standardSnippetIDMapping.json @@ -1,5 +1,10 @@ mograsim version: 0.1.3 { - "standardSubcomponentHandlerSuppliers": {}, - "standardAtomicHandlerSuppliers": {} + "standardSubcomponentHandlerSuppliers": { + "delegating": "net.mograsim.logic.model.snippets.highlevelstatehandlers.standard.subcomponent.DelegatingSubcomponentHighLevelStateHandler" + }, + "standardAtomicHandlerSuppliers": { + "delegating": "net.mograsim.logic.model.snippets.highlevelstatehandlers.standard.atomic.DelegatingAtomicHighLevelStateHandler", + "bitVectorSplitting": "net.mograsim.logic.model.snippets.highlevelstatehandlers.standard.atomic.BitVectorSplittingAtomicHighLevelStateHandler" + } } \ No newline at end of file