Skip to content
Merged
Changes from all commits
Commits
Show all changes
111 commits
Select commit Hold shift + click to select a range
15982fc
add floorplanning widgets placeholder. save progress made so far
w0lek Sep 29, 2025
19083f2
Merge branch 'develop' into 1440-region-based-placement-floorplanning…
w0lek Dec 19, 2025
e7c6b6c
Merge branch 'develop' into 1440-region-based-placement-floorplanning…
w0lek Dec 22, 2025
247f2d7
work on floorplanning UI
w0lek Dec 22, 2025
dae7e73
sync with local repo
w0lek Dec 23, 2025
d65a07b
work on floorplanning device widget
w0lek Jan 2, 2026
0cdb090
work on floorplanning UI, sync with local repo
w0lek Jan 5, 2026
17ccf20
floorplanning UI, sync with local repo
w0lek Jan 7, 2026
b12321f
sync with local repo
w0lek Jan 9, 2026
fdc209a
fix build
w0lek Jan 9, 2026
7f22162
dump netlist to a file for debug
w0lek Jan 9, 2026
a4fb7cb
sync with local repo
w0lek Jan 13, 2026
00015bc
sync with local repo
w0lek Jan 14, 2026
8394657
fix build errors
w0lek Jan 14, 2026
4f92251
restore metrics on project load. this is required by floorplanning fe…
w0lek Jan 15, 2026
6fc37a3
sync with local repo
w0lek Jan 15, 2026
ac6bcde
fix build error
w0lek Jan 15, 2026
874fcd5
sync floorplanning with local repo, implement VprArchitectureFileProf…
w0lek Jan 15, 2026
d0e4ee3
power calc uses VprArchitectureFileProfider
w0lek Jan 15, 2026
60a456f
sync with local repo
w0lek Jan 15, 2026
cc0d812
sync with local repo
w0lek Jan 19, 2026
144c759
sync with local repo
w0lek Jan 21, 2026
dc57280
sync with local repo
w0lek Jan 21, 2026
80177cd
add load-action.png
w0lek Jan 21, 2026
c3b2596
sync with local repo
w0lek Jan 21, 2026
207054c
sync with local repo
w0lek Jan 22, 2026
a99443c
sync with local repo
w0lek Jan 23, 2026
afa7f84
fix build
w0lek Jan 23, 2026
5433012
fix crash on cleanup floorplanning resources
w0lek Jan 23, 2026
c639baf
fix qdc file location for floorplanning tool
w0lek Jan 23, 2026
3489dd5
add Esc and Delete keys for DeviceGridWidget
w0lek Jan 26, 2026
b8db144
couple minor fixes
w0lek Jan 26, 2026
21a18b0
fix fp within aurora flow
w0lek Jan 26, 2026
ecb41ff
remove "set_partition" command for qdc, use old set_region
w0lek Jan 26, 2026
063e8e3
fp minor changes
w0lek Jan 26, 2026
fe4fdba
fix fp QDC saving and incr compilation trigger update status case
w0lek Jan 26, 2026
0e6f909
fix coord conversion during the qdc load.
w0lek Jan 26, 2026
9871dbf
fix tests
w0lek Jan 26, 2026
2736637
fix partition name forwarding to python script
w0lek Jan 26, 2026
68915f1
remove return of "FAILED_TO_LOAD_CONTENT" in FileUtils::GetFileConten…
w0lek Jan 26, 2026
3642756
adaptive tile line width depending on scale
w0lek Jan 26, 2026
c95e29e
fp code polishing
w0lek Jan 27, 2026
718cc60
add FloorPlanning_main.cpp to be used as standalone app
w0lek Jan 27, 2026
4c505b0
add FloorPlanning.saveLoadPartition unittest
w0lek Jan 27, 2026
a20cf99
deactivate netlist floorplan overlap check
w0lek Jan 27, 2026
ea77d91
exit floorplanning ui windows on aurora window close
w0lek Jan 27, 2026
1dc2034
fix template in SynthResourceHierarchyWidget::updateViewLabel
w0lek Jan 27, 2026
824253d
add floorplanning readme.txt
w0lek Jan 27, 2026
b8c954a
update floorplanning.txt
w0lek Jan 27, 2026
7df72ca
replace event->pos() with event->position() to avoid deprecation warning
w0lek Jan 29, 2026
86d02bb
fix event->pos() and event->position() for different Qt versions
w0lek Jan 29, 2026
bf06fb2
QMouseEvent doesn't have position() method
w0lek Jan 29, 2026
aac7c21
add ExecuteAndMonitorSystemCommandSafe and use it within GenerateIOFl…
w0lek Jan 30, 2026
01ecf6d
reimplement solution with using already existed function FileUtils::E…
w0lek Jan 30, 2026
55973fc
cleanup obsolete code
w0lek Jan 30, 2026
28bb202
minimize PR diff
w0lek Jan 30, 2026
45f52e5
Merge pull request #132 from QuickLogic-Corp/1614-aurora-crash-on-exi…
w0lek Feb 4, 2026
dbc2065
implement zoom fit, add toolbar for devicegridwidget
w0lek Feb 6, 2026
4409586
implement zoomInRect
w0lek Feb 6, 2026
bf65f88
zoom in rect UI logic, floorplanning UI uses it's own resource file
w0lek Feb 6, 2026
7fbef9b
different enhancements
w0lek Feb 6, 2026
2c7cf87
collect all buttons in single toolbar and change it's layout
w0lek Feb 6, 2026
7b281bf
checkpoint
w0lek Feb 6, 2026
d65b554
fix DeviceGridWidget::zoomInRect which wasn't working fine on a big w…
w0lek Feb 6, 2026
0a98956
reimplement the way zoom-in-rect and draw-new-rect are switching
w0lek Feb 9, 2026
d356e70
fix regression with update view after region move, make Esc and Delet…
w0lek Feb 9, 2026
b3bcad4
minor changes in DeviceGridWidget and mouse selection to have more ro…
w0lek Feb 9, 2026
25734f1
remove previously added explicitly for floorplanning UI resources. no…
w0lek Feb 9, 2026
806f41a
Q_INIT_RESOURCE(floorplanning_resource);
w0lek Feb 9, 2026
c0b63e2
fix Q_INIT_RESOURCE(floorplanning_resource);
w0lek Feb 10, 2026
e105fd3
Merge pull request #137 from QuickLogic-Corp/1633-floorplanning-ui-fe…
w0lek Feb 10, 2026
2246977
fetch atom list from vpr echo blif file
w0lek Feb 10, 2026
1ca1702
add debug of comparing atom lists parsed from net and echo clean blif…
w0lek Feb 11, 2026
3292cac
fix compile error
w0lek Feb 11, 2026
d009bb0
ncriticalpathview resize overlay inside resize event
w0lek Feb 12, 2026
af20041
add definition UI_FLOORPLANNING_ENABLE_ATOM_LIST_BLIF_VS_NET_COMPARISON
w0lek Feb 12, 2026
4825837
move RoundProgressWidget from InteractivePathAnalysis to Widgets modu…
w0lek Feb 12, 2026
622e0a0
RoundProgressWidget is generic
w0lek Feb 12, 2026
0a1aa3b
add busy overlay for floorplanning UI
w0lek Feb 12, 2026
bd22858
window title for floorplanning tool
w0lek Feb 12, 2026
74c2ada
cleanup debug log
w0lek Feb 12, 2026
4661b01
fix floorplanning standalone app
w0lek Feb 12, 2026
1fe4919
cleanup
w0lek Feb 12, 2026
654acb7
Merge pull request #138 from QuickLogic-Corp/1627-floor-planning-ui-m…
w0lek Feb 12, 2026
805a077
highlight overlapped tiles withing single partition with green color …
w0lek Feb 12, 2026
16a99e1
checkpoint
w0lek Feb 12, 2026
e882cc6
parse atom list from txt. fixed for parse elements from blif
w0lek Feb 13, 2026
6e16adf
Merge branch '1440-region-based-placement-floorplanning-phase-2' into…
w0lek Feb 16, 2026
f9ae2a3
fix build errors
w0lek Feb 16, 2026
48f6a56
undo changes
w0lek Feb 16, 2026
a98a1fa
randomize partition color, add color selector for current partition. …
w0lek Feb 16, 2026
444fa2d
fix case when user try to modify overllaped regions area, the one whi…
w0lek Feb 16, 2026
94da0e3
unify region and partition deletion and unselection
w0lek Feb 16, 2026
fcf427c
update icons
w0lek Feb 16, 2026
f24e6dd
updateSaveQdcButtonEnability method
w0lek Feb 17, 2026
469f567
cleanup
w0lek Feb 17, 2026
2d6a6ce
correct specific column index extraction, by not substract ioBorder
w0lek Feb 17, 2026
249df06
refactor coloring
w0lek Feb 17, 2026
692045c
unify selected region drawing style selected directly vs selected par…
w0lek Feb 17, 2026
47127b5
correct exclusive behaviour for m_bnZoomInRegion and m_drawRegion
w0lek Feb 17, 2026
318ea1a
emit unselect partition when select region
w0lek Feb 17, 2026
22c08f6
disable debug macro UI_FLOORPLANNING_ENABLE_ATOM_LIST_BLIF_VS_NET_COM…
w0lek Feb 17, 2026
59c0553
Merge pull request #140 from QuickLogic-Corp/1633-floorplanning-ui-fe…
w0lek Feb 17, 2026
3f02327
Merge branch 'develop' into 1440-region-based-placement-floorplanning…
w0lek Feb 17, 2026
b25fd6f
remove UI_FLOORPLANNING_ENABLE_ATOM_LIST_BLIF_VS_TXT_COMPARISON macro…
w0lek Feb 17, 2026
a6c7827
update floorplanning.txt
w0lek Feb 17, 2026
3f7631e
cleanup
w0lek Feb 17, 2026
23f79ed
FloorPlanningWidget::m_bnPartitionColor enable only when partition is…
w0lek Feb 18, 2026
2432dbc
Partition name is not clamped if the region rectangle is smaller than…
w0lek Feb 19, 2026
52398d4
Merge branch 'develop' of ssh://github.com/QuickLogic-Corp/FOEDAG int…
w0lek Feb 19, 2026
d63015a
Merge branch 'develop' into nj_pin_table_constraints_RESOLVED
w0lek Feb 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.