MH-Flight-Simulator-X / FPGA-src

The source files for the FPGA system, written in SystemVerilog
GNU Lesser General Public License v2.1
2 stars 0 forks source link

Fixed-Point Division Unit #12

Closed MortenSorensenNOR closed 3 weeks ago

MortenSorensenNOR commented 1 month ago

Write a module for fixed-point number division.

The module should:

MortenSorensenNOR commented 3 weeks ago

Ended up using ProjectF's Fixed-Point Division Module: ProjectF.io