ecp5: Dummy timing entry for BRAM
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
48f08e6d39
commit
19f828c91c
@ -582,6 +582,9 @@ TimingPortClass Arch::getPortTimingClass(const CellInfo *cell, IdString port, Id
|
|||||||
if (port == id_CLKO)
|
if (port == id_CLKO)
|
||||||
return TMG_COMB_OUTPUT;
|
return TMG_COMB_OUTPUT;
|
||||||
return TMG_IGNORE;
|
return TMG_IGNORE;
|
||||||
|
} else if (cell->type == id_DP16KD) {
|
||||||
|
// FIXME
|
||||||
|
return TMG_IGNORE;
|
||||||
} else {
|
} else {
|
||||||
NPNR_ASSERT_FALSE_STR("no timing data for cell type '" + cell->type.str(this) + "'");
|
NPNR_ASSERT_FALSE_STR("no timing data for cell type '" + cell->type.str(this) + "'");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user