diff options
author | Eddie Hung <e.hung@imperial.ac.uk> | 2018-07-25 17:55:20 -0700 |
---|---|---|
committer | Eddie Hung <e.hung@imperial.ac.uk> | 2018-07-25 17:55:20 -0700 |
commit | a21cc4dd5bbbf1c9e5894d8c30a2c3252d21dfd0 (patch) | |
tree | ea93dcd47f9e84145ba66de353e1848ebc34cbf5 /ice40/arch.h | |
parent | 7c8c13aba14ee51851506e0c1cfc0c995db21102 (diff) | |
parent | f78a74b9cff79a41f992cfaf20deb88054ea27a6 (diff) | |
download | nextpnr-a21cc4dd5bbbf1c9e5894d8c30a2c3252d21dfd0.tar.gz nextpnr-a21cc4dd5bbbf1c9e5894d8c30a2c3252d21dfd0.tar.bz2 nextpnr-a21cc4dd5bbbf1c9e5894d8c30a2c3252d21dfd0.zip |
Merge remote-tracking branch 'origin/master' into redist_slack
Diffstat (limited to 'ice40/arch.h')
-rw-r--r-- | ice40/arch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ice40/arch.h b/ice40/arch.h index bdd43901..a9392f6d 100644 --- a/ice40/arch.h +++ b/ice40/arch.h @@ -740,6 +740,9 @@ struct Arch : BaseCtx IdString id_cen, id_clk, id_sr; IdString id_i0, id_i1, id_i2, id_i3; IdString id_dff_en, id_neg_clk; + IdString id_cin, id_cout; + IdString id_o, id_lo; + IdString id_icestorm_ram, id_rclk, id_wclk; // ------------------------------------------------- BelPin getIOBSharingPLLPin(BelId pll, PortPin pll_pin) const |