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:
parent
b2846c5312
commit
de74f8accc
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user