mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
Making reset async
This commit is contained in:
parent
a39966d9f1
commit
634b1f81f0
@ -125,7 +125,7 @@ module emmu (/*AUTOARG*/
|
||||
//assumes one cycle memory access!
|
||||
|
||||
|
||||
always @ (posedge rd_clk)
|
||||
always @ (posedge rd_clk or posedge reset)
|
||||
if (reset)
|
||||
begin
|
||||
emesh_access_out <= 1'b0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user