1
0
mirror of synced 2026-04-25 11:52:05 +00:00

Fix in sincos testbench gen

This commit is contained in:
Clifford Wolf
2013-12-04 09:24:52 +01:00
parent d1517b7982
commit a2d053694b

View File

@@ -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