mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-25 06:37:14 -04:00
uart: Fix mixed translate_off and define (#272)
This commit is contained in:
parent
6766c73638
commit
045d706cde
1 changed files with 1 additions and 1 deletions
|
@ -99,6 +99,6 @@ interface uart_bus #(
|
||||||
tx = 1'b1;
|
tx = 1'b1;
|
||||||
#(BIT_PERIOD);
|
#(BIT_PERIOD);
|
||||||
endtask
|
endtask
|
||||||
/* pragma translate_on */
|
|
||||||
`endif
|
`endif
|
||||||
|
/* pragma translate_on */
|
||||||
endinterface
|
endinterface
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue