Commit a814058b authored by Jan Pospisil's avatar Jan Pospisil

typo

parent df896ba9
......@@ -215,7 +215,7 @@ module Testbench;
WbRead(`WB_FFPG_CSR_REG(`ADDR_FFPG_CONTROL), data);
endtask
task automatic WaitUntilRead;
task automatic WaitUntilReady;
uint32_t data;
do
......@@ -230,7 +230,7 @@ module Testbench;
#20us;
init_vme64x_core;
WaitUntilRead;
WaitUntilReady;
#5us
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment