aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r--ecp5/arch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h
index f53817fd..aada2079 100644
--- a/ecp5/arch.h
+++ b/ecp5/arch.h
@@ -392,8 +392,8 @@ struct Arch : BaseCtx
int getGridDimX() const { return chip_info->width; };
int getGridDimY() const { return chip_info->height; };
- int getTileDimZ(int,int) const { return 4; };
-
+ int getTileDimZ(int, int) const { return 4; };
+
// -------------------------------------------------
BelId getBelByName(IdString name) const;