Run "make clangformat".
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
15459cae91
commit
3ccb164f2a
@ -898,7 +898,8 @@ struct Arch : ArchAPI<ArchRanges>
|
||||
return tile_status.sites.at(bel_data.site);
|
||||
}
|
||||
|
||||
BelId get_vcc_bel() const {
|
||||
BelId get_vcc_bel() const
|
||||
{
|
||||
auto &constants = chip_info->constants;
|
||||
BelId bel;
|
||||
bel.tile = constants->vcc_bel_tile;
|
||||
@ -906,7 +907,8 @@ struct Arch : ArchAPI<ArchRanges>
|
||||
return bel;
|
||||
}
|
||||
|
||||
BelId get_gnd_bel() const {
|
||||
BelId get_gnd_bel() const
|
||||
{
|
||||
auto &constants = chip_info->constants;
|
||||
BelId bel;
|
||||
bel.tile = constants->gnd_bel_tile;
|
||||
|
Loading…
Reference in New Issue
Block a user