sun_ray
Advanced Member level 3
- Joined
- Oct 3, 2011
- Messages
- 772
- Helped
- 5
- Reputation
- 10
- Reaction score
- 5
- Trophy points
- 1,298
- Activity points
- 6,828
Will the three following always blocks be synthesizable? If not, please provide the reasons. These three always blocks are part of three different rtls. Ther ar not in the same rtl. In the first always block, the Enable is a enable signal for a counter.
always @( posedge clk or negedge reset or Enable)
always @ (posedge clkA or negedge clkA or reset)
always @ (posedge clkE or negedge clkE)
always @( posedge clk or negedge reset or Enable)
always @ (posedge clkA or negedge clkA or reset)
always @ (posedge clkE or negedge clkE)