mirror of
https://github.com/aolofsson/oh.git
synced 2025-02-07 06:44:09 +08:00
Removed synchronizer, not needed
This commit is contained in:
parent
b2846c5312
commit
de74f8accc
@ -327,14 +327,7 @@ module erx_protocol (/*AUTOARG*/
|
|||||||
end // always @ ( posedge rx_lclk_div4 )
|
end // always @ ( posedge rx_lclk_div4 )
|
||||||
|
|
||||||
|
|
||||||
//Gating the rx with enable signal
|
assign erx_access = access_reg & rx_enable;
|
||||||
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;
|
|
||||||
|
|
||||||
//Sending packet
|
//Sending packet
|
||||||
emesh2packet e2p (
|
emesh2packet e2p (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user