aboutsummaryrefslogtreecommitdiffstats
path: root/ice40
diff options
context:
space:
mode:
authorZipCPU <dgisselq@ieee.org>2018-06-05 09:01:26 -0400
committerZipCPU <dgisselq@ieee.org>2018-06-05 09:01:26 -0400
commit709ce3884de2778f8ec7767a56530008922913b3 (patch)
tree74aaa1bdd344d1eeee5cef26f2a6736b9b7b6853 /ice40
parent3b78eda5d3d26af04ad87e5d08b3ee6da852b71a (diff)
downloadnextpnr-709ce3884de2778f8ec7767a56530008922913b3.tar.gz
nextpnr-709ce3884de2778f8ec7767a56530008922913b3.tar.bz2
nextpnr-709ce3884de2778f8ec7767a56530008922913b3.zip
Initial JSON parser
Diffstat (limited to 'ice40')
-rw-r--r--ice40/chip.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ice40/chip.cc b/ice40/chip.cc
index 824829e5..4cdd98ff 100644
--- a/ice40/chip.cc
+++ b/ice40/chip.cc
@@ -283,6 +283,9 @@ Chip::Chip(ChipArgs args)
num_wires = num_wires_384;
wire_data = wire_data_384;
return;
+ } else {
+ fprintf(stderr, "Unsupported chip type\n");
+ exit(EXIT_FAILURE);
}
abort();