Yana Tejasukmana
10/31/2022, 1:10 AMMitch Bailey
10/31/2022, 1:29 AMhdllhdtype ("bus4") {
        base_type : "array";
        bit_from : 3.0000000000;
        bit_to : 0.0000000000;
        bit_width : 4.0000000000;
        data_type : "bit";
        downto : "true";
    }
    type ("bus8") {
        base_type : "array";
        bit_from : 7.0000000000;
        bit_to : 0.0000000000;
        bit_width :  8.000000000;
        data_type : "bit";
        downto : "true";
    }
    type ("bus16") {
        base_type : "array";
        bit_from : 15.000000000;
        bit_to : 0.0000000000;
        bit_width : 16.000000000;
        data_type : "bit";
        downto : "true";
    }hdllskywater-pdksopen_pdksMatt Liberty
10/31/2022, 2:09 AMEthan Mahintorabi
10/31/2022, 2:10 AMEthan Mahintorabi
10/31/2022, 2:11 AMMatt Liberty
10/31/2022, 2:11 AMEthan Mahintorabi
10/31/2022, 2:11 AMYana Tejasukmana
10/31/2022, 2:12 AMEthan Mahintorabi
10/31/2022, 2:13 AMMatt Liberty
10/31/2022, 2:16 AMYana Tejasukmana
10/31/2022, 2:25 AMMitch Bailey
10/31/2022, 2:50 AMtype ("bus4") {
        base_type : "array";
        bit_from : 3;
        bit_to : 0;
        bit_width : 4;
        data_type : "bit";
        downto : "true";
    }
    type ("bus8") {
        base_type : "array";
        bit_from : 7;
        bit_to : 0;
        bit_width :  8;
        data_type : "bit";
        downto : "true";
    }
    type ("bus16") {
        base_type : "array";
        bit_from : 15;
        bit_to : 0;
        bit_width : 16;
        data_type : "bit";
        downto : "true";
    }sky130_fd_sc_hdll__ff_100C_1v65.lib
sky130_fd_sc_hdll__ff_100C_1v95.lib
sky130_fd_sc_hdll__ff_n40C_1v56.lib
sky130_fd_sc_hdll__ff_n40C_1v65.lib
sky130_fd_sc_hdll__ff_n40C_1v95.lib
sky130_fd_sc_hdll__ff_n40C_1v95_ccsnoise.lib
sky130_fd_sc_hdll__ss_100C_1v60.lib
sky130_fd_sc_hdll__ss_n40C_1v28.lib
sky130_fd_sc_hdll__ss_n40C_1v44.lib
sky130_fd_sc_hdll__ss_n40C_1v60.lib
sky130_fd_sc_hdll__ss_n40C_1v60_ccsnoise.lib
sky130_fd_sc_hdll__ss_n40C_1v76.lib
sky130_fd_sc_hdll__tt_025C_1v80.libYana Tejasukmana
10/31/2022, 3:24 AM