From bad926bcc3e4d77bcb76d54eff689a91233c71fb Mon Sep 17 00:00:00 2001 From: David Shah Date: Mon, 9 Jul 2018 12:02:31 +0200 Subject: ecp5: Adding bitstream gen for pips and LUT init Signed-off-by: David Shah --- ecp5/arch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ecp5/arch.h') diff --git a/ecp5/arch.h b/ecp5/arch.h index 219a960e..cc63eeaa 100644 --- a/ecp5/arch.h +++ b/ecp5/arch.h @@ -704,6 +704,8 @@ struct Arch : BaseCtx return chip_info->tiletype_names[locInfo(pip)->pip_data[pip.index].tile_type].get(); } + int8_t getPipType(PipId pip) const { return locInfo(pip)->pip_data[pip.index].pip_type; } + BelId getPackagePinBel(const std::string &pin) const; std::string getBelPackagePin(BelId bel) const; -- cgit v1.2.3