This repository provides a concise, easy-to-follow, method of modelling and simulation of a polynomial function in VHDL using stepwise refinement.
The codes were developed using industry standard software, Intel Quartus Prime (digital system design) and ModelSim (simulation software).
The codes were developed in this particular order:
- case_syd - high-level code for polynomial evaluation.
- vec_syd - low-level code for polynonial evaluation.
- validOUT - low-level code with controlled output.
- genericD - adapted generic code.