StanfordVLSI / dragonphy2

Open Source PHY v2
Apache License 2.0
21 stars 3 forks source link

two additional primary IOs for DCORE #143

Closed sjkim85 closed 3 years ago

sjkim85 commented 3 years ago
sgherbst commented 3 years ago

@sjkim85 these pins appear in the top-level I/O of dragonphy_top: https://github.com/StanfordVLSI/dragonphy2/blob/724e5662aeba40a329fa2fca84772e03b721a684/vlog/chip_src/top/dragonphy_top.sv#L37-L39

and they are wired directly into idcore (i.e., not through dcore_intf) https://github.com/StanfordVLSI/dragonphy2/blob/724e5662aeba40a329fa2fca84772e03b721a684/vlog/chip_src/top/dragonphy_top.sv#L221-L222

does that address your request, or were you asking about something else?

sjkim85 commented 3 years ago

@sgherbst, It is my mistake. Thank you for your clarification.