Skip to content

clean up the package prefixes

Created by: whutddk

I have cleaned up the package prefixes of the logic and use the global imports in the module body.

The function ebreak() in 'riscv::' is collided with the logic ebreak in decorder.sv, and ebreak(), nop(), illegal() can be found in package dm. So, I temporarily remove them in package riscv.

Merge request reports

Loading