PipelineC icon indicating copy to clipboard operation
PipelineC copied to clipboard

Raw VHDL interface should be bits per stage not slices

Open JulianKemmerer opened this issue 3 years ago • 1 comments
trafficstars

Currently for basic things like adders ex. 32 bits is divided by the slices specified [0.5] = slice into two pieces = two 16b stages

First this is annoying because [0.499] is the same slicing (etc w/ close FP values) but still gets a different file, file name etc, blegh

Also its important to know how many bits per stage as being used. As in https://github.com/JulianKemmerer/PipelineC/issues/46 and https://github.com/JulianKemmerer/PipelineC/issues/48 and https://github.com/JulianKemmerer/PipelineC/issues/45 we want to know what hardware is produced by the synthesis tool - some bits per stage implement better than others, etc.

JulianKemmerer avatar Nov 11 '22 17:11 JulianKemmerer

Thanks @suarezvictor prompting this into an issue

JulianKemmerer avatar Nov 11 '22 17:11 JulianKemmerer