aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/cells.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-10-01 17:05:02 +0100
committerDavid Shah <davey1576@gmail.com>2018-10-01 17:05:02 +0100
commit9518c5d7629bfac996f9a3585a8d7bd86789357d (patch)
tree5ac6ecd4ffebe0f6a5444e6a54b9ad733dcdc8d5 /ecp5/cells.h
parent885fae8236c0bdb73c99b0605e1d7bdf14000dd4 (diff)
downloadnextpnr-9518c5d7629bfac996f9a3585a8d7bd86789357d.tar.gz
nextpnr-9518c5d7629bfac996f9a3585a8d7bd86789357d.tar.bz2
nextpnr-9518c5d7629bfac996f9a3585a8d7bd86789357d.zip
ecp5: Working on DRAM packing
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ecp5/cells.h')
-rw-r--r--ecp5/cells.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp5/cells.h b/ecp5/cells.h
index c68d1dd3..a5229fe0 100644
--- a/ecp5/cells.h
+++ b/ecp5/cells.h
@@ -50,7 +50,7 @@ void ff_to_slice(Context *ctx, CellInfo *ff, CellInfo *lc, int index, bool drive
void lut_to_slice(Context *ctx, CellInfo *lut, CellInfo *lc, int index);
void ccu2c_to_slice(Context *ctx, CellInfo *ccu, CellInfo *lc);
void dram_to_ramw(Context *ctx, CellInfo *ram, CellInfo *lc);
-void dram_to_ram_slice(Context *ctx, CellInfo *ram, CellInfo *lc, int index);
+void dram_to_ram_slice(Context *ctx, CellInfo *ram, CellInfo *lc, CellInfo *ramw, int index);
NEXTPNR_NAMESPACE_END