Module cmd

Source
Expand description

ChiselCommand

This module holds the ChiselCommand enum, which contains all builtin commands that can be executed within the REPL.

Structs§

ChiselCommandIter
An iterator over the variants of ChiselCommand
CmdCategoryIter
An iterator over the variants of CmdCategory

Enums§

ChiselCommand
Builtin chisel command variants
CmdCategory
A category for ChiselCommands

Type Aliases§

CmdDescriptor
A command descriptor type