vraj12
New Contributor
4 years agoSV assertions not honored?
i have a simple sv code, which has assertions
module top(input [2:0] in1, input [2:0] in2, output [3:0] out1, input clk); parameter p1 = 4; parameter p2 = 5; reg [3:0] out1_reg; always @(posedg...