Commit Graph

5654 Commits

Author SHA1 Message Date
dependabot[bot] b7edc8a18d
Bump yosys-plugins from `6f38422` to `99b6b6e`
Bumps [yosys-plugins](https://github.com/SymbiFlow/yosys-symbiflow-plugins) from `6f38422` to `99b6b6e`.
- [Release notes](https://github.com/SymbiFlow/yosys-symbiflow-plugins/releases)
- [Commits](6f384227e7...99b6b6e4f6)

---
updated-dependencies:
- dependency-name: yosys-plugins
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 07:05:58 +00:00
tangxifan cbc96f98cc
Merge pull request #938 from lnis-uofu/xt_doc
Misc documentation updates
2022-12-06 20:32:27 -08:00
tangxifan e660880419 [doc] fixed bugs on small figure sizes shown 2022-12-06 17:20:46 -08:00
tangxifan b1dd2136f1 [doc] add tcl api 2022-12-06 16:46:57 -08:00
tangxifan b179f4bd7f [doc] add ack page. move related files to appendix subdirectory 2022-12-06 16:03:34 -08:00
tangxifan 19c99d6f0d [doc] add references 2022-12-06 15:40:03 -08:00
tangxifan 86e8f0e3ee [doc] add license, citation guides and a placeholder for contributor guidelines 2022-12-06 15:15:40 -08:00
tangxifan 7268dde569 [doc] remove FAQ as it is now moved to discussion forum 2022-12-06 14:39:24 -08:00
tangxifan 7028e4e3b8 [doc] rename cicid rst file. Fixed a few bugs on image sizes and broken format 2022-12-06 14:22:19 -08:00
tangxifan 33348ddafc [doc] syntax 2022-12-06 14:12:05 -08:00
tangxifan ff31f91d0b [doc] streamline frontpage README. Move details to online documentation. Easier for newbee to find guidelines 2022-12-06 14:07:29 -08:00
tangxifan 1f0f13ce0d
Merge pull request #931 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2022-12-03 16:18:09 -08:00
github-actions[bot] 7c9ad9cd6e Updated Patch Count 2022-12-04 00:02:55 +00:00
tangxifan 358c3e51ca
Merge pull request #921 from lnis-uofu/xt_swig
SWIG APIs for Tcl/Python binding with initial practice on Tcl interface
2022-12-02 16:29:45 -08:00
tangxifan c33b9f1b9b [script] enable eval mode in tcl reg test 2022-12-02 12:07:27 -08:00
tangxifan 156fac9fec [ci] deploy tcl test to ci 2022-12-02 11:46:14 -08:00
tangxifan 97c72c73f1 [test] add a small test to validate tcl integration 2022-12-02 11:43:46 -08:00
tangxifan f1e39e7748 [ci] add tcl to dependency list 2022-12-02 11:12:44 -08:00
tangxifan 2a3e83792f [ci] add dynamic library to docker tracking list 2022-12-02 11:10:32 -08:00
tangxifan 729a3a0249 [engine] tcl integration has initial success. Upload example scripts 2022-12-01 16:31:15 -08:00
tangxifan 90bbb50047 [script] rename shared library name for tcl, so that it is straightforward to load in tcl 2022-12-01 15:59:52 -08:00
tangxifan 338e191f77 [script] enable swig flags when compiling vtr 2022-12-01 15:16:58 -08:00
tangxifan 78d4991a4e [script] add missing flags required 2022-12-01 14:49:05 -08:00
tangxifan 33b400de39 [script] compilation passed but failed when loading .so to tclsh 2022-12-01 13:51:50 -08:00
tangxifan 1024fd3dc0 [script] added missing paths to include for swig 2022-12-01 13:29:03 -08:00
tangxifan 807fba11e4 [script] updated include paths 2022-12-01 13:15:19 -08:00
tangxifan 819b716260 [script] debugging 2022-12-01 12:30:57 -08:00
tangxifan 2e585024f7 [script] debugging 2022-12-01 12:26:30 -08:00
tangxifan 48a9a97562 [script] enabling swig in cmake compilation 2022-12-01 12:23:01 -08:00
tangxifan 0574efa9b3 [script] reworking cmakefile for swig integration 2022-12-01 12:06:27 -08:00
tangxifan 10d52f1f8b [engine] add swig interface file 2022-12-01 11:54:59 -08:00
tangxifan 74b32c3a5c [script] enable shared library for openfpga 2022-12-01 11:42:25 -08:00
tangxifan 9e02a9e3f0
Merge branch 'master' into xt_swig 2022-12-01 11:26:42 -08:00
tangxifan 6514b96f7c
Merge pull request #928 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2022-11-30 09:21:28 -08:00
github-actions[bot] d96173fb58 Updated Patch Count 2022-11-30 00:02:20 +00:00
tangxifan 4660f0428b
Merge pull request #926 from lnis-uofu/dependabot/submodules/yosys-plugins-6f38422
Bump yosys-plugins from `85eee91` to `6f38422`
2022-11-29 09:06:18 -08:00
dependabot[bot] 471f8e9631
Bump yosys-plugins from `85eee91` to `6f38422`
Bumps [yosys-plugins](https://github.com/SymbiFlow/yosys-symbiflow-plugins) from `85eee91` to `6f38422`.
- [Release notes](https://github.com/SymbiFlow/yosys-symbiflow-plugins/releases)
- [Commits](85eee9195f...6f384227e7)

---
updated-dependencies:
- dependency-name: yosys-plugins
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-29 07:04:28 +00:00
tangxifan b891d090d0
Merge branch 'master' into xt_swig 2022-11-24 21:09:26 -08:00
tangxifan f1a317b384 [engine] format 2022-11-24 21:04:04 -08:00
tangxifan c8e0565e73
Merge pull request #920 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2022-11-24 16:08:36 -08:00
github-actions[bot] e79db7f7af Updated Patch Count 2022-11-25 00:02:19 +00:00
tangxifan ab5f91d69e
Merge pull request #919 from lnis-uofu/dependabot/submodules/yosys-plugins-85eee91
Bump yosys-plugins from `b437aa4` to `85eee91`
2022-11-24 13:11:04 -08:00
dependabot[bot] 5777256433
Bump yosys-plugins from `b437aa4` to `85eee91`
Bumps [yosys-plugins](https://github.com/SymbiFlow/yosys-symbiflow-plugins) from `b437aa4` to `85eee91`.
- [Release notes](https://github.com/SymbiFlow/yosys-symbiflow-plugins/releases)
- [Commits](b437aa43f7...85eee9195f)

---
updated-dependencies:
- dependency-name: yosys-plugins
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-24 07:04:04 +00:00
tangxifan 24a174c7a4 [engine] fixed syntax errors 2022-11-23 17:06:27 -08:00
tangxifan 07424b1e7f [engine] now main() is encapuslated in a class OpenfpgaShell 2022-11-23 16:52:22 -08:00
tangxifan 1da5b62fae
Merge pull request #917 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2022-11-23 16:17:23 -08:00
github-actions[bot] b3101602dc Updated Patch Count 2022-11-24 00:02:23 +00:00
tangxifan c796deebe0
Merge pull request #914 from lnis-uofu/dependabot/submodules/yosys-plugins-b437aa4
Bump yosys-plugins from `562a4f3` to `b437aa4`
2022-11-23 10:34:40 -08:00
dependabot[bot] 5bdc52165a
Bump yosys-plugins from `562a4f3` to `b437aa4`
Bumps [yosys-plugins](https://github.com/SymbiFlow/yosys-symbiflow-plugins) from `562a4f3` to `b437aa4`.
- [Release notes](https://github.com/SymbiFlow/yosys-symbiflow-plugins/releases)
- [Commits](562a4f3736...b437aa43f7)

---
updated-dependencies:
- dependency-name: yosys-plugins
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 07:05:43 +00:00
tangxifan c9bb149e9d
Merge pull request #913 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2022-11-22 16:06:25 -08:00