Commit Graph

5126 Commits

Author SHA1 Message Date
tangxifan 5c0f63ddd9 [Test] Update regression tests for the new test about ``--no_time_stamp`` 2022-01-25 16:30:48 -08:00
tangxifan 6e778a74ee [Test] Add golden reference for files outputted without time stamp 2022-01-25 16:24:25 -08:00
tangxifan 2bee59c6ca [Test] Add the testcase to validate ``--no_time_stamp`` 2022-01-25 16:21:15 -08:00
github-actions[bot] 3ace562c85 Updated Patch Count 2022-01-26 00:21:07 +00:00
tangxifan dd803dd1de [Test] Remove unused tests 2022-01-25 16:16:58 -08:00
tangxifan e4cfa2222f [Script] Add an example script to test option ``--no_time_stamp`` 2022-01-25 16:16:39 -08:00
tangxifan 33064ca4cf [FPGA-SDC] Add a new option ``--no_time_stamp`` to all the commands 2022-01-25 15:51:28 -08:00
tangxifan dd40057992 [Script] Fixed a bug which causes errors when removing run-directory 2022-01-25 13:56:42 -08:00
tangxifan b09e13b42c [FPGA-Verilog] Fixed a bug on invalid option of a command 2022-01-25 13:45:44 -08:00
tangxifan 25143d07f1 [FPGA-Bitstream] Now has a new option ``--no_time_stamp`` to all the commands that output bitstream files 2022-01-25 13:37:54 -08:00
tangxifan a4659020f2
Merge branch 'master' into time_stamp 2022-01-25 12:11:35 -08:00
tangxifan 62b57b05d2 [Engine] Now FPGA-Verilog commands have a new option ``--no_time_stamp`` 2022-01-25 12:09:08 -08:00
tangxifan dd1365919f
Merge pull request #492 from lnis-uofu/issue-489
Moved 'verific_*' and 'yosys_*' config options from 'OpenFPGA_SHELL' to 'Synthesis Parameter' sections.
2022-01-25 10:52:50 -08:00
tangxifan 0c29638bc9
Merge pull request #497 from lnis-uofu/dependabot/submodules/yosys-plugins-7fa69f8
Bump yosys-plugins from `a97ae02` to `7fa69f8`
2022-01-25 10:14:02 -08:00
dependabot[bot] c6cc296f90
Bump yosys-plugins from `a97ae02` to `7fa69f8`
Bumps [yosys-plugins](https://github.com/SymbiFlow/yosys-symbiflow-plugins) from `a97ae02` to `7fa69f8`.
- [Release notes](https://github.com/SymbiFlow/yosys-symbiflow-plugins/releases)
- [Commits](a97ae02c0d...7fa69f80c9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-25 07:26:28 +00:00
tangxifan 7f07f9167c
Merge pull request #496 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2022-01-24 16:23:06 -08:00
github-actions[bot] ae3141935d Updated Patch Count 2022-01-25 00:21:19 +00:00
tangxifan 226387598a
Merge pull request #495 from lnis-uofu/dependabot/submodules/yosys-plugins-a97ae02
Bump yosys-plugins from `a081891` to `a97ae02`
2022-01-24 09:31:31 -08:00
dependabot[bot] 8997292c70
Bump yosys-plugins from `a081891` to `a97ae02`
Bumps [yosys-plugins](https://github.com/SymbiFlow/yosys-symbiflow-plugins) from `a081891` to `a97ae02`.
- [Release notes](https://github.com/SymbiFlow/yosys-symbiflow-plugins/releases)
- [Commits](a081891d61...a97ae02c0d)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-24 07:23:23 +00:00
tangxifan f55d1c4738
Merge pull request #494 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2022-01-21 16:22:41 -08:00
github-actions[bot] b9978ea656 Updated Patch Count 2022-01-22 00:18:38 +00:00
tangxifan be61ff5da0
Merge branch 'master' into issue-489 2022-01-21 11:24:56 -08:00
tangxifan df67a9477d
Merge pull request #493 from lnis-uofu/dependabot/submodules/yosys-plugins-a081891
Bump yosys-plugins from `db3a9c7` to `a081891`
2022-01-21 11:24:47 -08:00
dependabot[bot] 6594f2062c
Bump yosys-plugins from `db3a9c7` to `a081891`
Bumps [yosys-plugins](https://github.com/SymbiFlow/yosys-symbiflow-plugins) from `db3a9c7` to `a081891`.
- [Release notes](https://github.com/SymbiFlow/yosys-symbiflow-plugins/releases)
- [Commits](db3a9c7707...a081891d61)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-21 07:24:14 +00:00
Aram Kostanyan 758453f725 Moved 'verific_*' and 'yosys_*' config options from 'OpenFPGA_SHELL' to 'Synthesis Parameter' sections. 2022-01-21 02:21:00 +05:00
tangxifan f217e097ac
Merge pull request #491 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2022-01-19 16:31:43 -08:00
github-actions[bot] 71f3014e3e Updated Patch Count 2022-01-20 00:22:53 +00:00
tangxifan eebf40d9c3
Merge pull request #488 from lnis-uofu/issue-483
Read HDL files as a single compilation unit in yosys_vpr flow for Verific mode.
2022-01-19 10:35:58 -08:00
Aram Kostanyan 397f2e71f1 Added 'basic_tests/explicit_multi_verilog_files' task and deployed it to CI. Reverted previous commit chenges in 'benchmark_sweep/iwls2005' task. 2022-01-19 20:43:26 +05:00
Aram Kostanyan 0642718885 Merge branch 'issue-483' of github.com:lnis-uofu/OpenFPGA into issue-483 2022-01-18 14:08:11 +05:00
Aram Kostanyan bd158311c5 Fixed typo in documentation and updated 'benchmark_sweep/iwls2005' task to use list of HDL files for 'iwls2005/ethernet' benchmark. 2022-01-18 14:07:41 +05:00
Aram Kostanyan 588ee14920 Merge branch 'master' into issue-483 2022-01-18 13:38:12 +05:00
tangxifan ff67966356
Merge pull request #490 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2022-01-17 16:28:17 -08:00
github-actions[bot] 5a16a73d8f Updated Patch Count 2022-01-18 00:22:34 +00:00
tangxifan 35d58c3bb9
Merge branch 'master' into issue-483 2022-01-17 13:07:01 -08:00
ganeshgore 18104c5b82
Merge pull request #476 from awaisabbas-rs/yosys_only_flow
Yosys only support added in OpenFPGA
2022-01-18 01:56:40 +05:30
tangxifan 0f3c2a1bb6
Merge branch 'master' into yosys_only_flow 2022-01-17 10:18:26 -08:00
tangxifan 0afb4cb0e5
Merge branch 'master' into issue-483 2022-01-17 10:17:44 -08:00
tangxifan 5787df6d08
Merge pull request #487 from lnis-uofu/dependabot/submodules/yosys-plugins-db3a9c7
Bump yosys-plugins from `12fa74f` to `db3a9c7`
2022-01-17 09:43:59 -08:00
Aram Kostanyan fb2e4377c8 Added missing changes from previous commit. 2022-01-17 19:42:40 +05:00
Aram Kostanyan 2b008177e7 Updated documentation. 2022-01-17 14:58:20 +05:00
Aram Kostanyan 82067adc8c Merge branch 'master' into issue-483 2022-01-17 13:22:15 +05:00
Aram Kostanyan 6a4cc340a3 Changed HDL files reading to be as a single compilation unit in yosys_vpr flow for Verific mode. Changed '' variable to 'read_verilog ' in yosys template scripts. Updated task configs accordingly. 2022-01-17 13:21:29 +05:00
dependabot[bot] 38df129794
Bump yosys-plugins from `12fa74f` to `db3a9c7`
Bumps [yosys-plugins](https://github.com/SymbiFlow/yosys-symbiflow-plugins) from `12fa74f` to `db3a9c7`.
- [Release notes](https://github.com/SymbiFlow/yosys-symbiflow-plugins/releases)
- [Commits](12fa74f352...db3a9c7707)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-17 07:26:07 +00:00
tangxifan 2450b0f4d1
Merge pull request #486 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2022-01-14 18:39:06 -08:00
github-actions[bot] f42e53caac Updated Patch Count 2022-01-15 00:20:44 +00:00
tangxifan 3e7bf5a6e8
Merge branch 'master' into yosys_only_flow 2022-01-14 10:35:44 -08:00
tangxifan a87e4d1409
Merge pull request #485 from lnis-uofu/dependabot/submodules/yosys-plugins-12fa74f
Bump yosys-plugins from `2acc97d` to `12fa74f`
2022-01-14 10:35:22 -08:00
Awais Abbas 54d4f30592 OpenFPGA Documentation updated for yosys only support 2022-01-14 16:14:48 +05:00
Awais Abbas 0bc8e00004 Merge branch 'yosys_only_flow' of github.com:awaisabbas-rs/OpenFPGA into yosys_only_flow 2022-01-14 15:46:34 +05:00