index
:
iCE40/nextpnr
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
frontend
Commit message (
Expand
)
Author
Age
Files
Lines
*
json: fix handling of 32-bit parameters
Marcin KoĆcielnicki
2020-02-01
1
-2
/
+6
*
clangformat
David Shah
2020-01-20
1
-4
/
+1
*
Warnings noticed by clang
Miodrag Milanovic
2020-01-18
1
-13
/
+13
*
frontend: Fix hang when loading very large designs
David Shah
2020-01-16
1
-1
/
+1
*
Preserve hierarchy through packing
David Shah
2019-12-27
1
-0
/
+2
*
python: Add bindings for hierarchy structures
David Shah
2019-12-27
1
-0
/
+1
*
frontend_base: Import cell hierarchy
David Shah
2019-12-27
1
-3
/
+16
*
frontend: Support for loading settings and nextpnr state
David Shah
2019-12-27
2
-1
/
+27
*
frontend/generic: Fix regressions
David Shah
2019-12-27
3
-21
/
+29
*
frontend/base: Fix lookup of nets by module index
David Shah
2019-12-27
1
-28
/
+30
*
frontend: Improved error handling and fixes
David Shah
2019-12-27
2
-1
/
+12
*
frontend: Fix template compile issues
David Shah
2019-12-27
2
-61
/
+62
*
frontend: Top level port import
David Shah
2019-12-27
1
-52
/
+158
*
frontend/base: Functions for hierarchical submodule cell import
David Shah
2019-12-27
1
-45
/
+76
*
frontend/base: Functions for leaf cell import
David Shah
2019-12-27
1
-0
/
+72
*
frontend/base: Functions for net[name] import
David Shah
2019-12-27
1
-0
/
+116
*
frontend: JSON implementation of the generic framework
David Shah
2019-12-27
3
-18
/
+235
*
frontend/base: Improve net indexing
David Shah
2019-12-27
1
-8
/
+27
*
frontend/base: Functions for port import
David Shah
2019-12-27
1
-1
/
+144
*
frontend/base: Top module handling
David Shah
2019-12-27
1
-1
/
+91
*
frontend: Draft for a generic template-based frontend API
David Shah
2019-12-27
1
-0
/
+102
*
Move json parser from frontend/json/ to json/
Clifford Wolf
2018-06-23
2
-811
/
+0
*
Update jsonparse clangformat
Clifford Wolf
2018-06-23
1
-98
/
+48
*
Switched from clifford@clifford.at to clifford@symbioticeda.com for copyright...
Clifford Wolf
2018-06-22
1
-1
/
+1
*
Added return code to json parsing and pcf reading
Miodrag Milanovic
2018-06-21
2
-15
/
+20
*
Cleanup parse_json_file API, some other cleanups
Clifford Wolf
2018-06-21
2
-26
/
+13
*
Add ctx->checksum(), slightly improve log messages
Clifford Wolf
2018-06-21
1
-0
/
+3
*
Improve log messages, move many messages to verbose mode
Clifford Wolf
2018-06-21
1
-3
/
+6
*
Fix jsonparse compiler warnings, clangformat updates
Clifford Wolf
2018-06-20
1
-12
/
+8
*
Updates from clangformat
Clifford Wolf
2018-06-20
1
-7
/
+6
*
json: Make the JSON parser deterministic
David Shah
2018-06-19
1
-6
/
+8
*
Updates from clangformat
Clifford Wolf
2018-06-19
1
-6
/
+5
*
ice40: Adding support for tristate IO
David Shah
2018-06-19
1
-17
/
+24
*
Getting rid of users of old IdString API
Clifford Wolf
2018-06-18
1
-71
/
+74
*
Updates from clangformat
Clifford Wolf
2018-06-18
1
-8
/
+6
*
Rename Design to Context, derive from Arch instead of instantiating
Clifford Wolf
2018-06-18
2
-31
/
+31
*
Improving code style and fixing dummy
David Shah
2018-06-18
1
-3
/
+4
*
Updates from clangformat
Clifford Wolf
2018-06-17
1
-4
/
+3
*
frontend/json: Look up netnames properly instead of using number
David Shah
2018-06-17
1
-7
/
+43
*
Add support for CellInfo->pins in router
Clifford Wolf
2018-06-13
1
-2
/
+2
*
frontend/json: Fix bus ports
David Shah
2018-06-13
1
-1
/
+1
*
Fixing implementation of constants
David Shah
2018-06-13
1
-1
/
+3
*
Remove IO buffers when fed by SB_IO
David Shah
2018-06-13
1
-5
/
+11
*
frontend/son: Insert generic IO buffers for top level IO
David Shah
2018-06-13
1
-4
/
+30
*
frontend/json: Refactor port importer
David Shah
2018-06-13
1
-37
/
+32
*
Adding IO buffer insertion function to JSON frontend
David Shah
2018-06-13
1
-0
/
+55
*
Add IdString API
Clifford Wolf
2018-06-12
1
-5
/
+5
*
Add nextpnr namespace
Clifford Wolf
2018-06-12
2
-0
/
+8
*
Add "nextpnr.h"
Clifford Wolf
2018-06-11
2
-3
/
+2
*
Remove pool, dict, vector namespace aliases
Clifford Wolf
2018-06-11
1
-4
/
+5
[next]