cv-frontend-vue icon indicating copy to clipboard operation
cv-frontend-vue copied to clipboard

Results 301 cv-frontend-vue issues
Sort by recently updated
recently updated
newest added

Fixes #561 #### Describe the changes you have made in this PR - 1. Added the pre condiiton logic in the verilog module 2. Made the verilog module consistent to...

Fixes #634 Describe the changes you have made in this PR - Added FIFO queue component ### Screenshots of the changes (If any) - Note: Please check **Allow edits from...

Fixes #614 #### Describe the changes you have made in this PR - Added new Serial Port Component ### Screenshots of the changes (If any) - Note: Please check **Allow...

The component implements a First-In-First-Out (FIFO) logic queue that can enqueue and dequeue bit-width-limited values on clock edges. **Characteristics:** - Supports `ENQ `(enqueue), `DEQ `(dequeue), and `RST `(reset) control signals....

- Added new responsive mobile header component. - Styled using scoped CSS and media queries. - Updated App.vue to include the header. - Helps address TODO: Create mobile version of...

Addition of the new component — Serial Port — that allows users to read/write serial data from external hardware devices (e.g., Arduino, ESP32) via the Web Serial API and feed...

Fixes #469 #### Describe the changes you have made in this PR - Replaced setTimeout in the context menu with Vue reactivity and CSS transitions to improve performance and follow...

Fixes #625 #### Describe the changes you have made in this PR - added bit extender component ### Screenshots of the changes (If any) - Note: Please check **Allow edits...

### Is there an existing issue for this? - [x] I have searched the existing issues. ### Describe the bug ![Image](https://github.com/user-attachments/assets/9f492ac2-a99e-4300-967c-e6f70fb280d8) ![Image](https://github.com/user-attachments/assets/09a90619-3cc3-4f9b-8e5e-160854c18b53) - Various eslint errors while using typescript ###...

🐞 bug

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...