KerCrafter
New Contributor
2 years agoStrange simulation problem (3-bit adder work, 4+ bit adder not work)
Hi all
I've identified a strange behaviour in Simulation. Not sure if it my implementation or if it specific to the simulation.
I've a counter implemented with a Binary Adder to perform X + 1 operation.
with 3-bit binary adder its work, more than 4-bit I detect an X + 2 operation (or two X + 1).
I've create a test bench only for component implement this Adder, it appear correct. but my " End to End " test bench fails.
This project is published in Github and I've made a markdown description with screenshots + explainations of the Test Flow, here : FPGA-LEDs-Racer-/docs/sim_counter_problem.md at main · KerCrafter/FPGA-LEDs-Racer-
Thanks