chipmunk-project / chipmunk-tofino

12 stars 2 forks source link

Add more arguments passed through the cmd line in run.sh #31

Closed XiangyuG closed 4 years ago

XiangyuG commented 4 years ago

Now, we assume that the register_lo and register_hi will have the same initial value. This is enough for the case where there is only one member in a particular state_group but if we have two members in one state_group, we have to set them by different values. This needs a little bit work to support this i.e change the argument to reg_0_lo = val1; reg_0_hi = val2;

XiangyuG commented 4 years ago

solved by the commit 287452 in tofino-boilerplate repo