From 2c0b75e40aa59a42c51b5f6b2c40767f1b2b83d4 Mon Sep 17 00:00:00 2001 From: Sebastian Hellgren Date: Thu, 30 May 2024 15:30:24 +0200 Subject: [PATCH] Remove trailing whitespace --- vunit/vhdl/verification_components/test/tb_axi_write_slave.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vunit/vhdl/verification_components/test/tb_axi_write_slave.vhd b/vunit/vhdl/verification_components/test/tb_axi_write_slave.vhd index 9f08d7293..1298d822f 100644 --- a/vunit/vhdl/verification_components/test/tb_axi_write_slave.vhd +++ b/vunit/vhdl/verification_components/test/tb_axi_write_slave.vhd @@ -352,7 +352,7 @@ begin random_integer_vector_ptr(rnd, data, size * 2, 0, 255); buf := allocate(memory, length(data), permissions => no_access); transfer(x"2", buf, log_size, data); - + elsif run("Test unaligned write around 4kbyte boundary") then -- Do one beat write at unaligned address starting around 4kB boundary log_size := log_data_size;