index
:
iCE40/nextpnr
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
pybindings.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
python: Bindings for DelayPair and DelayQuad
gatecat
2021-02-19
1
-0
/
+25
*
Remove the unused CellInfo::pins field
gatecat
2021-02-10
1
-2
/
+0
*
Python code cleanup
Miodrag Milanovic
2020-11-14
1
-22
/
+7
*
clangformat
David Shah
2020-08-20
1
-1
/
+2
*
Made proper exception translation
Miodrag Milanovic
2020-08-07
1
-1
/
+7
*
clangformat
Miodrag Milanovic
2020-07-25
1
-2
/
+2
*
exception translation
Miodrag Milanovic
2020-07-24
1
-7
/
+1
*
Fixed named arguments
Miodrag Milanovic
2020-07-24
1
-4
/
+3
*
proper ctx export
Miodrag Milanovic
2020-07-23
1
-1
/
+1
*
Initial conversion to pybind11
Miodrag Milanovic
2020-07-23
1
-31
/
+33
*
python: Expose PlaceStrength enum and isValidBelForCell on ecp5
Erika
2020-01-26
1
-0
/
+9
*
python: Add bindings for hierarchy structures
David Shah
2019-12-27
1
-4
/
+20
*
json: Remove legacy frontend
David Shah
2019-12-27
1
-2
/
+2
*
python: Adding helper functions for netlist modification
David Shah
2019-09-15
1
-0
/
+16
*
Major Property improvements for common and iCE40
David Shah
2019-08-05
1
-1
/
+8
*
Added support for attributes/properties types
Miodrag Milanovic
2019-06-01
1
-1
/
+1
*
pybindings: make errors in Python scripts stop nextpnr execution
David Shah
2019-04-17
1
-2
/
+6
*
pybindings: Fix use of import in user scripts
David Shah
2019-04-17
1
-0
/
+7
*
generic: GUI Python bindings
David Shah
2019-04-03
1
-2
/
+20
*
generic: Place a single SLICE
David Shah
2019-04-02
1
-30
/
+5
*
python: Named argument support
David Shah
2019-04-02
1
-0
/
+1
*
python: Infrastructure for generic arch Python API
David Shah
2019-04-02
1
-0
/
+31
*
Add Python helper functions for floorplanning
David Shah
2019-03-22
1
-0
/
+18
*
python: Fixes to get net wires map working
David Shah
2018-11-22
1
-0
/
+7
*
python: Add wrapper for vectors to allow Python access to net.users
David Shah
2018-11-22
1
-2
/
+17
*
ecp5: Working on arch implementation
David Shah
2018-07-11
1
-4
/
+4
*
Renamed dummy->generic for tests, also fix warning
Miodrag Milanovic
2018-07-11
1
-0
/
+2
*
typeof to decltype
Miodrag Milanovic
2018-07-05
1
-18
/
+18
*
python: More design-related bindings, dump_design.py working again
David Shah
2018-07-04
1
-21
/
+49
*
python: Update wrapper for non-unique_ptr maps
David Shah
2018-07-04
1
-17
/
+6
*
python: Adding more wrapped bindings for ice40
David Shah
2018-07-04
1
-4
/
+5
*
python: Translate NPNR_ASSERTs to Python
David Shah
2018-07-04
1
-0
/
+7
*
python: New wrapper system working for unique_ptr maps
David Shah
2018-07-04
1
-2
/
+8
*
python: Developing context wrappers for maps
David Shah
2018-07-04
1
-3
/
+3
*
python: Adding more bindings
David Shah
2018-07-04
1
-4
/
+0
*
python: Add context wrapper support for ranges
David Shah
2018-07-04
1
-5
/
+4
*
Progress on new wrapper system
David Shah
2018-07-04
1
-1
/
+0
*
remove emb.cc
Miodrag Milanovic
2018-06-28
1
-4
/
+1
*
Improving post-ripup placement in the legaliser
David Shah
2018-06-27
1
-3
/
+2
*
reinit python tab
Miodrag Milanovic
2018-06-27
1
-6
/
+8
*
Fixing Python bindings bugs
David Shah
2018-06-26
1
-2
/
+2
*
Fixing Python bindings after adding unique_ptr
David Shah
2018-06-26
1
-13
/
+13
*
Fixing the Python bindings following Context/Arch refactoring
David Shah
2018-06-23
1
-2
/
+4
*
Update from increased clangformat line length
David Shah
2018-06-23
1
-15
/
+5
*
Added BUILD_GUI, BUILD_PYTHON and BUILD_TESTS cmake options,
Miodrag Milanovic
2018-06-23
1
-0
/
+4
*
Switched from clifford@clifford.at to clifford@symbioticeda.com for copyright...
Clifford Wolf
2018-06-22
1
-1
/
+1
*
Cleanup parse_json_file API, some other cleanups
Clifford Wolf
2018-06-21
1
-2
/
+1
*
Towards IdString as per-context facility
Clifford Wolf
2018-06-18
1
-1
/
+1
*
Rename Design to Context, derive from Arch instead of instantiating
Clifford Wolf
2018-06-18
1
-9
/
+8
*
Rename Chip to Arch and ChipArgs to ArchArgs
Clifford Wolf
2018-06-18
1
-1
/
+1
[next]