mirror of
https://github.com/lowRISC/ibex.git
synced 2025-06-27 17:00:41 -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 |