3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-01 12:07:51 +00:00

Merge pull request #3973 from anonkey/master

cli(tcl): add ability to pass argument to tcl script from cli
This commit is contained in:
Jannis Harder 2023-11-13 16:29:05 +01:00 committed by GitHub
commit 6cf50d16a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 51 additions and 16 deletions

View file

@ -4,6 +4,10 @@ List of major changes and improvements between releases
Yosys 0.35 .. Yosys 0.36-dev
--------------------------
* New commands and options
- Added option "--" to pass arguments down to tcl when using -c option.
- Added ability on MacOS and Windows to pass options after arguments on cli.
Yosys 0.34 .. Yosys 0.35
--------------------------