aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.h
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-10-13 08:49:02 +0100
committerDavid Shah <dave@ds0.me>2020-11-30 08:45:27 +0000
commit7f03f4d8960deee8c3edb08277bf59308af305bc (patch)
tree314ad0db9312d7d03c7272126d500be447084779 /nexus/arch.h
parentd849e2f8b47c2da442db44af4ee613c353d7efb9 (diff)
downloadnextpnr-7f03f4d8960deee8c3edb08277bf59308af305bc.tar.gz
nextpnr-7f03f4d8960deee8c3edb08277bf59308af305bc.tar.bz2
nextpnr-7f03f4d8960deee8c3edb08277bf59308af305bc.zip
nexus: Tidy up FASM backend
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'nexus/arch.h')
-rw-r--r--nexus/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/arch.h b/nexus/arch.h
index 2f84b25d..700df103 100644
--- a/nexus/arch.h
+++ b/nexus/arch.h
@@ -1364,7 +1364,7 @@ struct Arch : BaseCtx
typedef std::unordered_map<IdString, CellPinStyle> CellPinsData;
- void get_cell_pin_data(std::unordered_map<IdString, CellPinsData> &cell_pins);
+ void get_cell_pin_data(std::unordered_map<IdString, CellPinsData> &cell_pins) const;
// -------------------------------------------------