C
Chloe
Guest
Hello everyone,
A couple of questions to all the Verilog experts from a Verilog newbie:
1. What are the implications of coding a flip-flop with both posedge of
clock and negedge of clock in the sensitivity list, ie
always @ (posedge clock or negedge clock or negedge reset)
begin
.....
end
2. How would the use of the above affect synthesis? Will a design be
synthesizable if it contains RTL with dual edge-triggered clocks?
Please help.
Thanks very much in advance.
-Chloe-
A couple of questions to all the Verilog experts from a Verilog newbie:
1. What are the implications of coding a flip-flop with both posedge of
clock and negedge of clock in the sensitivity list, ie
always @ (posedge clock or negedge clock or negedge reset)
begin
.....
end
2. How would the use of the above affect synthesis? Will a design be
synthesizable if it contains RTL with dual edge-triggered clocks?
Please help.
Thanks very much in advance.
-Chloe-