1
0
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:
Andreas Olofsson 2015-10-07 12:06:30 -04:00
parent a39966d9f1
commit 634b1f81f0

View File

@ -125,7 +125,7 @@ module emmu (/*AUTOARG*/
//assumes one cycle memory access! //assumes one cycle memory access!
always @ (posedge rd_clk) always @ (posedge rd_clk or posedge reset)
if (reset) if (reset)
begin begin
emesh_access_out <= 1'b0; emesh_access_out <= 1'b0;