From a8fc51b4ca2f40b0faf7b4dd50e46b2fee4331ab Mon Sep 17 00:00:00 2001 From: Viktor Fura Date: Sun, 20 Jan 2019 19:39:30 +0100 Subject: [PATCH] Test is also using vunit check library. --- test/feature/txt_buffer_hazard_feature_tb.vhd | 1 - 1 file changed, 1 deletion(-) diff --git a/test/feature/txt_buffer_hazard_feature_tb.vhd b/test/feature/txt_buffer_hazard_feature_tb.vhd index fe4011e6..0e14c2ae 100644 --- a/test/feature/txt_buffer_hazard_feature_tb.vhd +++ b/test/feature/txt_buffer_hazard_feature_tb.vhd @@ -136,7 +136,6 @@ package body txt_buffer_hazard_feature is -- Read status of CTU CAN FD controller. get_controller_status(status, ID_1, mem_bus(1)); - -- Is controller transmitting? if (status.transmitter) then -- Is also TXT buffer in transmitting state? Or if set_abort command -- GitLab