uart: Fix mixed translate_off and define (#272)

This commit is contained in:
Zhang,Yong 2019-08-12 16:18:49 +08:00 committed by Florian Zaruba
parent 6766c73638
commit 045d706cde

View file

@ -99,6 +99,6 @@ interface uart_bus #(
tx = 1'b1;
#(BIT_PERIOD);
endtask
/* pragma translate_on */
`endif
/* pragma translate_on */
endinterface