Skip to content

Commit

Permalink
Fix trailing white space.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
  • Loading branch information
mithro committed Nov 3, 2019
1 parent daf2841 commit 7386641
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions minitests/litex_litedram/src.vivado/verilog/VexRiscv.v
Original file line number Diff line number Diff line change
Expand Up @@ -2523,7 +2523,7 @@ module VexRiscv (
end
end

InstructionCache IBusCachedPlugin_cache (
InstructionCache IBusCachedPlugin_cache (
.io_flush(_zz_221_),
.io_cpu_prefetch_isValid(_zz_222_),
.io_cpu_prefetch_haltIt(IBusCachedPlugin_cache_io_cpu_prefetch_haltIt),
Expand Down Expand Up @@ -2569,9 +2569,9 @@ module VexRiscv (
.io_mem_rsp_payload_data(iBus_rsp_payload_data),
.io_mem_rsp_payload_error(iBus_rsp_payload_error),
.clk(clk),
.reset(reset)
.reset(reset)
);
DataCache dataCache_1_ (
DataCache dataCache_1_ (
.io_cpu_execute_isValid(_zz_230_),
.io_cpu_execute_address(_zz_231_),
.io_cpu_execute_args_wr(execute_MEMORY_WR),
Expand Down Expand Up @@ -2619,7 +2619,7 @@ module VexRiscv (
.io_mem_rsp_payload_data(dBus_rsp_payload_data),
.io_mem_rsp_payload_error(dBus_rsp_payload_error),
.clk(clk),
.reset(reset)
.reset(reset)
);
always @(*) begin
case(_zz_371_)
Expand Down
8 changes: 4 additions & 4 deletions minitests/litex_litedram/src.yosys/verilog/VexRiscv.v
Original file line number Diff line number Diff line change
Expand Up @@ -2523,7 +2523,7 @@ module VexRiscv (
end
end

InstructionCache IBusCachedPlugin_cache (
InstructionCache IBusCachedPlugin_cache (
.io_flush(_zz_221_),
.io_cpu_prefetch_isValid(_zz_222_),
.io_cpu_prefetch_haltIt(IBusCachedPlugin_cache_io_cpu_prefetch_haltIt),
Expand Down Expand Up @@ -2569,9 +2569,9 @@ module VexRiscv (
.io_mem_rsp_payload_data(iBus_rsp_payload_data),
.io_mem_rsp_payload_error(iBus_rsp_payload_error),
.clk(clk),
.reset(reset)
.reset(reset)
);
DataCache dataCache_1_ (
DataCache dataCache_1_ (
.io_cpu_execute_isValid(_zz_230_),
.io_cpu_execute_address(_zz_231_),
.io_cpu_execute_args_wr(execute_MEMORY_WR),
Expand Down Expand Up @@ -2619,7 +2619,7 @@ module VexRiscv (
.io_mem_rsp_payload_data(dBus_rsp_payload_data),
.io_mem_rsp_payload_error(dBus_rsp_payload_error),
.clk(clk),
.reset(reset)
.reset(reset)
);
always @(*) begin
case(_zz_371_)
Expand Down

0 comments on commit 7386641

Please sign in to comment.