mirror of https://github.com/efabless/caravel.git
fix indentation
This commit is contained in:
parent
40bdbe4837
commit
e90895bca6
|
@ -277,8 +277,8 @@ module chip_io(
|
||||||
|
|
||||||
constant_block constant_value_inst [6:0] (
|
constant_block constant_value_inst [6:0] (
|
||||||
`ifdef USE_POWER_PINS
|
`ifdef USE_POWER_PINS
|
||||||
.vccd(vccd),
|
.vccd(vccd),
|
||||||
.vssd(vssd),
|
.vssd(vssd),
|
||||||
`endif // USE_POWER_PINS
|
`endif // USE_POWER_PINS
|
||||||
.one(vccd_const_one),
|
.one(vccd_const_one),
|
||||||
.zero(vssd_const_zero)
|
.zero(vssd_const_zero)
|
||||||
|
|
|
@ -346,11 +346,11 @@ module chip_io_alt #(
|
||||||
|
|
||||||
constant_block constant_value_inst [6:0] (
|
constant_block constant_value_inst [6:0] (
|
||||||
`ifdef USE_POWER_PINS
|
`ifdef USE_POWER_PINS
|
||||||
.vccd(vccd),
|
.vccd(vccd),
|
||||||
.vssd(vssd),
|
.vssd(vssd),
|
||||||
`endif // USE_POWER_PINS
|
`endif // USE_POWER_PINS
|
||||||
.one(vccd_const_one),
|
.one(vccd_const_one),
|
||||||
.zero(vssd_const_zero)
|
.zero(vssd_const_zero)
|
||||||
);
|
);
|
||||||
|
|
||||||
// Management clock input pad
|
// Management clock input pad
|
||||||
|
|
Loading…
Reference in New Issue