File tree 4 files changed +16
-20
lines changed
4 files changed +16
-20
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ module instio (/*AUTOARG*/
60
60
inout sec_io;
61
61
output sec_out;
62
62
63
- wire lower_out = lower_ina | lower_io;
64
- wire sec_out = sec_ina | sec_io;
63
+ wire lower_out = lower_ina | lower_io;
64
+ wire sec_out = sec_ina | sec_io;
65
65
66
66
endmodule
67
67
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module io1_sub(
2
2
/*AUTOARG*/ );
3
3
4
4
wire [42 :0 ] bscan_data; // boundary scan stitch
5
- parameter bscan_count = 0 ;
5
+ parameter bscan_count = 0 ;
6
6
7
7
assign bscan_data[0 ] = bscan_in;
8
8
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module io1_sub (/*AUTOARG*/);
3
3
/*AUTOWIRE*/
4
4
// Beginning of automatic wires (for undeclared instantiated-module outputs)
5
5
wire [w- 1 :0 ] pin; // To/From MD31_pad of autoinst_lopaz_srpad.v
6
- wire [2 * w- 1 :0 ] pin_in; // From MD31_pad of autoinst_lopaz_srpad.v, ...
6
+ wire [2 * w- 1 :0 ] pin_in; // From MD31_pad of autoinst_lopaz_srpad.v, ...
7
7
wire templated; // To/From MD31_pad of autoinst_lopaz_srpad.v
8
8
// End of automatics
9
9
Original file line number Diff line number Diff line change @@ -7157,11 +7157,11 @@ Be verbose about progress unless optional QUIET set."
7157
7157
(forward-char -1)
7158
7158
(just-one-space)
7159
7159
(goto-char (marker-position m1))
7160
- (just-one -space)
7161
- (indent-to ind))
7160
+ (delete-horizontal -space)
7161
+ (indent-to ind 1 ))
7162
7162
(progn
7163
- (just-one -space)
7164
- (indent-to ind)))))
7163
+ (delete-horizontal -space)
7164
+ (indent-to ind 1 )))))
7165
7165
((verilog-continued-line-1 (marker-position startpos))
7166
7166
(goto-char e)
7167
7167
(indent-line-to ind))
@@ -7324,12 +7324,10 @@ BASEIND is the base indent to offset everything."
7324
7324
(forward-char -1)
7325
7325
(just-one-space)
7326
7326
(goto-char (marker-position m1))
7327
- (just-one-space)
7328
- (indent-to ind))
7329
- (if (/= (current-column) ind)
7330
- (progn
7331
- (just-one-space)
7332
- (indent-to ind)))))
7327
+ (delete-horizontal-space)
7328
+ (indent-to ind 1))
7329
+ (delete-horizontal-space)
7330
+ (indent-to ind 1)))
7333
7331
(if (looking-at verilog-declaration-re-2-no-macro)
7334
7332
(let ((p (match-end 0)))
7335
7333
(set-marker m1 p)
@@ -7338,12 +7336,10 @@ BASEIND is the base indent to offset everything."
7338
7336
(forward-char -1)
7339
7337
(just-one-space)
7340
7338
(goto-char (marker-position m1))
7341
- (just-one-space)
7342
- (indent-to ind))
7343
- (if (/= (current-column) ind)
7344
- (progn
7345
- (just-one-space)
7346
- (indent-to ind))))))))))
7339
+ (delete-horizontal-space)
7340
+ (indent-to ind 1))
7341
+ (delete-horizontal-space)
7342
+ (indent-to ind 1))))))))
7347
7343
(goto-char pos)))
7348
7344
7349
7345
(defun verilog-get-lineup-indent (b edpos)
You can’t perform that action at this time.
0 commit comments