



nwell which you can't connect to directly? Other diodes use ntap or nwell_con
I've switched to a dnwell diode and unblocked, but thought I'd mention here in case someone more knowledgeable than me might know.
# diode_nw2ps_03v3 diode
connect(diode_nw2ps_03v3_terminal_p, contact)
connect(diode_nw2ps_03v3_terminal_n, nwell)


leo/wafer-space branch of librelane then I see the same issue.
The problem is undriven net errors, e.g.:
Warning: Wire tqvp_uart_tx.\next_fsm_state$func$/home/mdb36/wafer-space/ws02-tinyQV/src/user_peripherals/uart/uart_tx.v:116$2738.tx_en is used but has no driver.
Warning: Wire tqvp_uart_tx.\next_fsm_state$func$/home/mdb36/wafer-space/ws02-tinyQV/src/user_peripherals/uart/uart_tx.v:116$2738.$result [3] is used but has no driver.
This particular case is using a verilog function, and I tried changing the uart_tx module to remove the function (inlining it into the process that calls it), and that fixes that instance of the warnings. So I suspect it's a regression in yosys. (edited)








1x0p5 (which I guess is good!). 









"design__instance__utilization": 1.06565,
"design__instance__utilization__stdcell": 1.1131,
I had thought that both of these would max out at 1. What do these actually measure? Might going above 1 related to using Tholin's 3v3 library, or is it expected anyway?
