I will appreciate any help on using SKY130 standard cell instantiated designs. I used OpenFPGA framework to generate fabric netlist (Verilog files). I defined SKY130 standard cells in OpenFPGA netlist generation, so actually all the files have SKY130 standard cell instantiations. I included primitives.v and sky130_fd_sc_hd.v files as Verilog files in config file. The linter complains about table endtable constructs in primitives.v, when I set linter off this time Yosys complains about primitive keyword and gives error saying "unexpected TOK_ID".
So, what should be the proper way, or options in config file, when instantiating SKY130 standard cells?