cv-frontend-vue
cv-frontend-vue copied to clipboard
Feat: Bit Extender Component
A Bit Extender increases the bit-width of a signal, usually by adding extra bits (e.g., leading zeros for unsigned or sign extension for signed numbers). We can choose extension type through properties panel on the right to choose which value to fill to extended bits like zeros, ones or sign bit.