1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00

Removed synchronizer, not needed

This commit is contained in:
Andreas Olofsson 2015-05-04 22:34:14 -04:00
parent b2846c5312
commit de74f8accc

View File

@ -327,14 +327,7 @@ module erx_protocol (/*AUTOARG*/
end // always @ ( posedge rx_lclk_div4 )
//Gating the rx with enable signal
synchronizer #(.DW(1)) sync (.out (rx_enable_sync),
.in (rx_enable),
.clk (rx_lclk_div4),
.reset (reset)
);
assign erx_access = access_reg & rx_enable_sync;
assign erx_access = access_reg & rx_enable;
//Sending packet
emesh2packet e2p (