Type alias e_tools_icestorm

e_tools_icestorm: {
    arachne_pnr_options: any[];
    arch: e_tools_icestorm_arch;
    installation_path: string;
    makefile_name: string;
    nextpnr_options: any[];
    output_format: e_tools_icestorm_output_format;
    pnr: e_tools_icestorm_pnr;
    yosys_as_subtool: boolean;
    yosys_synth_options: any[];
}

Type declaration

Generated using TypeDoc