|
This post was updated on .
I tested the following implementation and it failed. I haven't had this issue yet, at least where I didn't know what I needed to fix after rechecking my implementation.
CHIP Mux4Way16 {
IN a[16], b[16], c[16], d[16], sel[2];
OUT out[16];
PARTS:
[Functional implementation removed by admin.]
I also loaded the built-in version and when comparing it with the .tst file, it also failed????? I will delete the code from the post if it turns out to be the correct implementation.
|