Skip to content

Releases: BrianHGinc/Verilog-Floating-Point-Clock-Divider

BHG_FP_CLK_DIVIDER_v1.2

11 Aug 02:03
a5005a2
Compare
Choose a tag to compare

Verilog floating point fractional clock divider using 24.16 (m.n) math. v1.2, August 10, 2022.

  • v1.2a - Added a protection for when the integer divider has less than 2 bits.
  • v1.2b - Added a compilation $error and $stop with instructions if the user supplies inoperable CLK_HZ parameters.
  • v1.1 - Patches a simulation bug where Modelsim's 'Compile / Compile Options / Language Syntax' is set to 'Use Verilog 2001' instead of 'Default'.