aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/chip.h')
-rw-r--r--ice40/chip.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/ice40/chip.h b/ice40/chip.h
index ac077b73..6700666f 100644
--- a/ice40/chip.h
+++ b/ice40/chip.h
@@ -591,16 +591,7 @@ struct Chip
// -------------------------------------------------
PipId getPipByName(IdString name) const;
-
- IdString getPipName(PipId pip) const
- {
- assert(pip != PipId());
- std::string src_name =
- chip_info.wire_data[chip_info.pip_data[pip.index].src].name;
- std::string dst_name =
- chip_info.wire_data[chip_info.pip_data[pip.index].dst].name;
- return src_name + "->" + dst_name;
- }
+ IdString getPipName(PipId pip) const;
void bindPip(PipId pip, IdString net)
{