FOEDAG
FOEDAG copied to clipboard
Framework Open EDA Gui
> ### Motivate of the pull request > - [x] To address an existing issue. If so, please provide a link to the issue: [RG-230] > - [ ] Breaking...
> ### Motivate of the pull request Given PR implements RG-233 task and introduces timing report table for Placement/Routing tasks. > ### Describe the technical details Placement timing report has...
### Motivate of the pull request Add settings for the simulation tasks. Setting Waveform file allow user to set filename for wave form. ### Which part of the code base...
Note: This PR isn't intended for merging. This is to show a tcl/qt testing prototype. The goal is to show an initial idea on how we might automate our gui...
We want to have access to qt widgets from tcl scripts. For example: ``` % set widget [expr getWidget "console"] % ... ``` @alain-rs please describe more requirements for this...
If search through the project "/" there are many entries. They are related to some paths. It might not work for the Window OS.
> **Describe the bug** > When adding a new test, it was discovered that system calls to python in the IP Catalog were failing. After some debug, it was observed...
Currently we can start new project only once. Possible solutions: * Open another instance of the whole FOEDAG project. Create another process. * Open another main widget within same process.
> **Describe the bug** By default, all the columns are sized according to their content. Task column allows manual resizing. While holding the mouse, text gets truncated according to the...
**Is your feature request related to a problem? Please describe.** VPR team is developing new features for their GUI (Visualizer for FPGA architecture) Here are the thoughts proposed by Prof....