-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroadmap-and-bugs
30 lines (20 loc) · 1.19 KB
/
roadmap-and-bugs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
FPGA Visual Builder Roadmap
---------------------------
FPGA Builder is a work in progress.
Suggested Implementation:
---------------------------
- Wires should connect to pins and give the user the option of simply connecting the chip to other components at the center
- Pin Connectivity: Enable users to connect pins between components, ensuring that the connections are valid (e.g., input to output, compatible signal types).
Completed Updates:
---------------------------
- COMPLETED 8-19-2024: Ability to make more kinds of chips, specifically Square Chips, Double Long Chips, and Half-as-wide Chips
- COMPLETED 8-19-2024: User can add pins on all sides
- COMPLETED 8-19-2024: Ability to create more types of components
- COMPLETED 8-19-2024: Make wires stay visually under all chips and components
Bugs To Fix:
---------------------------
- Adding chip connections (wires) is buggy, sometimes wwil not add and sometimes complains not to connect a chip to itself with a pop-up
- Rotating chips is finicky, sometimes does not want to when clicked.
Newly Added Features/Functionality:
---------------------------
- (8-12-2024) The ability to Save and Load .fga files has been added and is tested and working.