lowRISC / ibex

Ibex is a small 32 bit RISC-V CPU core, previously known as zero-riscy.
https://www.lowrisc.org
Apache License 2.0
1.38k stars 542 forks source link

syn: Remove copy of prim_clock_gating.v and use shared version instead #501

Open imphil opened 4 years ago

imphil commented 4 years ago

Having multiple versions of that file in the tree confuses users to pick the wrong one, so the one in syn should go.

vogelpi commented 4 years ago

There are no longer multiple copies of this file. It is now vendored in from OpenTitan. I am closing the issue.

imphil commented 4 years ago

https://github.com/lowRISC/ibex/blob/master/syn/rtl/prim_clock_gating.v still exists.

vogelpi commented 4 years ago

Sorry @imphil for closing the issue too early. I made a typo when searching for the file (.sv instead of .v)...