mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-24 14:09:08 -04:00
If you're migrating from the previous interface you can use logic [31:0] hart_id; assign hart_id = {21'b0, cluster_id_i[5:0], 1'b0, core_id_i[3:0]}; ... ibex_core #( ... ) u_core ( ... // replace core_id_i and cluster_id_i .hart_id_i(hart_id), ... ); |
||
---|---|---|
.. | ||
verilator_waiver.vlt |