diff options
author | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-02-11 14:10:03 -0800 |
---|---|---|
committer | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-02-11 14:58:02 -0800 |
commit | 99e397000c2bc8a80354c31ef259c6715dd142ff (patch) | |
tree | 85a04ec931762d61c0ef668bc404d00bd4c699bc /ice40 | |
parent | e376f950fe683b9a744437301a9e09eae1895efa (diff) | |
download | nextpnr-99e397000c2bc8a80354c31ef259c6715dd142ff.tar.gz nextpnr-99e397000c2bc8a80354c31ef259c6715dd142ff.tar.bz2 nextpnr-99e397000c2bc8a80354c31ef259c6715dd142ff.zip |
Add getBelHidden and add some missing "override" statements.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'ice40')
-rw-r--r-- | ice40/arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/arch.h b/ice40/arch.h index 5df072f9..30b5f871 100644 --- a/ice40/arch.h +++ b/ice40/arch.h @@ -849,7 +849,7 @@ struct Arch : BaseArch<ArchRanges> // Assign architecture-specific arguments to nets and cells, which must be // called between packing or further // netlist modifications, and validity checks - void assignArchInfo(); + void assignArchInfo() override; void assignCellInfo(CellInfo *cell); // ------------------------------------------------- |