Electric Project by Jesús Jiménez :) EIE-UCR, December 2024 RTL from: https://github.com/Desrep/simple_fpu
git clone <repo URL>
make setup
make precheks
make fpu
make user_project_wrapper
make caravel-cocotb
make caravel-cocotb
# View waveforms
gtkwave verilog/dv/cocotb/sim/
gtkwave verilog/dv/cocotb/sim/
If the simulations don't run, change STAGES=6 to STAGES=1 in divide_r.v and sqrt.v (line 21 and line 23, respectively).
make run-precheck
Refer to README for this sample project documentation.