1
0
mirror of synced 2026-01-25 20:06:27 +00:00
Files
YosysHQ.yosys/passes/techmap
Marcin Kościelnicki f68985f997 deminout: prevent any constant assignment from demoting to input
Before this patch,

```
module top(inout io);
assign io = 1'bx;
endmodule
```

would have the `io` pin demoted to input (same happens for `1'bz`,
but not for `1'b0` or `1'b1`), resulting in check failures later on.

Part of fix for #1841.
2020-03-30 15:04:31 +02:00
..
2014-07-31 02:32:00 +02:00
2020-02-10 10:17:23 -08:00
2020-03-06 10:09:01 -08:00
2019-09-30 15:26:29 -07:00
2020-01-22 20:54:03 -08:00
2019-08-28 10:06:42 +02:00
2019-08-19 10:41:18 -07:00
2019-08-15 10:25:54 -07:00
2019-08-15 10:25:54 -07:00
2019-11-18 04:16:48 +01:00
2019-08-15 10:25:54 -07:00
2019-09-19 04:02:48 +02:00
2015-07-02 11:14:30 +02:00
2019-08-15 10:25:54 -07:00