Replies: 2 comments
-
I also tried
That doesn't really do what I want, but I figured it will at least get rid of a bunch of 1'bx. |
Beta Was this translation helpful? Give feedback.
-
Tristates are not supported in Yosys, except for limited support for using dedicated tristate I/O buffers on FPGA pins, for top level If this is actually an internal wire (not an input of the current module) you can use |
Beta Was this translation helpful? Give feedback.
-
I'd like to put a pulldown resistor on a wire in Verilog, to set a default value that will be used if it has no other drivers.
Things I've tried that don't work with yosys-0.40:
Those latter two look like pretty standard Verilog to me.
Beta Was this translation helpful? Give feedback.
All reactions