mistral: Implement PIP locations, too
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
6ad329c540
commit
8c7fa8e6c9
@ -343,7 +343,7 @@ struct Arch : BaseArch<ArchRanges>
|
||||
|
||||
PipId getPipByName(IdStringList name) const override;
|
||||
AllPipRange getPips() const override { return AllPipRange(wires); }
|
||||
Loc getPipLocation(PipId pip) const override { return Loc(0, 0, 0); }
|
||||
Loc getPipLocation(PipId pip) const override { return Loc(CycloneV::rn2x(pip.dst), CycloneV::rn2y(pip.dst), 0); }
|
||||
IdStringList getPipName(PipId pip) const override;
|
||||
WireId getPipSrcWire(PipId pip) const override { return WireId(pip.src); };
|
||||
WireId getPipDstWire(PipId pip) const override { return WireId(pip.dst); };
|
||||
|
Loading…
Reference in New Issue
Block a user