Now Asynchronous and recognized by Vivado as RTL_ROM
This commit is contained in:
@@ -210,11 +210,8 @@ module instructionMemory(
|
||||
|
||||
end
|
||||
|
||||
always@(address, clk)begin
|
||||
if(clk == 1'b1)begin
|
||||
readData <= memory[address];
|
||||
end
|
||||
end
|
||||
always @ (address)
|
||||
readData <= memory[address];
|
||||
endmodule
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user