3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-01 03:57:52 +00:00

cli(tcl): add ability to pass argument to tcl script from cli

This commit is contained in:
anonkey 2023-10-02 17:18:33 +02:00
parent 672375ed02
commit ea91f189a3
No known key found for this signature in database
GPG key ID: B01F7EA592D857E8
2 changed files with 41 additions and 15 deletions

View file

@ -4,6 +4,10 @@ List of major changes and improvements between releases
Yosys 0.34 .. Yosys 0.35-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.33 .. Yosys 0.34
--------------------------