From 709ce3884de2778f8ec7767a56530008922913b3 Mon Sep 17 00:00:00 2001 From: ZipCPU Date: Tue, 5 Jun 2018 09:01:26 -0400 Subject: Initial JSON parser --- ice40/chip.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ice40') 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(); -- cgit v1.2.3