P4ELTE / t4p4s

Retargetable compiler for the P4 language
http://p4.elte.hu/
Apache License 2.0
119 stars 42 forks source link

fix controlplane align bug #56

Open BearGrass opened 10 months ago

BearGrass commented 10 months ago

The variable padded_byte_width was previously converted to bytes using the get_key_byte_width() function, so here it needs to be multiplied by 8.