aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added image generator and regenerate iconsMiodrag Milanovic2018-11-037-0/+6
|
* Added LPF support and all chip models available for selectMiodrag Milanovic2018-11-034-6/+50
|
* Merge pull request #100 from YosysHQ/ecp5_lpfDavid Shah2018-11-016-2/+179
|\ | | | | ecp5: Add LPF parser and IO buffer insertion
| * ecp5: Add IO buffer insertionDavid Shah2018-10-314-15/+70
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * ecp5: Adding LPF parserDavid Shah2018-10-313-0/+122
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | Proper OpenGL limit for QTMiodrag Milanovic2018-10-292-3/+3
|/
* ice40: Fix PLL DYNAMICDELAYDavid Shah2018-10-271-1/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ups, uncommentMiodrag Milanovic2018-10-271-2/+2
|
* Fixed pip graphicsMiodrag Milanovic2018-10-271-4/+4
|
* fix edge caseMiodrag Milanovic2018-10-271-1/+1
|
* No gain in optimizing this, but lead to wrong displayMiodrag Milanovic2018-10-261-10/+4
|
* Merge pull request #96 from YosysHQ/imguiMiodrag Milanović2018-10-26167-4/+63684
|\ | | | | Imgui integration
| * Fix tooltip position when doing screenshotMiodrag Milanovic2018-10-242-1/+6
| |
| * Added cell and net info in hintMiodrag Milanovic2018-10-241-1/+10
| |
| * Fix propagating eventsMiodrag Milanovic2018-10-241-0/+11
| |
| * Display hint on mouse overMiodrag Milanovic2018-10-242-0/+21
| |
| * dummy imgui processingMiodrag Milanovic2018-10-241-4/+10
| |
| * Make imgui and qtgui compile on older qt as well, opengl 3.2 requiredMiodrag Milanovic2018-10-244-9/+20
| |
| * add qtimgui renderer libraryMiodrag Milanovic2018-10-2413-0/+837
| |
| * add imgui libraryMiodrag Milanovic2018-10-24151-0/+62780
| |
* | update last_render in case of change of any element, not just number of themMiodrag Milanovic2018-10-261-4/+18
| | | | | | | | optimize for hover/select/highlight where number matters
* | do not invalidate buffer, leave as isMiodrag Milanovic2018-10-251-7/+1
| |
* | proper update of empty decalMiodrag Milanovic2018-10-251-4/+2
|/
* Merge pull request #95 from msgctl/fix/msgctl/gl-performanceMiodrag Milanović2018-10-245-86/+180
|\ | | | | gui: improved FPGAViewWidget::paintGL() performance
| * gui: improved FPGAViewWidget::paintGL() performanceMateusz Zalega2018-10-235-86/+180
| | | | | | | | | | | | | | | | | | Profiling revealed that memcpy() in QOpenGLBuffer::allocate() had been taking the most time during paintGL() calls. I've been able to take the CPU usage down to about 1/4 of its previous values by caching elements in VBOs and updating them only after subsequent calls to renderGraphicElement(). Signed-off-by: Mateusz Zalega <mateusz@appliedsourcery.com>
* | Merge pull request #94 from daveshah1/ecp5_dspDavid Shah2018-10-244-15/+939
|\ \ | |/ |/| Adding basic multiplier support for ECP5
| * ecp5: DSP fixesDavid Shah2018-10-222-33/+42
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * ecp5: Working on DSPsDavid Shah2018-10-222-83/+200
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * ecp5: Adding DSP supportDavid Shah2018-10-213-1/+799
|/ | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ecp5: Implement ECP5 equivalent of c9059fcDavid Shah2018-10-211-0/+9
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Merge pull request #92 from YosysHQ/python-cmdlineDavid Shah2018-10-212-15/+41
|\ | | | | Allow running Python scripts for all points in flow
| * common: Allow running Python scripts for all points in flowDavid Shah2018-10-172-15/+41
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | Merge pull request #89 from YosysHQ/ecp5_bramDavid Shah2018-10-1710-10/+619
|\ \ | |/ |/| ECP5 BRAM support
| * clangformatDavid Shah2018-10-162-5/+9
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * ecp5: Add support for correct tile naming in all variantsDavid Shah2018-10-164-4/+84
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * ecp5: Add DP16KD timing analysisDavid Shah2018-10-161-2/+29
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * ecp5: Optimise DCC placementDavid Shah2018-10-141-3/+12
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * ecp5: Fix BRAM tile namesDavid Shah2018-10-111-1/+1
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * placer: Fix conflicts during constraint legalisationDavid Shah2018-10-111-0/+6
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * ecp5: Fixing BRAM initialisationDavid Shah2018-10-101-4/+14
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * ecp5: Working on BRAM initialisationDavid Shah2018-10-093-0/+82
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * ecp5: BRAM improvements with constant/inverted inputsDavid Shah2018-10-062-14/+80
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * ecp5: Fixing EBR constant tie-offsDavid Shah2018-10-052-1/+51
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * ecp5: Bitstream gen for DP16KD BRAMDavid Shah2018-10-051-0/+98
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * ecp5: Infrastructure for BRAM bitstream genDavid Shah2018-10-053-0/+56
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * ecp5: Dummy timing entry for BRAMDavid Shah2018-10-051-0/+3
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * ecp5: Adding constids for blockramDavid Shah2018-10-051-0/+118
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | Recalculate max zoom level depending of archMiodrag Milanovic2018-10-142-7/+9
| |
* | Merge pull request #88 from YosysHQ/issue72Eddie Hung2018-10-112-23/+19
|\ \ | |/ |/| Resolve issue #72
| * [timing] Restore and skip false startpointsEddie Hung2018-09-151-17/+6
| |