lowRISC / ibex

Ibex is a small 32 bit RISC-V CPU core, previously known as zero-riscy.

Home Page:https://www.lowrisc.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

edn_pkg does not exist

sadjadtu opened this issue · comments

Hello.

Inside the prim_edn_req.sv module, there are some ports and signals, types of which are defined from a package named "edn_pkg", while there is no such a package in the repository.

This module got vendored in from OpenTitan (which has an entropy distribution network, which prim_edn_req connects to).

But the end result is a little silly! I suspect the sensible fix is to move the EDN requestor into the EDN directory (instead of the "prim" directory). After that change, we could re-vendor from OpenTitan and prim_edn_req would vanish from the Ibex repository.