Larry Doolittle
eba6ea53f8
More adjustments to .bba file locations
...
Follows PM discussion with Marcus Comstedt.
Extend changes in .bba file location (made in commit b6a7b60
) to ice40 and MSVC cases,
so all cases become compatible with read-only access to git tree.
Only known down-side is inefficiency when building out-of-tree for multiple architectures;
people following that use case should consider using PREGENERATED_BBA_PATH.
It would be nice if there were less copy-paste in MSVC vs. non-MSVC content in family.cmake,
but that would have to be addressed by someone more skilled in Cmake and MSVC.
2020-01-14 12:28:40 -08:00
David Shah
92a2109f0c
Merge pull request #380 from ldoolitt/master
...
Remove barrier to out-of-tree builds
2020-01-14 18:48:16 +00:00
David Shah
4cdf002557
Merge pull request #379 from twam/pass_version
...
Change version to git describe and make set-able from outside
2020-01-14 18:47:45 +00:00
Larry Doolittle
b6a7b607fd
Remove barrier to out-of-tree builds
...
With this change, nextpnr can build successfully (and run correctly) using the git tree as a read-only reference.
No change in behavior observed for in-tree builds.
2020-01-12 21:11:56 -08:00
Miodrag Milanović
56918e5596
Merge pull request #377 from YosysHQ/mmicko/recording
...
Enable screenshot and recording feature
2020-01-11 16:29:26 +01:00
Miodrag Milanovic
0bf8fa23d9
Skip same frames
2020-01-11 15:48:43 +01:00
Tobias Müller
659c4fad56
Change version to git describe and make set-able from outside
...
Change version to use git describe instead of git log as this will also work
if tags are present and make the version string set-able from outside as a
parameter to cmake, so that package managers can set this if building outside
of a git working tree.
2020-01-11 11:38:45 +01:00
Miodrag Milanovic
3f439c1ef2
Enable screenshot and recording feature
2020-01-05 13:51:12 +01:00
David Shah
abfe31d5d2
HeAP: increase timeout
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-30 15:53:24 +00:00
Miodrag Milanović
247e18cf02
Merge pull request #344 from YosysHQ/mmicko/ecp5_gui
...
ECP5 display improvement
2019-12-28 15:46:02 +01:00
Miodrag Milanovic
fb5480cde3
clangformat
2019-12-28 15:02:13 +01:00
Miodrag Milanovic
59f4755e8f
made most of frequent numbers constants
2019-12-28 15:01:36 +01:00
Miodrag Milanovic
6cca93543b
move constants to gfx.cc
2019-12-28 14:27:14 +01:00
Miodrag Milanovic
6ebe2fd034
remove synt example
2019-12-28 14:08:58 +01:00
Miodrag Milanovic
796d648995
Merge remote-tracking branch 'origin/master' into mmicko/ecp5_gui
2019-12-28 13:54:06 +01:00
Miodrag Milanovic
50f87a6024
add newline at eof
2019-12-28 13:51:02 +01:00
David Shah
0d43aff268
ecp5: Always promote IOLOGIC SCLK to global
...
Fixes #374
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 15:53:00 +00:00
David Shah
4e0ca50db1
Merge pull request #353 from YosysHQ/generic-frontend
...
New hierarchy-capable generic frontend framework and json11 based JSON frontend
2019-12-27 11:19:45 +00:00
David Shah
5774b13984
Document hierarchy structures
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:30 +00:00
David Shah
0ea7f153a1
Allow constraining non-leaf cells to regions
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:30 +00:00
David Shah
fe40094216
Preserve hierarchy through packing
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:30 +00:00
David Shah
b100087024
python: Add bindings for hierarchy structures
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:30 +00:00
David Shah
9f6031cda1
frontend_base: Import cell hierarchy
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:30 +00:00
David Shah
6bf3c261fa
First pass at data structures for hierarchy
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:30 +00:00
David Shah
035bfb0fe5
json: Remove legacy frontend
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:30 +00:00
David Shah
14b18cb6fa
frontend: Support for loading settings and nextpnr state
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:30 +00:00
David Shah
28279b18fe
frontend/generic: Fix regressions
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:30 +00:00
David Shah
c9a0033c5c
frontend/base: Fix lookup of nets by module index
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:30 +00:00
David Shah
3e21f894f4
frontend: Improved error handling and fixes
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:30 +00:00
David Shah
9e6770af90
command: Use new frontend experimentally
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:30 +00:00
David Shah
eb14cf09f4
frontend: Fix template compile issues
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:30 +00:00
David Shah
a26b1a276d
frontend: Top level port import
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:30 +00:00
David Shah
98f93f39be
frontend/base: Functions for hierarchical submodule cell import
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:30 +00:00
David Shah
bed053251e
frontend/base: Functions for leaf cell import
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:30 +00:00
David Shah
21b4965966
frontend/base: Functions for net[name] import
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:30 +00:00
David Shah
77cbd70a72
frontend: JSON implementation of the generic framework
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:29 +00:00
David Shah
240561c370
3rdparty: Add json11
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:29 +00:00
David Shah
25867e3f23
frontend/base: Improve net indexing
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:29 +00:00
David Shah
6aaa9f5a3d
frontend/base: Functions for port import
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:29 +00:00
David Shah
fffc3b8447
frontend/base: Top module handling
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:29 +00:00
David Shah
fa7317f594
frontend: Draft for a generic template-based frontend API
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:44:29 +00:00
David Shah
b6e2159cec
Work around Qt MOC issue with IdString enums
...
Signed-off-by: David Shah <dave@ds0.me>
2019-12-27 10:32:23 +00:00
David Shah
cea27dc84a
Merge pull request #372 from fghoussen/readme
...
[README] Add prerequisite: libboost-iostreams-dev.
2019-12-25 11:08:44 +00:00
Franck HOUSSEN
346998caed
[README] Add prerequisite: libboost-iostreams-dev.
2019-12-25 11:56:18 +01:00
Miodrag Milanović
98cc243b5f
Merge pull request #370 from fghoussen/readme
...
[DOC] Fixing typo: cmake test suite triggered by 'make test'.
2019-12-20 15:35:24 +01:00
Miodrag Milanovic
d399346de0
Add options to enable/disable displayed elements
2019-12-20 15:25:10 +01:00
Miodrag Milanovic
a05954249a
optimize and set order
2019-12-20 14:02:00 +01:00
Miodrag Milanovic
c26c5e7b8e
clang format
2019-12-20 09:07:03 +01:00
Miodrag Milanovic
e4210e7fd3
Add all missing wires
2019-12-20 09:05:58 +01:00
Franck HOUSSEN
16e28f002e
[DOC] Fixing typo: cmake test suite triggered by 'make test'.
2019-12-15 20:14:25 +01:00