ucb-bar / testchipip

BSD 3-Clause "New" or "Revised" License
80 stars 59 forks source link

Bidirectional serdes safe usage #49

Open colinschmidt opened 5 years ago

colinschmidt commented 5 years ago

The current code should confirm that no truncation or unsafe padding occurs in the serializers and deserializers.

colinschmidt commented 5 years ago

This is a simple step before #37 is implemented

colinschmidt commented 5 years ago

Also see my comments on #45 for potential issues this would cause.