laforest / FPGADesignElements

A self-contained online book containing a library of FPGA design modules and related coding/design guides.
MIT License
389 stars 40 forks source link

Missing Width_Extender module #11

Closed rodrigomelo9 closed 4 years ago

rodrigomelo9 commented 4 years ago

Hi @laforest. The module Width_Extender is referenced in some other modules such as Adder_Subtractor_Binary_Saturating.v and Adder_Subtractor_Binary.v, but is not in the repository.

laforest commented 4 years ago

Ah. Whoops. Wrong module name. Replaced with instance of more general Width_Adjuster. Thanks for spotting this!