Quantcast
Channel: Cadence Community
Viewing all articles
Browse latest Browse all 3331

Avoid race condition at SPI_slave synthesis

$
0
0

Hello.

I'm trying to synthesis SPI core, but in the simulation occurs race conditions between signals SPI_CLK and system clock (clk) in "always" block:

always @(posedge clk)

spi_clk_r <= spi_clk;

 

How to avoid race condition in this case? 

thanks 

 


Viewing all articles
Browse latest Browse all 3331

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>