SymbiFlow Robot
e81bd90964
Merge pull request #1339 from SymbiFlow/dependabot/submodules/third_party/cctz-24e9dcf
...
Bump third_party/cctz from `00f4089` to `24e9dcf`
2020-05-23 05:31:20 -07:00
SymbiFlow Robot
a7d0c84ccd
Merge pull request #1341 from SymbiFlow/dependabot/submodules/third_party/yosys-721040d
...
Bump third_party/yosys from `07eecff` to `721040d`
2020-05-23 05:31:16 -07:00
SymbiFlow Robot
ae39d1e9b8
Merge pull request #1342 from SymbiFlow/dependabot/submodules/third_party/yaml-cpp-d9c35b6
...
Bump third_party/yaml-cpp from `a98b8af` to `d9c35b6`
2020-05-23 05:09:20 -07:00
dependabot-preview[bot]
d224563bbe
Bump third_party/yaml-cpp from `a98b8af` to `d9c35b6`
...
Bumps [third_party/yaml-cpp](https://github.com/jbeder/yaml-cpp ) from `a98b8af` to `d9c35b6`.
- [Release notes](https://github.com/jbeder/yaml-cpp/releases )
- [Commits](a98b8af448...d9c35b6079 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-23 05:14:12 +00:00
dependabot-preview[bot]
20a219d4da
Bump third_party/yosys from `07eecff` to `721040d`
...
Bumps [third_party/yosys](https://github.com/YosysHQ/yosys ) from `07eecff` to `721040d`.
- [Release notes](https://github.com/YosysHQ/yosys/releases )
- [Commits](07eecff9cc...721040df76 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-23 05:13:52 +00:00
dependabot-preview[bot]
a20b821c16
Bump third_party/cctz from `00f4089` to `24e9dcf`
...
Bumps [third_party/cctz](https://github.com/google/cctz ) from `00f4089` to `24e9dcf`.
- [Release notes](https://github.com/google/cctz/releases )
- [Commits](00f4089c95...24e9dcfb29 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-23 05:13:12 +00:00
litghost
d42b8b94ec
Merge pull request #1337 from antmicro/add-setup-package
...
Adds installation of Xray tools
2020-05-22 07:56:00 -07:00
Other Tim
4a7983b4ea
Merge pull request #1336 from tcal-x/master
...
Add a third IOI, LIOI_X0Y9, for special handling. Without this change,
2020-05-21 12:02:36 -07:00
Alessandro Comodi
28a93e08cc
fix pytest
...
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2020-05-21 16:32:49 +02:00
Alessandro Comodi
60d0ec4372
tools: added INSTALL cmake command
...
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2020-05-21 13:58:45 +02:00
Alessandro Comodi
12bf76f897
setup: include utils directory
...
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2020-05-21 13:42:26 +02:00
Tim Callahan
26484851d7
Add a third IOI, LIOI_X0Y9, for special handling. Without this change,
...
LIOI_X0Y9 has empty "bits" in tilegrid.json. Note there is no RIOI at Y9,
since the bottom right region of the 100T is high speed serial IO.
Signed-off-by: Tim Callahan <tcal@google.com>
2020-05-20 22:49:28 -07:00
Tomasz Michalak
316461a42d
Merge pull request #1269 from antmicro/dev_database
...
Extend the Database section of the documentation
2020-05-20 09:50:36 +02:00
Robert Winkler
4e13706c00
Documentation of part specific files
...
This commit adds description of part specific X-Ray database files:
- tilegrid.json
- tileconn.json
- part.yaml & part.json
- package_pins.csv
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
2020-05-19 14:14:29 +02:00
Robert Winkler
368fba8316
Apply review comments to database description
...
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
2020-05-19 14:14:29 +02:00
Tomasz Michalak
e851ca7bc7
Apply review comments to new fuzzer chapter
...
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
2020-05-19 14:14:29 +02:00
Tomasz Michalak
028aa6173c
Add dsp fuzzer creation description
...
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
2020-05-19 14:14:29 +02:00
Tomasz Michalak
39813be4cb
Add small fixes to the database documentation
...
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
2020-05-19 14:14:29 +02:00
Robert Winkler
e8ff146443
Add description of architecture-specific database files to docs
...
This commit adds description of the following database files:
- mask_*.db
- ppips_*.db
- segbits_*.db
- site_type_*.db
- tile_type_*.db
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
2020-05-19 14:14:29 +02:00
Robert Winkler
1b296ea876
New structure of project documentation
...
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
2020-05-19 14:14:29 +02:00
litghost
acb6210a76
Merge pull request #1334 from tcal-x/master
...
Fixes for 100T
2020-05-18 13:28:04 -07:00
Tim Callahan
9d0499f87a
Update settings/artix7*.sh with helpful comments regarding XRAY_IOI3_TILES
...
and other non-obvious things.
Signed-off-by: Tim Callahan <tcal@google.com>
2020-05-18 13:14:58 -07:00
Tim Callahan
98a6bf3071
Make Makefile more robust by sourcing settings/artix7.sh when needed.
...
Signed-off-by: Tim Callahan <tcal@google.com>
2020-05-17 11:29:42 -07:00
Tim Callahan
5f6d9ff84e
Fix bad setting of XRAY_IOI3_TILES for 100t part.
...
Signed-off-by: Tim Callahan <tcal@google.com>
2020-05-17 11:29:42 -07:00
SymbiFlow Robot
a4b2a18a9d
Merge pull request #1333 from SymbiFlow/dependabot/submodules/third_party/yosys-07eecff
...
Bump third_party/yosys from `bbde241` to `07eecff`
2020-05-16 12:17:48 -07:00
dependabot-preview[bot]
64e7f5a44a
Bump third_party/yosys from `bbde241` to `07eecff`
...
Bumps [third_party/yosys](https://github.com/YosysHQ/yosys ) from `bbde241` to `07eecff`.
- [Release notes](https://github.com/YosysHQ/yosys/releases )
- [Commits](bbde241942...07eecff9cc )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-16 05:17:52 +00:00
SymbiFlow Robot
7ddd5f88e6
Merge pull request #1327 from SymbiFlow/dependabot/submodules/third_party/yaml-cpp-a98b8af
...
Bump third_party/yaml-cpp from `9fb5153` to `a98b8af`
2020-05-09 14:50:02 -07:00
dependabot-preview[bot]
e7560c6a39
Bump third_party/yaml-cpp from `9fb5153` to `a98b8af`
...
Bumps [third_party/yaml-cpp](https://github.com/jbeder/yaml-cpp ) from `9fb5153` to `a98b8af`.
- [Release notes](https://github.com/jbeder/yaml-cpp/releases )
- [Commits](9fb5153487...a98b8af448 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-09 05:13:57 +00:00
litghost
8df6ed1131
Merge pull request #1324 from antmicro/sstl15
...
SSTL15 features
2020-05-08 08:09:44 -07:00
Maciej Kurc
9582526071
Corrected feature name in fasm2frames.py
...
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
2020-05-07 15:51:55 +02:00
Maciej Kurc
1d394949e4
Added setting INTERNAL_VREF in IOSTANDARD minitest.
...
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
2020-05-07 13:57:10 +02:00
Maciej Kurc
82e9a75dc3
Modified 030 to emit tags for SSTL15
...
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
2020-05-07 13:38:14 +02:00
Maciej Kurc
e2e1d9fc8e
Added SSTL15 to the minitest.
...
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
2020-05-07 12:34:34 +02:00
litghost
b51b848959
Merge pull request #1307 from antmicro/hclk_cmt_freq_ref
...
Enhanced 045 to solve FREQ_REF related PIPs
2020-05-04 15:02:59 -07:00
Maciej Kurc
317f8691f7
Disabled emission of HCLK_CMT_MUX_CLKINT_n_USED tags.
...
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
2020-05-04 09:19:10 +02:00
Maciej Kurc
08e8d1b118
Fixed solution of CCIOn_USED bits.
...
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
2020-05-04 09:16:14 +02:00
Maciej Kurc
f28684c636
Fixed a bug in makefile
...
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
2020-05-04 09:16:14 +02:00
Maciej Kurc
dedbfaa301
Code formatting.
...
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
2020-05-04 09:16:14 +02:00
Maciej Kurc
f6dd2c1e7c
Enhance 045 to solve FREQ_REF related PIPs
...
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
2020-05-04 09:16:14 +02:00
SymbiFlow Robot
1f23cb2d35
Merge pull request #1319 from SymbiFlow/dependabot/submodules/third_party/yosys-bbde241
...
Bump third_party/yosys from `d42530b` to `bbde241`
2020-05-02 13:11:47 -07:00
SymbiFlow Robot
f38da2df43
Merge pull request #1320 from SymbiFlow/dependabot/submodules/third_party/cctz-00f4089
...
Bump third_party/cctz from `f092f1e` to `00f4089`
2020-05-02 12:39:17 -07:00
SymbiFlow Robot
5524f42a07
Merge pull request #1318 from SymbiFlow/dependabot/submodules/third_party/fasm-5453062
...
Bump third_party/fasm from `b8db365` to `5453062`
2020-05-02 05:31:19 -07:00
SymbiFlow Robot
1f32bdc7c3
Merge pull request #1317 from SymbiFlow/dependabot/submodules/third_party/yaml-cpp-9fb5153
...
Bump third_party/yaml-cpp from `2f00649` to `9fb5153`
2020-05-02 05:09:38 -07:00
dependabot-preview[bot]
bfd15821f0
Bump third_party/cctz from `f092f1e` to `00f4089`
...
Bumps [third_party/cctz](https://github.com/google/cctz ) from `f092f1e` to `00f4089`.
- [Release notes](https://github.com/google/cctz/releases )
- [Commits](f092f1e2f8...00f4089c95 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-02 05:16:08 +00:00
dependabot-preview[bot]
9aeb16f8c2
Bump third_party/yosys from `d42530b` to `bbde241`
...
Bumps [third_party/yosys](https://github.com/YosysHQ/yosys ) from `d42530b` to `bbde241`.
- [Release notes](https://github.com/YosysHQ/yosys/releases )
- [Commits](d42530b7bb...bbde241942 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-02 05:15:47 +00:00
dependabot-preview[bot]
d313a22ccf
Bump third_party/fasm from `b8db365` to `5453062`
...
Bumps [third_party/fasm](https://github.com/SymbiFlow/fasm ) from `b8db365` to `5453062`.
- [Release notes](https://github.com/SymbiFlow/fasm/releases )
- [Commits](b8db365185...54530625f9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-02 05:15:27 +00:00
dependabot-preview[bot]
4f27ef0135
Bump third_party/yaml-cpp from `2f00649` to `9fb5153`
...
Bumps [third_party/yaml-cpp](https://github.com/jbeder/yaml-cpp ) from `2f00649` to `9fb5153`.
- [Release notes](https://github.com/jbeder/yaml-cpp/releases )
- [Commits](2f00649291...9fb5153487 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-02 05:15:08 +00:00
SymbiFlow Robot
cccc3520ec
Merge pull request #1316 from antmicro/add-setup-package
...
python: add setup.py to allow installing prjxray libraries
2020-04-30 15:23:50 -07:00
litghost
0fbe443131
Merge pull request #1315 from antmicro/fix_kokoro_tar_packing
...
Fix kokoro tarball packing
2020-04-30 10:09:24 -07:00
Maciej Kurc
a09627a97d
Fixed db-full.sh to correctly pack failed fuzzers to a tar file.
...
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
2020-04-29 15:44:26 +02:00