aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/bitstream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/bitstream.cc')
-rw-r--r--ice40/bitstream.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/ice40/bitstream.cc b/ice40/bitstream.cc
index 0fa57410..165971aa 100644
--- a/ice40/bitstream.cc
+++ b/ice40/bitstream.cc
@@ -370,6 +370,21 @@ void write_asc(const Context *ctx, std::ostream &out)
case TILE_RAMT:
out << ".ramt_tile";
break;
+ case TILE_DSP0:
+ out << ".dsp0_tile";
+ break;
+ case TILE_DSP1:
+ out << ".dsp1_tile";
+ break;
+ case TILE_DSP2:
+ out << ".dsp2_tile";
+ break;
+ case TILE_DSP3:
+ out << ".dsp3_tile";
+ break;
+ case TILE_IPCON:
+ out << ".ipcon_tile";
+ break;
default:
assert(false);
}