projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1517b7
)
Fix in sincos testbench gen
author
Clifford Wolf
<clifford@clifford.at>
Wed, 4 Dec 2013 08:24:52 +0000
(09:24 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Wed, 4 Dec 2013 08:24:52 +0000
(09:24 +0100)
tests/simple/sincos.v
patch
|
blob
|
history
diff --git
a/tests/simple/sincos.v
b/tests/simple/sincos.v
index 66156b68508b3a4a8ab825b8e63a3c1ecd92b6cd..b3124337daeee8d2f9ed541afc7f2b73d75c1ce2 100644
(file)
--- 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