diff options
-rw-r--r-- | tests/simple/sincos.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple/sincos.v b/tests/simple/sincos.v index 66156b685..b3124337d 100644 --- a/tests/simple/sincos.v +++ b/tests/simple/sincos.v @@ -39,7 +39,7 @@ input start; input clock; input reset; -(* gentb_constant="0" *) +(* gentb_constant = 1'b0 *) wire reset; always @(posedge clock, posedge reset) begin: DESIGN_PROCESSOR |