lac-dcc / chimera

A tool for synthesizing Verilog programs
GNU General Public License v3.0
42 stars 4 forks source link

cannot index into non-array type logic #43

Closed joaovam closed 1 month ago

joaovam commented 1 month ago

Example:

wire id_12;
  assign id_3 = id_12[1];
  id_13(); module_1(
      id_8, id_4
  );
  assign id_13 = id_12;

Jasper error: [ERROR (VERI-1011)] ./1_gram_verilog_file_437.v(17): cannot index into non-array type logic for 'id_12'

Seed: 4103398573