diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-07-02 10:20:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-02 10:20:42 -0700 |
commit | 8455d1f4ffb942c802b65e20748e54a123e08df0 (patch) | |
tree | d669e55bec513884bbb28cd3a18f92702784f20f /CHANGELOG | |
parent | 0447794c51ce1b77c2bd846ad5c09637f42f8612 (diff) | |
parent | 81a717e9b767792f64535757f905a5061c627fbd (diff) | |
download | yosys-8455d1f4ffb942c802b65e20748e54a123e08df0.tar.gz yosys-8455d1f4ffb942c802b65e20748e54a123e08df0.tar.bz2 yosys-8455d1f4ffb942c802b65e20748e54a123e08df0.zip |
Merge pull request #1150 from YosysHQ/eddie/script_from_wire
Add "script -select [selection]" to allow commands to be taken from wires
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ Yosys 0.9 .. Yosys 0.9-dev - Added "synth_xilinx -abc9" (experimental) - Added "synth_ice40 -abc9" (experimental) - Added "synth -abc9" (experimental) + - Added "script -scriptwire Yosys 0.8 .. Yosys 0.8-dev |