Rename 'do' signal to avoid verilator System Verilog warning
authorAnton Blanchard <anton@linux.ibm.com>
Fri, 13 Aug 2021 03:52:51 +0000 (13:52 +1000)
committerAnton Blanchard <anton@ozlabs.org>
Fri, 13 Aug 2021 03:52:51 +0000 (13:52 +1000)
commitbc0f7cf23634e4336d745b92b45f22914a57bef6
tree7737997162cb4a9e43846d48eb3d2ea5eca6cae3
parent2bd00f5119aad9fc02c90790b179312a4281ea62
Rename 'do' signal to avoid verilator System Verilog warning

Experimenting with using ghdl to do VHDL to Verilog conversion (instead
of ghdl+yosys), verilator complains that a signal is a SystemVerilog
keyword:

%Error: microwatt.v:15013:18: Unexpected 'do': 'do' is a SystemVerilog keyword misused as an identifier.
        ... Suggest modify the Verilog-2001 code to avoid SV keywords, or use `begin_keywords or --language.

We could probably make this go away by disabling SystemVerilog, but
it's easy to rename the signal in question. Rename di at the same
time.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
fpga/main_bram.vhdl
sim_bram.vhdl
wishbone_bram_wrapper.vhdl