Sankalp Mittal
Results
2
issues of
Sankalp Mittal
``` import numpy as np import commpy.channelcoding as cx import commpy.channelcoding.convcode as cc memory = np.array([2]) g_matrix = np.array([[5, 7]]) trellis = cc.Trellis(memory, g_matrix) trellis.k =1 trellis.n = 2 trellis.number_states=0...
Hello all, I have installed P4-utils and P4 from scratch on my ubuntu 20.04 server from scratch using the following command: `curl -sSL https://raw.githubusercontent.com/nsg-ethz/p4-utils/master/install-tools/install-p4-dev.sh | bash` However when I try...