Commit 8efd2565 authored by Tristan Gingold's avatar Tristan Gingold Committed by Dimitris Lampridis

Remove trailing spaces.

parent 82b33448
......@@ -133,10 +133,3 @@ module urv_csr
endmodule
......@@ -187,5 +187,3 @@ module urv_debug
end
......@@ -328,6 +328,3 @@ module urv_decode
assign x_rd_write_o = x_rd_write;
endmodule // rv_decode
......@@ -141,4 +141,3 @@ module urv_divide
endmodule // rv_divide
......@@ -198,6 +198,3 @@ module urv_exceptions
x_exception_o <= 1;
endmodule // urv_exceptions
......@@ -463,10 +463,3 @@ module urv_exec
endmodule // urv_exec
......@@ -93,6 +93,3 @@ module urv_fetch
end // else: !if(rst_i)
endmodule // urv_fetch
......@@ -241,7 +241,6 @@ module urv_iram
integer tmp, f, addr;
reg[31:0] data;
reg [8*20-1:0] cmd;
......@@ -268,7 +267,7 @@ module urv_iram
begin
tmp = $fscanf(f, "%s %08x %08x", cmd,addr, data);
tmp = $fscanf(f, "%s %08x %08x", cmd, addr, data);
if(cmd == "write")
begin
mem[addr % g_size][31:24] = data[31:24];
......@@ -454,4 +453,3 @@ endmodule // urv_iram
`endif // `ifdef URV_PLATFORM_ALTERA
......@@ -217,8 +217,3 @@ module urv_multiply
w_rd_o <= yl_xl + {yl_xh[14:0], 17'h0} + {yh_xl[14:0], 17'h0};
endmodule // urv_multiply
......@@ -158,4 +158,3 @@ module urv_regfile
end // always@ *
endmodule // urv_regfile
......@@ -89,4 +89,3 @@ module urv_shifter
w_rd_o <= shift_post;
endmodule // urv_shifter
......@@ -296,5 +296,3 @@ begin
end wrapper;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment