Hello Everyone!! In sky130_fc_sc_hd.v defined in l...
# sky130
s
Hello Everyone!! In sky130_fc_sc_hd.v defined in libs.ref, I am getting a syntax error while running the on iverilog. The error is from the line ” wire 1; ” (line number 29911). How do i solve this ? And can we name a wire like that?
m
@Surag P I believe it's already been reported. https://skywater-pdk.slack.com/archives/C016UL7AQ73/p1612436756108700
s
Oh Okay
t
The individual library repositories were just moved to github a few days ago, which now allows us to create pull requests to fix these (and many other) issues. We have a plan to do so, but it will probably be a week or two before we get that underway in earnest. Meanwhile, however, anyone can now fork, e.g., https://github.com/google/skywater-pdk-libs-sky130_fd_sc_hd , fix the error, and submit a pull request.