Ejemplo n.º 1
0
 def __init__(self, *args, **kwargs):
     MultiRegImpl.__init__(self, *args, **kwargs)
     self.specials += [
         SynthesisDirective("attribute shreg_extract of {r} is no", r=r)
         for r in self.regs
     ]
Ejemplo n.º 2
0
 def __init__(self, reg):
     self.specials += SynthesisDirective(
         "attribute register_balancing of {r} is no", r=reg)