Now Asynchronous and recognized by Vivado as RTL_ROM

This commit is contained in:
WilliamMiceli
2019-03-29 16:13:07 -04:00
parent 5c165d603a
commit 5bd244f9ba

View File

@@ -210,11 +210,8 @@ module instructionMemory(
end end
always@(address, clk)begin always @ (address)
if(clk == 1'b1)begin
readData <= memory[address]; readData <= memory[address];
end
end
endmodule endmodule