Searched refs:hlircounter (Results 1 – 1 of 1) sorted by relevance
13 def __init__(self, hlircounter, program): argument14 assert isinstance(hlircounter, p4_counter)17 self.name = hlircounter.name18 self.hlircounter = hlircounter20 width = hlircounter.min_width26 "{0}: Counters with {1} bits", hlircounter, width)30 if ((hlircounter.binding is None) or31 (hlircounter.binding[0] != P4_DIRECT)):33 "{0}: counter which is not direct", hlircounter)35 self.autoIncrement = (hlircounter.binding != None and[all …]