Forum Discussion

MINGYOU's avatar
MINGYOU
Icon for New Contributor rankNew Contributor
3 years ago

Crash when using count value as vector signal

Below is my code module simple_circuit(F,A): input [0:3]A: output [0:1]F; assign F[0] = A[0] || A[1]&&A[2] || A[1]&&A[3]; endmodule Then I used University Program VWF, Insert the node, and ch...