m-labs / misoc

The original high performance and small footprint system-on-chip based on Migen™
https://m-labs.hk
Other
306 stars 86 forks source link

VexRiscv: Update to support atomic instructions #113

Closed occheung closed 2 years ago

occheung commented 2 years ago

Summary

This PR changes the VecRiscv core to VecRiscv_IMA.v in VexRiscv-verilog master to support atomic instructions (lr/sc & amo). (See this PR in VexRiscv-verilog.)

Detail changes