scarv / scarv-cpu

SCARV: a side-channel hardened RISC-V platform
MIT License
24 stars 5 forks source link

Fix use before declare in frv_axi_adapter #43

Open flaviens opened 1 year ago

flaviens commented 1 year ago

Hi there!

Some tools require wires and regs to be declared before used. This PR fixes this, without intending to change the functionality of the module.

Thanks! Flavien