efabless / caravel-gf180mcu

This repository is the GF180MCU port of Caravel. For more information about Caravel, see the original repo at https://github.com/efabless/caravel.
Apache License 2.0
7 stars 8 forks source link

chip_io.v gl is missing some ports #54

Open mo-hosni opened 1 year ago

mo-hosni commented 1 year ago

chip_io.v gl is missing ports such as const_zeroand const_one.

RTimothyEdwards commented 1 year ago

I didn't create the gate level verilog for chip_io. It was created from the DEF file, maybe by Kareem or Marwan? They have a script somewhere, or maybe they did it manually, to process the DEF file through yosys and generate a gate-level verilog netlist. But yosys doesn't read DEF so I'm not sure what tools they're using (other than that the gate level netlist has a header from yosys in it, so it definitely got passed through yosys as the final step).