Skip to content

src/ariane.sv: Verilator: change single-letter string to byte

Eclipse Webmaster requested to merge github/fork/flaviens/simplify_string into master

Created by: flaviens

The string in this block is restrained to one letter. Using a byte (also displayable using %s) instead makes some tools' life easier, and makes it arguably more readable.

Merge request reports

Loading