diff options
author | gatecat <gatecat@ds0.me> | 2023-03-17 09:31:38 +0100 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2023-03-17 09:31:38 +0100 |
commit | 4111cc25d653bde9fbda72b9cf9dc13a876e214a (patch) | |
tree | 5262e149213062b74e777da4f0132fc8b0f30757 /machxo2/bitstream.cc | |
parent | 656bfdb8199c9b36e7a064d7dd8d287069142287 (diff) | |
download | nextpnr-4111cc25d653bde9fbda72b9cf9dc13a876e214a.tar.gz nextpnr-4111cc25d653bde9fbda72b9cf9dc13a876e214a.tar.bz2 nextpnr-4111cc25d653bde9fbda72b9cf9dc13a876e214a.zip |
clangformat
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'machxo2/bitstream.cc')
-rw-r--r-- | machxo2/bitstream.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machxo2/bitstream.cc b/machxo2/bitstream.cc index c04df52e..232598f3 100644 --- a/machxo2/bitstream.cc +++ b/machxo2/bitstream.cc @@ -195,7 +195,7 @@ void write_bitstream(Context *ctx, std::string text_config_file) { ChipConfig cc; IdString base_id = ctx->id(ctx->chip_info->device_name.get()); - //IdString device_id = ctx->id(ctx->device_name); + // IdString device_id = ctx->id(ctx->device_name); if (base_id == ctx->id("LCMXO2-1200")) BaseConfigs::config_empty_lcmxo2_1200(cc); else |