diff options
author | Xiretza <xiretza@xiretza.xyz> | 2021-03-17 00:18:36 +0100 |
---|---|---|
committer | Zachary Snow <zachary.j.snow@gmail.com> | 2021-03-17 11:44:03 -0400 |
commit | 092e923330ce23adffa7843a27bdba8a0b139e58 (patch) | |
tree | 08bed305ed18522ae38b0718de8fdffa04814d1f /frontends/json | |
parent | dd6d34f461910a120ac95c485fe34cca6485b95e (diff) | |
download | yosys-092e923330ce23adffa7843a27bdba8a0b139e58.tar.gz yosys-092e923330ce23adffa7843a27bdba8a0b139e58.tar.bz2 yosys-092e923330ce23adffa7843a27bdba8a0b139e58.zip |
verilog: fix buf/not primitives with multiple outputs
From IEEE1364-2005, section 7.3 buf and not gates:
> These two logic gates shall have one input and one or more outputs.
> The last terminal in the terminal list shall connect to the input of the
> logic gate, and the other terminals shall connect to the outputs of
> the logic gate.
yosys does not follow this and instead interprets the first argument as
the output, the second as the input and ignores the rest.
Diffstat (limited to 'frontends/json')
0 files changed, 0 insertions, 0 deletions