Skip to content

frontend: boolean tensors do not work #647

@AndreasKrall

Description

@AndreasKrall

The following program:

instruction set architecture BoolArrayTest = {

using predicates = Bool<16>

}

gives the following error:

error: Invalid Type Notation
     ╭──[test.vadl:3:20]
     │
   3 │ using predicates = Bool<16>
     │                    ^^^^^^^^
     │
     The Bool type doesn't use the size notation.
     help: Try removing the size parameter here.

Boolean tensors have to be supported. Please add them in the near future.

Metadata

Metadata

Labels

bugSomething isn't workingfrontendThis is frontend related

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions