aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/arch.h')
-rw-r--r--ice40/arch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ice40/arch.h b/ice40/arch.h
index 8c1a3d41..f0f734ce 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -708,8 +708,8 @@ struct Arch : BaseCtx
// -------------------------------------------------
// Assign architecure-specific arguments to nets and cells, which must be called between packing or further
// netlist modifications, and validity checks
- void assignArchArgs();
- void assignCellArgs(CellInfo *cell);
+ void assignArchInfo();
+ void assignCellInfo(CellInfo *cell);
IdString id_glb_buf_out;
IdString id_icestorm_lc, id_sb_io, id_sb_gb;